/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

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

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:hover,
a:active {
  outline: 0;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  width: auto\9;
 
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
.google-maps img {
  max-width: none;
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
}

a {
  color: #0088cc;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #005580;
  text-decoration: underline;
}

.img-rounded {
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.img-circle {
  -webkit-border-radius: 500px;
     -moz-border-radius: 500px;
          border-radius: 500px;
}

.row {
  margin-left: -20px;
  *zoom: 1;
}

.row:before,
.row:after {
  display: table;
  line-height: 0;
  content: "";
}

.row:after {
  clear: both;
}

[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 960px;
}

.span12 {
  width: 940px;
}

.span11 {
  width: 860px;
}

.span10 {
  width: 780px;
}

.span9 {
  width: 700px;
}

.span8 {
  width: 620px;
}

.span7 {
  width: 540px;
}

.span6 {
  width: 460px;
}

.span5 {
  width: 380px;
}

.span4 {
  width: 300px;
}

.span3 {
  width: 220px;
}

.span2 {
  width: 140px;
}

.span1 {
  width: 60px;
}

.offset12 {
  margin-left: 980px;
}

.offset11 {
  margin-left: 900px;
}

.offset10 {
  margin-left: 820px;
}

.offset9 {
  margin-left: 740px;
}

.offset8 {
  margin-left: 660px;
}

.offset7 {
  margin-left: 580px;
}

.offset6 {
  margin-left: 500px;
}

.offset5 {
  margin-left: 420px;
}

.offset4 {
  margin-left: 340px;
}

.offset3 {
  margin-left: 260px;
}

.offset2 {
  margin-left: 180px;
}

.offset1 {
  margin-left: 100px;
}

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before,
.row-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}

.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}

.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}

.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}

.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}

.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}

.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}

.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}

.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}

.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}

.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}

.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}

.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}

.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}

.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}

.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}

.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}

.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}

.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}

.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}

.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}

.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}

.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}

.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}

.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}

.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}

.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}

.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}

.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}

.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}

.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}

.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}

.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}

.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}

.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}

.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}

.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}

[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}

[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}

.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}

.container:before,
.container:after {
  display: table;
  line-height: 0;
  content: "";
}

.container:after {
  clear: both;
}

.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}

.container-fluid:before,
.container-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

.container-fluid:after {
  clear: both;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

cite {
  font-style: normal;
}

.muted {
  color: #999999;
}

a.muted:hover,
a.muted:focus {
  color: #808080;
}

.text-warning {
  color: #c09853;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

.text-error {
  color: #b94a48;
}

a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}

.text-info {
  color: #3a87ad;
}

a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

.text-success {
  color: #468847;
}

a.text-success:hover,
a.text-success:focus {
  color: #356635;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1,
h2,
h3 {
  line-height: 40px;
}

h1 {
  font-size: 38.5px;
}

h2 {
  font-size: 31.5px;
}

h3 {
  font-size: 24.5px;
}

h4 {
  font-size: 17.5px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 11.9px;
}

h1 small {
  font-size: 24.5px;
}

h2 small {
  font-size: 17.5px;
}

h3 small {
  font-size: 14px;
}

h4 small {
  font-size: 14px;
}

.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

li {
  line-height: 20px;
}

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}

ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  padding-right: 5px;
  padding-left: 5px;
  *zoom: 1;
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 10px;
}

.dl-horizontal {
  *zoom: 1;
}

.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  line-height: 0;
  content: "";
}

.dl-horizontal:after {
  clear: both;
}

.dl-horizontal dt {
  float: left;
  width: 160px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dl-horizontal dd {
  margin-left: 180px;
}

hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}

blockquote small:before {
  content: '\2014 \00A0';
}

blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

blockquote.pull-right small:before {
  content: '';
}

blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}

code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

code {
  padding: 2px 4px;
  color: #d14;
  white-space: nowrap;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

pre.prettyprint {
  margin-bottom: 20px;
}

pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

form {
  margin: 0 0 20px;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

legend small {
  font-size: 15px;
  color: #999999;
}

label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

label {
  display: block;
  margin-bottom: 5px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

input,
textarea,
.uneditable-input {
  width: 206px;
}

textarea {
  height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -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;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -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);
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 30px;
}

select {
  width: 220px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

select[multiple],
select[size] {
  height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.uneditable-input,
.uneditable-textarea {
  color: #999999;
  cursor: not-allowed;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
}

.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

.uneditable-textarea {
  width: auto;
  height: auto;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}

.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.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-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[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}

.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}

input,
textarea,
.uneditable-input {
  margin-left: 0;
}

.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}

input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}

input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}

input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}

input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}

input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}

input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}

input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}

input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}

input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}

input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}

input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}

input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}

.controls-row {
  *zoom: 1;
}

.controls-row:before,
.controls-row:after {
  display: table;
  line-height: 0;
  content: "";
}

.controls-row:after {
  clear: both;
}

.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}

.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}

.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}

.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}

.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -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);
}

.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}

.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}

.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -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);
}

.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}

.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}

.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -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);
}

.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}

.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}

.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -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);
}

.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}

.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
     -moz-box-shadow: 0 0 6px #f8b9b7;
          box-shadow: 0 0 6px #f8b9b7;
}

.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}

.form-actions:before,
.form-actions:after {
  display: table;
  line-height: 0;
  content: "";
}

.form-actions:after {
  clear: both;
}

.help-block,
.help-inline {
  color: #595959;
}

.help-block {
  display: block;
  margin-bottom: 10px;
}

.help-inline {
  display: inline-block;
  *display: inline;
  padding-left: 5px;
  vertical-align: middle;
  *zoom: 1;
}

.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
}

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 14px;
}

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}

.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}

.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}

.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}

.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}

.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}

input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */

  margin-bottom: 0;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
}

/* Allow for input prepend/append in search forms */

.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
     -moz-border-radius: 14px 0 0 14px;
          border-radius: 14px 0 0 14px;
}

.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
     -moz-border-radius: 0 14px 14px 0;
          border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
     -moz-border-radius: 0 14px 14px 0;
          border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
     -moz-border-radius: 14px 0 0 14px;
          border-radius: 14px 0 0 14px;
}

.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  vertical-align: middle;
  *zoom: 1;
}

.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}

.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}

.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}

.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}

.control-group {
  margin-bottom: 10px;
}

legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}

.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}

.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  line-height: 0;
  content: "";
}

.form-horizontal .control-group:after {
  clear: both;
}

.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}

.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}

.form-horizontal .controls:first-child {
  *padding-left: 180px;
}

.form-horizontal .help-block {
  margin-bottom: 0;
}

.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}

.form-horizontal .form-actions {
  padding-left: 180px;
}

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table th {
  font-weight: bold;
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.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;
}

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}

table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}

.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}

.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}

.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}

.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}

.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}

.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}

.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}

.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}

.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}

.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}

.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}

.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}

.table tbody tr.success > td {
  background-color: #dff0d8;
}

.table tbody tr.error > td {
  background-color: #f2dede;
}

.table tbody tr.warning > td {
  background-color: #fcf8e3;
}

.table tbody tr.info > td {
  background-color: #d9edf7;
}

.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}

.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}

.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}

.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
}

/* White icons with optional class, or on hover/focus/active states of certain elements */

.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:focus > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > li > a:focus > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:focus > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"],
.dropdown-submenu:focus > a > [class*=" icon-"] {
  background-image: url("http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/glyphicons-halflings-white.png");
}

.icon-glass {
  background-position: 0      0;
}

.icon-music {
  background-position: -24px 0;
}

.icon-search {
  background-position: -48px 0;
}

.icon-envelope {
  background-position: -72px 0;
}

.icon-heart {
  background-position: -96px 0;
}

.icon-star {
  background-position: -120px 0;
}

.icon-star-empty {
  background-position: -144px 0;
}

.icon-user {
  background-position: -168px 0;
}

.icon-film {
  background-position: -192px 0;
}

.icon-th-large {
  background-position: -216px 0;
}

.icon-th {
  background-position: -240px 0;
}

.icon-th-list {
  background-position: -264px 0;
}

.icon-ok {
  background-position: -288px 0;
}

.icon-remove {
  background-position: -312px 0;
}

.icon-zoom-in {
  background-position: -336px 0;
}

.icon-zoom-out {
  background-position: -360px 0;
}

.icon-off {
  background-position: -384px 0;
}

.icon-signal {
  background-position: -408px 0;
}

.icon-cog {
  background-position: -432px 0;
}

.icon-trash {
  background-position: -456px 0;
}

.icon-home {
  background-position: 0 -24px;
}

.icon-file {
  background-position: -24px -24px;
}

.icon-time {
  background-position: -48px -24px;
}

.icon-road {
  background-position: -72px -24px;
}

.icon-download-alt {
  background-position: -96px -24px;
}

.icon-download {
  background-position: -120px -24px;
}

.icon-upload {
  background-position: -144px -24px;
}

.icon-inbox {
  background-position: -168px -24px;
}

.icon-play-circle {
  background-position: -192px -24px;
}

.icon-repeat {
  background-position: -216px -24px;
}

.icon-refresh {
  background-position: -240px -24px;
}

.icon-list-alt {
  background-position: -264px -24px;
}

.icon-lock {
  background-position: -287px -24px;
}

.icon-flag {
  background-position: -312px -24px;
}

.icon-headphones {
  background-position: -336px -24px;
}

.icon-volume-off {
  background-position: -360px -24px;
}

.icon-volume-down {
  background-position: -384px -24px;
}

.icon-volume-up {
  background-position: -408px -24px;
}

.icon-qrcode {
  background-position: -432px -24px;
}

.icon-barcode {
  background-position: -456px -24px;
}

.icon-tag {
  background-position: 0 -48px;
}

.icon-tags {
  background-position: -25px -48px;
}

.icon-book {
  background-position: -48px -48px;
}

.icon-bookmark {
  background-position: -72px -48px;
}

.icon-print {
  background-position: -96px -48px;
}

.icon-camera {
  background-position: -120px -48px;
}

.icon-font {
  background-position: -144px -48px;
}

.icon-bold {
  background-position: -167px -48px;
}

.icon-italic {
  background-position: -192px -48px;
}

.icon-text-height {
  background-position: -216px -48px;
}

.icon-text-width {
  background-position: -240px -48px;
}

.icon-align-left {
  background-position: -264px -48px;
}

.icon-align-center {
  background-position: -288px -48px;
}

.icon-align-right {
  background-position: -312px -48px;
}

.icon-align-justify {
  background-position: -336px -48px;
}

.icon-list {
  background-position: -360px -48px;
}

.icon-indent-left {
  background-position: -384px -48px;
}

.icon-indent-right {
  background-position: -408px -48px;
}

.icon-facetime-video {
  background-position: -432px -48px;
}

.icon-picture {
  background-position: -456px -48px;
}

.icon-pencil {
  background-position: 0 -72px;
}

.icon-map-marker {
  background-position: -24px -72px;
}

.icon-adjust {
  background-position: -48px -72px;
}

.icon-tint {
  background-position: -72px -72px;
}

.icon-edit {
  background-position: -96px -72px;
}

.icon-share {
  background-position: -120px -72px;
}

.icon-check {
  background-position: -144px -72px;
}

.icon-move {
  background-position: -168px -72px;
}

.icon-step-backward {
  background-position: -192px -72px;
}

.icon-fast-backward {
  background-position: -216px -72px;
}

.icon-backward {
  background-position: -240px -72px;
}

.icon-play {
  background-position: -264px -72px;
}

.icon-pause {
  background-position: -288px -72px;
}

.icon-stop {
  background-position: -312px -72px;
}

.icon-forward {
  background-position: -336px -72px;
}

.icon-fast-forward {
  background-position: -360px -72px;
}

.icon-step-forward {
  background-position: -384px -72px;
}

.icon-eject {
  background-position: -408px -72px;
}

.icon-chevron-left {
  background-position: -432px -72px;
}

.icon-chevron-right {
  background-position: -456px -72px;
}

.icon-plus-sign {
  background-position: 0 -96px;
}

.icon-minus-sign {
  background-position: -24px -96px;
}

.icon-remove-sign {
  background-position: -48px -96px;
}

.icon-ok-sign {
  background-position: -72px -96px;
}

.icon-question-sign {
  background-position: -96px -96px;
}

.icon-info-sign {
  background-position: -120px -96px;
}

.icon-screenshot {
  background-position: -144px -96px;
}

.icon-remove-circle {
  background-position: -168px -96px;
}

.icon-ok-circle {
  background-position: -192px -96px;
}

.icon-ban-circle {
  background-position: -216px -96px;
}

.icon-arrow-left {
  background-position: -240px -96px;
}

.icon-arrow-right {
  background-position: -264px -96px;
}

.icon-arrow-up {
  background-position: -289px -96px;
}

.icon-arrow-down {
  background-position: -312px -96px;
}

.icon-share-alt {
  background-position: -336px -96px;
}

.icon-resize-full {
  background-position: -360px -96px;
}

.icon-resize-small {
  background-position: -384px -96px;
}

.icon-plus {
  background-position: -408px -96px;
}

.icon-minus {
  background-position: -433px -96px;
}

.icon-asterisk {
  background-position: -456px -96px;
}

.icon-exclamation-sign {
  background-position: 0 -120px;
}

.icon-gift {
  background-position: -24px -120px;
}

.icon-leaf {
  background-position: -48px -120px;
}

.icon-fire {
  background-position: -72px -120px;
}

.icon-eye-open {
  background-position: -96px -120px;
}

.icon-eye-close {
  background-position: -120px -120px;
}

.icon-warning-sign {
  background-position: -144px -120px;
}

.icon-plane {
  background-position: -168px -120px;
}

.icon-calendar {
  background-position: -192px -120px;
}

.icon-random {
  width: 16px;
  background-position: -216px -120px;
}

.icon-comment {
  background-position: -240px -120px;
}

.icon-magnet {
  background-position: -264px -120px;
}

.icon-chevron-up {
  background-position: -288px -120px;
}

.icon-chevron-down {
  background-position: -313px -119px;
}

.icon-retweet {
  background-position: -336px -120px;
}

.icon-shopping-cart {
  background-position: -360px -120px;
}

.icon-folder-close {
  width: 16px;
  background-position: -384px -120px;
}

.icon-folder-open {
  width: 16px;
  background-position: -408px -120px;
}

.icon-resize-vertical {
  background-position: -432px -119px;
}

.icon-resize-horizontal {
  background-position: -456px -118px;
}

.icon-hdd {
  background-position: 0 -144px;
}

.icon-bullhorn {
  background-position: -24px -144px;
}

.icon-bell {
  background-position: -48px -144px;
}

.icon-certificate {
  background-position: -72px -144px;
}

.icon-thumbs-up {
  background-position: -96px -144px;
}

.icon-thumbs-down {
  background-position: -120px -144px;
}

.icon-hand-right {
  background-position: -144px -144px;
}

.icon-hand-left {
  background-position: -168px -144px;
}

.icon-hand-up {
  background-position: -192px -144px;
}

.icon-hand-down {
  background-position: -216px -144px;
}

.icon-circle-arrow-right {
  background-position: -240px -144px;
}

.icon-circle-arrow-left {
  background-position: -264px -144px;
}

.icon-circle-arrow-up {
  background-position: -288px -144px;
}

.icon-circle-arrow-down {
  background-position: -312px -144px;
}

.icon-globe {
  background-position: -336px -144px;
}

.icon-wrench {
  background-position: -360px -144px;
}

.icon-tasks {
  background-position: -384px -144px;
}

.icon-filter {
  background-position: -408px -144px;
}

.icon-briefcase {
  background-position: -432px -144px;
}

.icon-fullscreen {
  background-position: -456px -144px;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle {
  *margin-bottom: -3px;
}

.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  color: #ffffff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  outline: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open {
  *z-index: 1000;
}

.open > .dropdown-menu {
  display: block;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
     -moz-border-radius: 0 6px 6px 6px;
          border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
     -moz-border-radius: 5px 5px 5px 0;
          border-radius: 5px 5px 5px 0;
}

.dropdown-submenu > a:after {
  display: block;
  float: right;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
  border-color: transparent;
  border-left-color: #cccccc;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
}

.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
     -moz-border-radius: 6px 0 6px 6px;
          border-radius: 6px 0 6px 6px;
}

.dropdown .dropdown-menu .nav-header {
  padding-right: 20px;
  padding-left: 20px;
}

.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -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);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
     -moz-transition: opacity 0.15s linear;
       -o-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
     -moz-transition: height 0.35s ease;
       -o-transition: height 0.35s ease;
          transition: height 0.35s ease;
}

.collapse.in {
  height: auto;
}

.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  *background-color: #0044cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}

.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  *background-color: #f89406;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}

.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}

.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  *background-color: #222222;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}

.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}

button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-link {
  color: #0088cc;
  cursor: pointer;
  border-color: transparent;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-link:hover,
.btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}

.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *margin-left: .3em;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  *zoom: 1;
}

.btn-group:first-child {
  *margin-left: 0;
}

.btn-group + .btn-group {
  margin-left: 5px;
}

.btn-toolbar {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0;
}

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-group > .btn + .btn {
  margin-left: -1px;
}

.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}

.btn-group > .btn-mini {
  font-size: 10.5px;
}

.btn-group > .btn-small {
  font-size: 11.9px;
}

.btn-group > .btn-large {
  font-size: 17.5px;
}

.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  *padding-top: 5px;
  padding-right: 8px;
  *padding-bottom: 5px;
  padding-left: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group > .btn-mini + .dropdown-toggle {
  *padding-top: 2px;
  padding-right: 5px;
  *padding-bottom: 2px;
  padding-left: 5px;
}

.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}

.btn-group > .btn-large + .dropdown-toggle {
  *padding-top: 7px;
  padding-right: 12px;
  *padding-bottom: 7px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}

.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}

.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}

.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}

.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}

.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}

.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}

.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}

.btn-large .caret {
  margin-top: 6px;
}

.btn-large .caret {
  border-top-width: 5px;
  border-right-width: 5px;
  border-left-width: 5px;
}

.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}

.dropup .btn-large .caret {
  border-bottom-width: 5px;
}

.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}

.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-group-vertical > .btn + .btn {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}

.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}

.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.alert,
.alert h4 {
  color: #c09853;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success h4 {
  color: #468847;
}

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info h4 {
  color: #3a87ad;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

.nav {
  margin-bottom: 20px;
  margin-left: 0;
  list-style: none;
}

.nav > li > a {
  display: block;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li > a > img {
  max-width: none;
}

.nav > .pull-right {
  float: right;
}

.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

.nav li + .nav-header {
  margin-top: 9px;
}

.nav-list {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0;
}

.nav-list > li > a,
.nav-list .nav-header {
  margin-right: -15px;
  margin-left: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.nav-list > li > a {
  padding: 3px 15px;
}

.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}

.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}

.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

.nav-tabs,
.nav-pills {
  *zoom: 1;
}

.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  line-height: 0;
  content: "";
}

.nav-tabs:after,
.nav-pills:after {
  clear: both;
}

.nav-tabs > li,
.nav-pills > li {
  float: left;
}

.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #ffffff;
  background-color: #0088cc;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li > a {
  margin-right: 0;
}

.nav-tabs.nav-stacked {
  border-bottom: 0;
}

.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
}

.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  z-index: 2;
  border-color: #ddd;
}

.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}

.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}

.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}

.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.nav .dropdown-toggle .caret {
  margin-top: 6px;
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
}

.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}

/* move down carets for tabs */

.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}

.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}

.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}

.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999999;
}

.tabbable {
  *zoom: 1;
}

.tabbable:before,
.tabbable:after {
  display: table;
  line-height: 0;
  content: "";
}

.tabbable:after {
  clear: both;
}

.tab-content {
  overflow: auto;
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}

.nav > .disabled > a {
  color: #999999;
}

.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
}

.navbar {
  *position: relative;
  *z-index: 2;
  margin-bottom: 20px;
  overflow: visible;
}

.navbar-inner {
  min-height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  *zoom: 1;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

.navbar-inner:before,
.navbar-inner:after {
  display: table;
  line-height: 0;
  content: "";
}

.navbar-inner:after {
  clear: both;
}

.navbar .container {
  width: auto;
}

.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}

.navbar .brand {
  display: block;
  float: left;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}

.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none;
}

.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777777;
}

.navbar-link {
  color: #777777;
}

.navbar-link:hover,
.navbar-link:focus {
  color: #333333;
}

.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #f2f2f2;
}

.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}

.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0;
}

.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}

.navbar-form:before,
.navbar-form:after {
  display: table;
  line-height: 0;
  content: "";
}

.navbar-form:after {
  clear: both;
}

.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}

.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}

.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}

.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}

.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}

.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}

.navbar-search .search-query {
  padding: 4px 14px;
  margin-bottom: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
}

.navbar-static-top {
  position: static;
  margin-bottom: 0;
}

.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}

.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-right: 0;
  padding-left: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

.navbar-fixed-top {
  top: 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.navbar-fixed-bottom {
  bottom: 0;
}

.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
}

.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}

.navbar .nav > li {
  float: left;
}

.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}

.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #333333;
  text-decoration: none;
  background-color: transparent;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
     -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-right: 5px;
  margin-left: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  *background-color: #e5e5e5;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}

.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9;
}

.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #cccccc \9;
}

.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}

.navbar .nav > li > .dropdown-menu:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.navbar .nav > li > .dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}

.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  top: auto;
  bottom: -7px;
  border-top: 7px solid #ccc;
  border-bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.2);
}

.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  top: auto;
  bottom: -6px;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}

.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color: #555555;
  background-color: #e5e5e5;
}

.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}

.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  right: 12px;
  left: auto;
}

.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  right: 13px;
  left: auto;
}

.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  right: 100%;
  left: auto;
  margin-right: -1px;
  margin-left: 0;
  -webkit-border-radius: 6px 0 6px 6px;
     -moz-border-radius: 6px 0 6px 6px;
          border-radius: 6px 0 6px 6px;
}

.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  border-color: #252525;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
}

.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
  color: #ffffff;
}

.navbar-inverse .brand {
  color: #999999;
}

.navbar-inverse .navbar-text {
  color: #999999;
}

.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #111111;
}

.navbar-inverse .navbar-link {
  color: #999999;
}

.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: #ffffff;
}

.navbar-inverse .divider-vertical {
  border-right-color: #222222;
  border-left-color: #111111;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  color: #ffffff;
  background-color: #111111;
}

.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
     -moz-transition: none;
       -o-transition: none;
          transition: none;
}

.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}

.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}

.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}

.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  outline: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.navbar-inverse .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  *background-color: #040404;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  border-color: #040404 #040404 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #040404;
  *background-color: #000000;
}

.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}

.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
  *display: inline;
  text-shadow: 0 1px 0 #ffffff;
  *zoom: 1;
}

.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb > .active {
  color: #999999;
}

.pagination {
  margin: 20px 0;
}

.pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul > li {
  display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999999;
  cursor: default;
  background-color: transparent;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.pagination-centered {
  text-align: center;
}

.pagination-right {
  text-align: right;
}

.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}

.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 3px;
          border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
          border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
}

.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
          border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
          border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
}

.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}

.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}

.pager {
  margin: 20px 0;
  text-align: center;
  list-style: none;
  *zoom: 1;
}

.pager:before,
.pager:after {
  display: table;
  line-height: 0;
  content: "";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: default;
  background-color: #fff;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding-box;
          background-clip: padding-box;
}

.modal.fade {
  top: -25%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
     -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
       -o-transition: opacity 0.3s linear, top 0.3s ease-out;
          transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.fade.in {
  top: 10%;
}

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}

.modal-header .close {
  margin-top: 2px;
}

.modal-header h3 {
  margin: 0;
  line-height: 30px;
}

.modal-body {
  position: relative;
  max-height: 400px;
  padding: 15px;
  overflow-y: auto;
}

.modal-form {
  margin-bottom: 0;
}

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
     -moz-box-shadow: inset 0 1px 0 #ffffff;
          box-shadow: inset 0 1px 0 #ffffff;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  line-height: 0;
  content: "";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
     -moz-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0;
}

.popover-title:empty {
  display: none;
}

.popover-content {
  padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
}

.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
}

.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}

.thumbnails:before,
.thumbnails:after {
  display: table;
  line-height: 0;
  content: "";
}

.thumbnails:after {
  clear: both;
}

.row-fluid .thumbnails {
  margin-left: 0;
}

.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}

.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
     -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
          box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #555555;
}

.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}

.media,
.media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media > .pull-left {
  margin-right: 10px;
}

.media > .pull-right {
  margin-left: 10px;
}

.media-list {
  margin-left: 0;
  list-style: none;
}

.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  vertical-align: baseline;
  background-color: #999999;
}

.label {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.badge {
  padding-right: 9px;
  padding-left: 9px;
  -webkit-border-radius: 9px;
     -moz-border-radius: 9px;
          border-radius: 9px;
}

.label:empty,
.badge:empty {
  display: none;
}

a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label-important,
.badge-important {
  background-color: #b94a48;
}

.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}

.label-warning,
.badge-warning {
  background-color: #f89406;
}

.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}

.label-success,
.badge-success {
  background-color: #468847;
}

.label-success[href],
.badge-success[href] {
  background-color: #356635;
}

.label-info,
.badge-info {
  background-color: #3a87ad;
}

.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}

.label-inverse,
.badge-inverse {
  background-color: #333333;
}

.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}

.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}

.btn-mini .label,
.btn-mini .badge {
  top: 0;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress .bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
     -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
     -moz-transition: width 0.6s ease;
       -o-transition: width 0.6s ease;
          transition: width 0.6s ease;
}

.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
     -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
     -moz-background-size: 40px 40px;
       -o-background-size: 40px 40px;
          background-size: 40px 40px;
}

.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
     -moz-animation: progress-bar-stripes 2s linear infinite;
      -ms-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}

.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}

.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}

.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-info .bar,
.progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}

.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-warning .bar,
.progress .bar-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}

.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.accordion {
  margin-bottom: 20px;
}

.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.accordion-heading {
  border-bottom: 0;
}

.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

.accordion-toggle {
  cursor: pointer;
}

.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}

.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
     -moz-transition: 0.6s ease-in-out left;
       -o-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
     -moz-border-radius: 23px;
          border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control.right {
  right: 15px;
  left: auto;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}

.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}

.carousel-caption h4,
.carousel-caption p {
  line-height: 20px;
  color: #ffffff;
}

.carousel-caption h4 {
  margin: 0 0 5px;
}

.carousel-caption p {
  margin-bottom: 0;
}

.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #eeeeee;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
  color: inherit;
}

.hero-unit li {
  line-height: 30px;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.affix {
  position: fixed;
}

/*
 * Bootstrap Responsive v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

@-ms-viewport {
  width: device-width;
}

.hidden {
  display: none;
  visibility: hidden;
}

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

.visible-desktop {
  display: inherit !important;
}

@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 90%;
/*	min-width:960px; */
  }
  .span12 {
    width: 1170px;
  }
  .span11 {
    width: 1070px;
  }
  .span10 {
    width: 970px;
  }
  .span9 {
    width: 870px;
  }
  .span8 {
    width: 770px;
  }
  .span7 {
    width: 670px;
  }
  .span6 {
    width: 570px;
  }
  .span5 {
    width: 470px;
  }
  .span4 {
    width: 370px;
  }
  .span3 {
    width: 270px;
  }
  .span2 {
    width: 170px;
  }
  .span1 {
    width: 70px;
  }
  .offset12 {
    margin-left: 1230px;
  }
  .offset11 {
    margin-left: 1130px;
  }
  .offset10 {
    margin-left: 1030px;
  }
  .offset9 {
    margin-left: 930px;
  }
  .offset8 {
    margin-left: 830px;
  }
  .offset7 {
    margin-left: 730px;
  }
  .offset6 {
    margin-left: 630px;
  }
  .offset5 {
    margin-left: 530px;
  }
  .offset4 {
    margin-left: 430px;
  }
  .offset3 {
    margin-left: 330px;
  }
  .offset2 {
    margin-left: 230px;
  }
  .offset1 {
    margin-left: 130px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 30px;
    margin-left: 1.5%;
    *margin-left: 1.5%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.564102564102564%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.45299145299145%;
    *width: 91.39979996362975%;
  }
  .row-fluid .span10 {
    width: 82.90598290598291%;
    *width: 82.8527914166212%;
  }
  .row-fluid .span9 {
    width: 81%;
    *width: 81%;
  }
  .row-fluid .span8 {
    width: 65.81196581196582%;
    *width: 65.75877432260411%;
  }
  .row-fluid .span7 {
    width: 65%;
    *width: 65%;
  }
  .row-fluid .span6 {
    width: 48.717948717948715%;
    *width: 48.664757228587014%;
  }
  .row-fluid .span5 {
    width: 33%;
    *width: 33%;
  }
  .row-fluid .span4 {
    width: 23.75%;
    *width: 23.75%;
  }

  


  .row-fluid .span3 {
    width: 17%;
    *width: 17%;
  }
  .row-fluid .span2 {
    width: 14.52991452991453%;
    *width: 14.476723040552828%;
  }
  .row-fluid .span1 {
    width: 5.982905982905983%;
    *width: 5.929714493544281%;
  }
  .row-fluid .offset12 {
    margin-left: 105.12820512820512%;
    *margin-left: 105.02182214948171%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.56410256410257%;
    *margin-left: 102.45771958537915%;
  }
  .row-fluid .offset11 {
    margin-left: 96.58119658119658%;
    *margin-left: 96.47481360247316%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.01709401709402%;
    *margin-left: 93.91071103837061%;
  }
  .row-fluid .offset10 {
    margin-left: 88.03418803418803%;
    *margin-left: 87.92780505546462%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.47008547008548%;
    *margin-left: 85.36370249136206%;
  }
  .row-fluid .offset9 {
    margin-left: 79.48717948717949%;
    *margin-left: 79.38079650845607%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.92307692307693%;
    *margin-left: 76.81669394435352%;
  }
  .row-fluid .offset8 {
    margin-left: 70.94017094017094%;
    *margin-left: 70.83378796144753%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.37606837606839%;
    *margin-left: 68.26968539734497%;
  }
  .row-fluid .offset7 {
    margin-left: 62.393162393162385%;
    *margin-left: 62.28677941443899%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.82905982905982%;
    *margin-left: 59.72267685033642%;
  }
  .row-fluid .offset6 {
    margin-left: 53.84615384615384%;
    *margin-left: 53.739770867430444%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.28205128205128%;
    *margin-left: 51.175668303327875%;
  }
  .row-fluid .offset5 {
    margin-left: 45.299145299145295%;
    *margin-left: 45.1927623204219%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.73504273504273%;
    *margin-left: 42.62865975631933%;
  }
  .row-fluid .offset4 {
    margin-left: 36.75213675213675%;
    *margin-left: 36.645753773413354%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.18803418803419%;
    *margin-left: 34.081651209310785%;
  }
  .row-fluid .offset3 {
    margin-left: 28.205128205128204%;
    *margin-left: 28.0987452264048%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.641025641025642%;
    *margin-left: 25.53464266230224%;
  }
  .row-fluid .offset2 {
    margin-left: 19.65811965811966%;
    *margin-left: 19.551736679396257%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.094017094017094%;
    *margin-left: 16.98763411529369%;
  }
  .row-fluid .offset1 {
    margin-left: 11.11111111111111%;
    *margin-left: 11.004728132387708%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.547008547008547%;
    *margin-left: 8.440625568285142%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1156px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 1056px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 956px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 856px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 756px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 656px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 556px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 456px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 356px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 256px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 156px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 56px;
  }
  .thumbnails {
    margin-left: -30px;
  }
  .thumbnails > li {
    margin-left: 30px;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 166px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  }
  .offset12 {
    margin-left: 764px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 30px;
    margin-left: 2.7624309392265194%;
    *margin-left: 2.709239449864817%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.7624309392265194%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.43646408839778%;
    *width: 91.38327259903608%;
  }
  .row-fluid .span10 {
    width: 82.87292817679558%;
    *width: 82.81973668743387%;
  }
  .row-fluid .span9 {
    width: 74.30939226519337%;
    *width: 74.25620077583166%;
  }
  .row-fluid .span8 {
    width: 65.74585635359117%;
    *width: 65.69266486422946%;
  }
  .row-fluid .span7 {
    width: 57.18232044198895%;
    *width: 57.12912895262725%;
  }
  .row-fluid .span6 {
    width: 48.61878453038674%;
    *width: 48.56559304102504%;
  }
  .row-fluid .span5 {
    width: 40.05524861878453%;
    *width: 40.00205712942283%;
  }
  .row-fluid .span4 {
    width: 31.491712707182323%;
    *width: 31.43852121782062%;
  }
  .row-fluid .span3 {
    width: 22.92817679558011%;
    *width: 22.87498530621841%;
  }
  .row-fluid .span2 {
    width: 14.3646408839779%;
    *width: 14.311449394616199%;
  }
  .row-fluid .span1 {
    width: 5.801104972375691%;
    *width: 5.747913483013988%;
  }
  .row-fluid .offset12 {
    margin-left: 105.52486187845304%;
    *margin-left: 105.41847889972962%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.76243093922652%;
    *margin-left: 102.6560479605031%;
  }
  .row-fluid .offset11 {
    margin-left: 96.96132596685082%;
    *margin-left: 96.8549429881274%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.1988950276243%;
    *margin-left: 94.09251204890089%;
  }
  .row-fluid .offset10 {
    margin-left: 88.39779005524862%;
    *margin-left: 88.2914070765252%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.6353591160221%;
    *margin-left: 85.52897613729868%;
  }
  .row-fluid .offset9 {
    margin-left: 79.8342541436464%;
    *margin-left: 79.72787116492299%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.07182320441989%;
    *margin-left: 76.96544022569647%;
  }
  .row-fluid .offset8 {
    margin-left: 71.2707182320442%;
    *margin-left: 71.16433525332079%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.50828729281768%;
    *margin-left: 68.40190431409427%;
  }
  .row-fluid .offset7 {
    margin-left: 62.70718232044199%;
    *margin-left: 62.600799341718584%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.94475138121547%;
    *margin-left: 59.838368402492065%;
  }
  .row-fluid .offset6 {
    margin-left: 54.14364640883978%;
    *margin-left: 54.037263430116376%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.38121546961326%;
    *margin-left: 51.27483249088986%;
  }
  .row-fluid .offset5 {
    margin-left: 45.58011049723757%;
    *margin-left: 45.47372751851417%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.81767955801105%;
    *margin-left: 42.71129657928765%;
  }
  .row-fluid .offset4 {
    margin-left: 37.01657458563536%;
    *margin-left: 36.91019160691196%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.25414364640884%;
    *margin-left: 34.14776066768544%;
  }
  .row-fluid .offset3 {
    margin-left: 28.45303867403315%;
    *margin-left: 28.346655695309746%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.69060773480663%;
    *margin-left: 25.584224756083227%;
  }
  .row-fluid .offset2 {
    margin-left: 19.88950276243094%;
    *margin-left: 19.783119783707537%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.12707182320442%;
    *margin-left: 17.02068884448102%;
  }
  .row-fluid .offset1 {
    margin-left: 11.32596685082873%;
    *margin-left: 11.219583872105325%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.56353591160221%;
    *margin-left: 8.457152932878806%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 710px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 648px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 586px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 524px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 462px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 400px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 338px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 276px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 214px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 152px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 90px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 28px;
  }
}

@media (max-width: 767px) {
  body {
    padding-right: 20px;
    padding-left: 20px;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-right: -20px;
    margin-left: -20px;
  }
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    width: auto;
    clear: none;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  .modal {
    position: fixed;
    top: 20px;
    right: 20px;
    left: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade {
    top: -100px;
  }
  .modal.fade.in {
    top: 20px;
  }
}

@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-right: 10px;
    padding-left: 10px;
  }
  .media .pull-left,
  .media .pull-right {
    display: block;
    float: none;
    margin-bottom: 10px;
  }
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  .modal {
    top: 10px;
    right: 10px;
    left: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}

@media (max-width: 979px) {
  body {
    padding-top: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top {
    margin-bottom: 20px;
  }
  .navbar-fixed-bottom {
    margin-top: 20px;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    padding-right: 10px;
    padding-left: 10px;
    margin: 0 0 0 -5px;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }
  .nav-collapse .nav > li {
    float: none;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse .nav .nav-header {
    color: #777777;
    text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #777777;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
  }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
    background-color: #f2f2f2;
  }
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #999999;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .nav > li > a:focus,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: #111111;
  }
  .nav-collapse.in .btn-group {
    padding: 0;
    margin-top: 5px;
  }
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    display: none;
    float: none;
    max-width: none;
    padding: 0;
    margin: 0 15px;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
  }
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  .nav-collapse .nav > li > .dropdown-menu:before,
  .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
       -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    height: 0;
    overflow: hidden;
  }
  .navbar .btn-navbar {
    display: block;
  }
  .navbar-static .navbar-inner {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */
/*@font-face {
	font-family: 'MyriadPro-Regular';
	src: url('http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/fonts/MyriadPro-Regular.eot');
	src: local('?'), url('http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/fonts/MyriadPro-Regular.woff') format('woff'),
        url('http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/fonts/MyriadPro-Regular.ttf') format('truetype'),
        url('http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/fonts/MyriadPro-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}*/

/** Generated by FG **/

.mp-ac-window {
	min-height: 40vw !important;
}

.googleFonts {
	font-family: 'Ropa Sans', sans-serif;
	font-family: 'Abel', sans-serif;
	font-family: 'Homenaje', sans-serif;
	font-family: 'PT Sans', sans-serif;
	font-family: 'BenchNine', sans-serif;	
}

@font-face {
	font-family: 'MyriadPro-Regular';
	src: url('http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/fonts/MyriadPro-Regular.eot');
	src: local('?'), url('http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/fonts/MyriadPro-Regular.woff') format('woff'),
        url('http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/fonts/MyriadPro-Regular.ttf') format('truetype'),
        url('http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/fonts/MyriadPro-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaInseratLTStd-Roman';
	src: url('http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/fonts/HelveticaInseratLTStd-Roman.eot');
	src: local('?'), url('http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/fonts/HelveticaInseratLTStd-Roman.woff') format('woff'),
        url('http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/fonts/HelveticaInseratLTStd-Roman.ttf') format('truetype'),
        url('http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/fonts/HelveticaInseratLTStd-Roman.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: helveticaLT;
    src: url("http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/fonts/helveticaLT.eot") /* EOT file for IE */
}
@font-face {
    font-family: helveticaLT;
    src: url("http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/fonts/helveticaLT.ttf") /* TTF file for CSS3 browsers */
}

* { margin:0; padding:0; }

body          { font:12px/1.55 Arial, Helvetica, sans-serif; color:#474747; text-align:center; margin: 0; padding: 0; overflow-x:hidden; position:relative;}

img           { border:0; vertical-align:top; }

a             { color:#415887; }
a:hover       { text-decoration: none}
:focus        { outline:0; }

/* Headings */
h1,h2,h3,
h4,h5,h6      { margin:0 0 5px; line-height:1.35; color:#0a263c; }
h1            { font-size:20px; font-weight:normal; }
h2            { font-size:18px; font-weight:normal; }
h3            { font-size:16px; font-weight:bold; }
h4            { font-size:14px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; /*border-collapse:collapse;*/ border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
p             { margin:0 0 10px; }
strong        { font-weight:normal; }
address       { font-style:normal; line-height:1.35; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
/*sup           { font-size:1em; vertical-align:top; }*/

/* Lists */
ul,ol         { list-style:none; margin: 0; }

dd { margin: 0; }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.ma-wrapper { position:relative;}
.ma-page {position:relative;}
.page-print { background:#fff; padding:25px 30px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { background:#fff; padding:25px 30px; text-align:left; }
.ma-main-container {min-height:650px; margin-bottom:40px; }
.main {  margin:0px auto 0;  padding: 0; text-align:left;  }
.main-inner { }

/* Base Columns */
.col-left { float:left; width:15%; }
.col-main { float:left; width:685px; padding:0 0 1px; }
.col-right { width:30%; float:right; }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main {width:85%; }
.col2-right-layout .col-main { margin-bottom:40px;}

/* 3 Columns Layout */
.col3-layout .col-main { }
.col3-layout .col-wrapper { }
.col3-layout .col-wrapper .col-main {  }

/* Content Columns */
.col2-set .col-1 { float:left; width:48.5%; }
.col2-set .col-2 { float:right; width:48.5%; }
.col2-set .col-narrow { width:32%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }

/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px/15px Arial, Helvetica, sans-serif; vertical-align:middle; color:#2f2f2f; }
input.input-text,select,textarea { background:#fff; border:1px solid #b6b6b6; border-radius: 0; width: auto; height: auto; line-height: 1.55; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #b6b6b6; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; text-align: center;}
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button { overflow:hidden; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button span { display:block; height:29px; line-height: 29px; background:#dd0c0c; padding:0 8px; font: 12px/23px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
button.button:hover span{ background-color: #474747;}
button.button span span { border:0; padding:0; line-height: 29px}
button.disabled span { border-color:#bbb !important; background:#bbb !important; }

button.btn-checkout span { height:40px; border:0;  padding:0 0 0 9px; font:bold 15px/40px Arial, Helvetica, sans-serif; color:#fff; }
button.btn-checkout span span { background-position:100% 0; padding:0 25px 0 16px; line-height: 40px; margin-top:2px; }
button.btn-checkout.no-checkout span { background-position:0 100%; color:#b8baba; }
button.btn-checkout.no-checkout span span { background-position:100% 100%; }


#co-billing-form ul li:last-child {
  display: none;
}

#payment_form_authorizenet > li {
	clear:both;
}

#authorizenet_cc_type_cvv_div > .input-box{
	width:300px;
}

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
input.input-text:focus,select:focus,textarea:focus {  }
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 8px; }
.form-list label { float:left; color:#666; font-weight:bold; position:relative; z-index:0; padding-bottom: 10px}
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; padding:4px 0 10px 11px; margin-right:5px; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; width:70%; padding:9px 5px 0 8px; min-width:250px;}
.form-list .field { float:left; width:220px; }
.form-list input.input-text { width:98%; }
.form-list textarea { width:95%; height:6em; }
.form-list select { width:175px; }
.form-list li.wide .input-box {  }
.form-list li.wide input.input-text {  }
.form-list li.wide textarea {  }
.form-list li.wide select {  }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }

.form-list-narrow li  { margin-bottom:0; } 
.form-list-narrow li .input-box { margin-bottom:6px; }
.form-list-narrow li.wide .input-box { width:260px; } 
.form-list-narrow li.wide input.input-text, 
.form-list-narrow li.wide textarea { width:254px } 
.form-list-narrow li.wide select { width:260px; }

/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .name-middlename { width:70px; }
.form-list .name-middlename input.input-text { width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

/* Independent fields */
/*.form-list li { margin:0 0 8px; }
.form-list li.fields { margin:0; }
.form-list .field { display:block; margin:0 0 8px; }
.form-list li.control {}
.form-list label { float:left; width:150px; padding:2px 10px 0 0; text-align:right; }
.form-list label.required { font-weight:bold; }
.form-list label.required em { font-variant:normal; color:#eb340a; margin-right:3px; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:254px; }
.form-list select { width:260px; }
.form-list li.additional-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 5px 0 0; }
.form-list .input-range input.input-text { width:96px; }*/
/* Customer */
/*.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:11px; font-weight:normal; color:#777; text-align:left; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }*/

.buttons-set { clear:both; padding:0 0 10px; border-bottom:0px solid #415887; margin: 10px 0; text-align:right; }
.buttons-set p.required { margin:0 0 10px; }
.buttons-set .back-link { float:left; margin:0; }
.buttons-set button.button { float:right; margin-left:5px; }

.buttons-set-order { margin:10px 0 0; }
.buttons-set-order .please-wait { padding:12px 7px 0 0; }

.fieldset { border:1px solid #bbafa0; padding:22px 25px 12px 33px; margin:28px 0; }
.fieldset .legend { float:left; font-size:13px; border:1px solid #415887; background:#fff; color:#415887; margin:-33px 0 0 -10px; padding:0 8px; position:relative; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:11px; font-weight:bold; line-height:13px; background:url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/validation_advice_bg.gif) 2px 0 no-repeat; color:#eb340a; }
.validation-failed { border:1px dashed #eb340a !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:11px; text-align:right; color:#EB340A; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#df280a; font-weight:bold; }
.notice { color:#3c3c3c; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px !important; }
.messages li li { margin:0 0 3px !important; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:0px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:11px !important; font-weight:bold !important; }
.error-msg { border-color:#415887; background-image:url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/i_msg-error.gif); color:red; font-size:14px !important; }
.success-msg { border-color:#415887;  background-image:url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/i_msg-success.gif); color:#415887; }
.note-msg,
.notice-msg { border-color:#415887;  background-image:url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/i_msg-note.gif); color:#415887; }

/* BreadCrumbs */
.breadcrumbs { font-size:12px; line-height:1.25; margin:50px 0 13px; visibility:hidden; }
.breadcrumbs li { display:inline; padding: 0 15px 0 10px; background: url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/bg_li.png) no-repeat scroll 100% 50%;  text-transform: capitalize;}
.breadcrumbs li a{ color: #363636;}
.breadcrumbs li a:hover{ color: #415887}
.breadcrumbs li:first-child{ padding-left: 0}
.breadcrumbs li:last-child{ background: none}
.breadcrumbs li strong { font-weight: normal; color: #415887}
.breadcrumbs li span { display: none}

.mp_activecontent {
		
}

/* Page Heading */
.page-title { width:100%; overflow:hidden; margin:0 0 0px !important; font-family: MyriadPro-Regular; font-size: 25px; text-transform: uppercase; border-bottom: 0px solid #f0f0f0;}
.page-title h1,
.page-title h2 { margin:0; font-size:25px; color:#0a263c; padding-bottom: 6px; font-family:'Abel', sans-serif; text-transform:capitalize; }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle,
.sub-title { clear:both; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px; }

label { display: inline-block; text-shadow: none; margin: 0; }

/* Pager */
.pager {font-size:14px;  padding:4px 8px; text-align:left; margin: 0; }

.pager .view-mode{ float:left; margin:0; display:none; } 
.pager .view-mode label{ display:none; }
.pager .view-mode span{float:left; height: 54px; width: 54px;}
.pager .view-mode span label{ display: block}
.pager .view-mode a.grid{ width:54px; height:54px; float:left; text-indent:-9999px; background:url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/grid.png) no-repeat; }
.pager .view-mode strong.grid,
.pager .view-mode a.grid:hover{ width:54px; height:54px; float:left; text-indent:-9999px; background: #415887 url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/grid_act.png) no-repeat; }
.pager .view-mode a.list{ width:54px; height:54px; float:left; text-indent:-9999px; background:url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/list.png) no-repeat; border: 0; border-radius: 0; padding: 0; }
.pager .view-mode strong.list,
.pager .view-mode a.list:hover{ width:54px; height:54px; float:left; text-indent:-9999px; background:#415887 url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/list_act.png) no-repeat; }
.pager a {
    background: none;
    border: 0;
    border-radius: 0;
    display: inline-block;
    text-decoration: none;
}
.pager .pages a { height: 20px; width: 20px; border: none; background: none; padding: 0; color: #363636 }
.pager .pages a:hover{ background: #415887; color: #fff; }
.pager .pages .current  { background: #415887; color: #fff; padding:0; height: 20px; width: 20px; text-align: center; display: inline-block; }
.pager .pages a.next, .pager a.previous { background:none; }
.pager .pages a.next:hover, .pager a.previous:hover { background: #415887; }

.pager .sort-by { float:left; padding-left:10px; margin:0 0 0 60px; display:none;}
.pager .sort-by label { vertical-align:middle; }
.pager .sort-by select { padding:2px; margin:0 0 1px; vertical-align:middle; }
.pager .sort-by .select{ position: relative;}
.pager .sort-by .select-sort-by{ display: inline-block}

.pager .amount { float:left; margin:0; }
.pager .limiter { float:right; margin:0 60px 0 0; display:none !important;}
.pager .limiter label { vertical-align:middle; }
.pager .limiter select { padding:2px; margin:0 0 1px; vertical-align:middle; }
.pager .limiter .select{ position: relative;}
.pager .limiter .select-limiter{ display: inline-block}

.pager .pages { margin:0 auto 0 auto; width:400px; text-align:center; }
.pager .pages ol { }
.pager .pages li { display:inline; margin:0 2px; text-align: center; }
.pager .pages .current {}


/* Toolbar */
.toolbar { margin: 0 0 10px; border-bottom: 0px solid #415887; display:none; }
.toolbar .pager { padding:0px; font-family: MyriadPro-Regular }
.toolbar-bottom {visiblity:hidden;}
.toolbar .sorter { border-bottom:1px solid #fff; }
.toolbar-bottom .toolbar { margin:15px 0 0; float:left; width:100%; }
.toolbar-bottom .toolbar { display:block;}


/* Data Table */
.data-table { width:100%; border:1px solid #E9E7E2; }
.data-table .odd  { }
.data-table .even { background:#f9f9f9; }
/*.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/
.data-table td.last,
.data-table th.last {}
.data-table tr.last th,
.data-table tr.last td { border-bottom:0 !important; }
.data-table th { padding:3px 8px; font-weight:bold; }
.data-table td { padding:3px 8px; }
.data-table thead th { font-weight:normal; border-right:1px solid #c2d3e0; padding:6px 8px; color:#0a263c; white-space:nowrap; vertical-align:middle; text-align: center; text-transform: uppercase;}


.data-table thead th.wrap { white-space:normal; }
.data-table thead th a,
.data-table thead th a:hover { color:#fff; }
.data-table thead th { background: #dedede; }
.data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }

.data-table tfoot { border-bottom:1px solid #d9dde3; }
.data-table tfoot tr.first td { }
.data-table tfoot tr { border-top: 1px solid #cacaca; }
.data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #d9dde3; }
.data-table tfoot strong { font-size:16px; }

.data-table tbody th,
.data-table tbody td { border-bottom:1px solid #d9dde3; border-right:1px solid #d9dde3; text-align: center; padding: 10px 10px 6px 10px; }
/* Bundle products tables */
.data-table tbody.odd tr { background:#f8f7f5 !important; }
.data-table tbody.even tr { background:#f6f6f6 !important; }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom:1px solid #d9dde3; }

.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }

/* Generic Info Box */
.info-box { background:#fff url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.info-box h2 { font-weight:bold; font-size:13px; }

.info-table th { font-weight:bold; padding:2px 15px 2px 0; }
.info-table td { padding:2px 0; }

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/bkg_collapse.gif) 0 5px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -52px; }
tr.show-details td {}
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/bkg_collapse.gif) 100% 5px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Class: std - styles for admin-controlled content */


.std {
	line-height:22px;
	text-align:justify;	
	font-family:Arial, sans-serif;
	font-size:13px;
	color:#808080;
}

.short-description .std {
	line-height:20px;
	text-align:justify;	
}


.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote {  padding:0; }
.std ul { list-style:disc outside;  }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:none; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul {/* margin:.5em 0;*/ }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }

/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }

.link-cart { font-size: 12px; color: #3c3c3c }
.link-cart:hover{ color: #415887}
.link-wishlist { color: #3c3c3c;}
.link-wishlist:hover{ color: #415887}
.link-reorder { font-weight:bold; }
.link-compare { color: #3c3c3c }
.link-compare:hover { color: #415887 }

.link-print { /*background:url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; color:#dc6809; }
.link-rss { background:url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
.btn-remove  { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-previous  { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/btn_previous.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { margin-top: 30px; display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }

.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/bkg_divider1.gif) 0 50% repeat-x; text-indent:-999em; overflow:hidden; }

/* Global site notices */
.global-site-notice { border:1px solid #cfcfcf; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.global-site-notice .notice-inner { width:860px; margin:0 auto; padding:12px 0 12px 80px; background:url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
.global-site-notice .notice-inner p { margin:0; border:1px dotted #cccc73; padding:10px; }
.global-site-notice .notice-inner .actions { padding-top:10px; }

/* Cookie Notice */
.notice-cookie { }

/* Noscript Notice */
.noscript {}

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; border:0; text-align:center; color:#fff; }
.demo-notice .notice-inner { width:auto; padding:0; background:none; text-align:center; }
.demo-notice .notice-inner p { padding:0; border:0; }

/* ======================================================================================= */


/* Header ================================================================================ */
.logo { float:left; }

.logoSpan {
    width: 14%;
	min-width:200px;
	display:inline-block;
	overflow:hidden;
	float:left;
	padding:2px 0 5px 20px;
	position:relative;
	z-index:99999999999999999999;
    *width: 23%;
	display:block\9;
	
  }
  
.optionWrap {
	overflow:hidden;
	float:left;
	width:50%;	
}
  
.optionWrap:last-child {
	display:none;
}

#block2_pt_item_menu li {
	float:left;
	width:100%;
	overflow:hidden;
	display:block;
	padding:10px 0 10px 10px;
	border-bottom:1px solid rgba(255,255,255,.2);
	text-align:left;
	
}

#block2_pt_item_menu li:last-child {
	border-right:0 !important;
}

#block2_pt_item_menu li img {
	max-height:85px;
	clear:both;
	padding-top:10px;
	width:auto;	
}

#block2_pt_item_menu_second li {
	float:left;
	width:100%;
	overflow:hidden;
	display:block;
	text-align:left;
		transition:all 500ms ease-out;
}

#block2_pt_item_menu_second  img {
	max-height:85px;
	clear:both;
	padding-top:10px;
	width:auto;	
}

#block2_pt_item_menu_third li {
	float:left;
	width:25%;
	overflow:hidden;
	display:block;
	height:50px;
	text-align:center;
	border-right:1px solid #4B669E;

}

#block2_pt_item_menu li a {
	color:#fff;
	display:block;
	height:100%;
	width:100%;
	font-family: 'Abel', Arial, sans-serif !important;
	overflow:hidden;
	line-height:25px;
	font-weight:normal;
	font-size:18px;
}

#block2_pt_item_menu li a:hover {
	color:#000;	
	width:100%;
	height:100%;
}

#block2_pt_item_menu_second li a {
	color:#fff;
	display:block;
	height:100%;
	width:100%;	
	/*font-family:'Abel', sans-serif;*/
	font-family:'Oswald', sans-serif;
	overflow:hidden;
	transition:all 500ms ease-out;
	padding:3.5% 0 3.5% 5%;

	font-size:18px;
}

#block2_pt_item_menu_second li a:hover {
	color:#000;	
	width:100%;
	height:100%;	
		transition:all 500ms ease-in;
}

#block2_pt_item_menu_third li a {
	color:#fff;
	display:inline-block;
	height:100%;
	width:100%;	
	/*font-family:'Abel', sans-serif;*/
	font-family:'Oswald', sans-serif;
	overflow:hidden;
	line-height:50px;
	font-size:18px;
}

.nav-container {
	height:45px;	
}

#block2_pt_item_menu li:hover {
	background-color:#fff;
	color:#000 !important;
	
}
 
#block2_pt_item_menu_second li:hover {
	background-color:#fff;
		transition:all 500ms ease-in;
	color:#000 !important;
}

#block2_pt_item_menu_third li:hover {
	background-color:#101010;
}
   
input#url {
	width: 37%;	
}
   
  
.ma-header-container { 

	margin:0;
	position: fixed;
	min-width:960px;
	left:0;
    top: 0; 
	width: 100%;
    z-index: 99999999;
 }
 
 .header .row-fluid {
	border-left:1px solid #ececec;
	border-right:1px solid #ececec; 
	padding:10px 0;
	width:99.9%;
	height:50px\9;
 }


.header { margin:0 auto; padding:0px 0; text-align: left; position:relative; z-index:10000; border-bottom:1px solid #fff; width:100%; 
	background-color:#fff;
	border-bottom:1px solid #ececec;
/*	border:1px solid #ECECEC;
	box-shadow:0 11px 13px -11px #BBBBBB;
	-webkit-box-shadow:0 11px 13px -11px #BBBBBB;	
	-moz-box-shadow:0 11px 13px -11px #BBBBBB;
	background-image:url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/menu-gradient.png);
	background-position:bottom center;
	background-repeat:repeat-x; */
 }
.header .logo { float:left; text-decoration:none !important; }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo { margin:0; }
.header a.logo{ margin: 0px 0;display: inline-block}


.header .toplink { width:33%; float:right; display:inline-block; border-right:0px solid #415887; position:absolute; z-index:99; right: 1%; min-width:161px;}

.header .toplink a{
	font-family:"Oswald", sans-serif;
}
.header .toplink button span{
	font-family:"Oswald", sans-serif;
	text-transform:uppercase;
}

@media (max-width: 550px) {

.header .toplink { width:15%; float:right; display:none; border-right:0px solid #415887; position:absolute; z-index:99; right: 1%; min-width:161px;}
}

.header .quick-access { margin:6px 10px 0 0; text-align: right; width:100px; float:right;}
.header .welcome-msg { margin:0 20px 0 0; padding: 10px 0; float: right; display:none;}
.header .welcome-msg a { color:#ebbc58; }
#search_mini_form{ float: right; margin: 0 0px 0 0}
.header .form-search {
    background: #000 url("http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/search.png") no-repeat scroll 50% 50%;
    clear: both;
    height: 40px;
    margin: 0;
    padding: 0;
    width: 40px;
    display: inline-block
}

.logo img {
	width:100%;
	height:auto;	
}

.crosssell > ul {
	overflow:hidden;	
}

.header .form-search:hover {
    background-color: #474747;
}
.header .search-contain {
    background: url("http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/arrow-up1.png") no-repeat scroll 50% -100px transparent;
    cursor: pointer;
    height: 40px;
    padding: 0 0 7px;
    position: relative;
    width: 40px;
    z-index: 100001;
}
.header .search-contain:hover {
    background-position: 50% 100%;
}
.header .search-content {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #474747 #AAAAAA #AAAAAA;
    border-image: none;
    border-right: 1px solid #AAAAAA;
    border-style: solid;
    border-width: 3px 1px 1px;
    box-shadow: 0 3px 3px #AAAAAA;
    display: none;
    padding: 10px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 47px;
    width: 230px;
}
.header .form-search label {
    float: left;
    height: 21px;
    overflow: hidden;
    text-align: left;
    text-indent: -999em;
    width: 0;
}
.header .form-search input.input-text {
    background: none repeat scroll 0 0 transparent;
    color: #CCCCCC;
    float: left;
    height: 21px;
    padding: 4px 9px;
    width: 175px;
}
.header .form-search button.button {
    float: right;
}
.header .form-search button.button span {
    background: url("http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/search.png") no-repeat scroll 49% 49% ;
    background-color: #415887;
    border: 0 none;
    height: 31px;
    padding: 0;
    width: 31px;
}
.header .form-search button.button span span {
    background: none repeat scroll 0 0 transparent;
    float: left;
    padding: 0;
    text-indent: -99999px;
}
.header .form-search button.button:hover span {
    background: url("http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/search.png") no-repeat scroll 49% 49%;
    background-color: #474747;
}
.header .form-search .search-autocomplete {
    left: 40px !important;
    top: 22px !important;
    z-index: 999;
}
.header .form-search .search-autocomplete ul {
    background-color: #F9F5F0;
    border: 1px solid #5C7989;
}
.header .form-search .search-autocomplete li {
    border-bottom: 1px solid #F4EEE7;
    cursor: pointer;
    padding: 2px 8px 1px;
    text-align: left;
}
.header .form-search .search-autocomplete li .amount {
    float: right;
    font-weight: bold;
}
.header .form-search .search-autocomplete li.odd {
    background-color: #FFFEFB;
}
.header .form-search .search-autocomplete li.selected {
    background-color: #F7E8DD;
}

.topLinksSection {
	width:50px;
	float:right;
	overflow:hidden;
	display:block;
	
	margin-top:4px;
}

.topLinksSection .accountsIcon {
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
}

.topLinksSection .links {
		
}

.topLinksSection .accountsIcon img {
	width:47px;
	height:auto;
}



.header .form-language { padding: 0; text-align:right; float: right; line-height: 40px; margin-right: 50px; position: relative; }
.header .form-language label {   vertical-align:middle; }
.header .form-language select { padding:5px; margin: 0; text-transform: capitalize;}
.header .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }
.header .links { float:right; padding: 10px 20px; position:absolute; z-index:999999; width:230px; background-color:#fff; border:1px solid #f0f0f0; margin-left:-82%; }

.linksWrap {
	display:none;	
}

.header .links li { float:left; font-size:12px; background:url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/bg_li.png) 100% 50% no-repeat; padding:0 15px 0 10px; }
.header .links a {color: #363636}
.header .links a:hover {color: #415887}
.ma-header-container .top-container { clear:both; padding:5px 10px 0 12px; text-align:right; }
.ma-header-container .top-container a { font-size:11px; color:#ebbc58; }

.menu {
	width:100%;	
	text-align:center;	
	z-index:9;
	margin-top:10px;
	position:absolute;
	margin:0 ;
}

.category-sales-coupons .products-grid .item{
	width:50% !important;
	max-width:50% !important;
	position:relative;
}

.category-sales-coupons .products-grid .item:before{
	position:absolute;
	width:140px;
	height:140px;
	content:"";
	left:0;
	top:0;
	background:url('http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/on-sale-tab.png');
	background-size:100% auto;
	z-index: 9999999;
}

.category-sales-coupons .products-grid .product-image {
	height:24vw;
}

.category-sales-coupons .products-grid .product-image img{
	max-height:100%;
}

.category-sales-coupons .products-grid .product-name a{
	font-size:18px;
}

.catalogsearch-result-index .ma-main-container.col1-layout{
	padding-top:50px;
}


/*COMPARE PAGE STUFF*/

.bm-desktop-only {
  display: block; }

.bm-mobile-only {
  display: none; }

.compare-wrap {
  width: 100%;
  display: block;
  overflow: hidden; }
  .compare-wrap h1 {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    color: #262626; }
  .compare-wrap h2 {
    font-family: "Oswald", sans-serif;
    color: #262626; }
  .compare-wrap h3 {
    font-family: "Oswald", sans-serif;
    font-weight: normal;
    color: #262626; }
  .compare-wrap h4 {
    font-family: sans-serif;
    color: #262626; }
  .compare-wrap ul {
    margin: 0;
    padding: 0; }
    .compare-wrap ul li {
      margin: 0;
      padding: 0; }
  .compare-wrap .compare-btn {
    display: inline-block;
    width: auto;
    overflow: hidden;
    padding: 6px 30px;
    background-image: linear-gradient(#343467, #232345);
    text-align: center;
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    text-decoration: none;
    font-family: "Oswald", sans-serif;
    border-radius: 7px; }
  .compare-wrap .grid {
    display: block;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #e0e0e0; }
    .compare-wrap .grid.max-res ul li img {
      width: 70%;
      height: auto; }
    .compare-wrap .grid.wifi ul li {
      -webkit-box-pack: end;
      -moz-box-pack: end;
      box-pack: end;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      -o-justify-content: flex-end;
      justify-content: flex-end;
      -ms-flex-pack: end; }
      .compare-wrap .grid.wifi ul li img {
        width: 60%;
        height: auto; }
      .compare-wrap .grid.wifi ul li.title-column {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center; }
    .compare-wrap .grid.gps ul li {
      -webkit-box-pack: end;
      -moz-box-pack: end;
      box-pack: end;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      -o-justify-content: flex-end;
      justify-content: flex-end;
      -ms-flex-pack: end; }
      .compare-wrap .grid.gps ul li img {
        width: 60%;
        height: auto; }
      .compare-wrap .grid.gps ul li.title-column {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center; }
    .compare-wrap .grid.sensor ul li {
      -webkit-box-pack: end;
      -moz-box-pack: end;
      box-pack: end;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      -o-justify-content: flex-end;
      justify-content: flex-end;
      -ms-flex-pack: end; }
      .compare-wrap .grid.sensor ul li img {
        width: 60%;
        height: auto; }
      .compare-wrap .grid.sensor ul li.title-column {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center; }
        .compare-wrap .grid.sensor ul li.title-column h3 {
          font-size: 24px; }
          @media screen and (max-width: 1300px) {
            .compare-wrap .grid.sensor ul li.title-column h3 {
              font-size: 20px;
              font-weight: normal; } }
      .compare-wrap .grid.sensor ul li h3 {
        font-size: 30px;
        font-weight: bold; }
        .compare-wrap .grid.sensor ul li h3.blue {
          color: #343467; }
    .compare-wrap .grid.no-border {
      border: 0; }
    .compare-wrap .grid .title-column {
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      background: #f3f3f3; }
      .compare-wrap .grid .title-column.no-bg {
        background: #fff; }
      .compare-wrap .grid .title-column h3 {
        text-transform: uppercase;
        font-size: 24px;
        margin: 0;
        padding: 0;
        max-width: 70%; }
      @media screen and (max-width: 1300px) {
        .compare-wrap .grid .title-column h3 {
          font-size: 20px; } }
    .compare-wrap .grid ul {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row;
      width: 100%; }
      .compare-wrap .grid ul li {
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        flex-grow: 1;
        -ms-flex-positive: 1;
        padding: 20px 0;
        min-width: 20%;
        max-width: 20%;
        text-align: center;
        overflow: hidden;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column; }
        .compare-wrap .grid ul li .price-level {
          font-weight: bolder;
          font-family: "Oswald", sans-serif;
          width: 100%;
          display: block;
          font-size: 24px;
          color: #343467; }
        .compare-wrap .grid ul li img {
          width: 90%;
          margin: 0 auto;
          overflow: hidden;
          height: auto; }
        .compare-wrap .grid ul li h4 {
          text-transform: uppercase;
          font-weight: 100;
          margin: 0;
          color: #262626;
          padding: 0;
          font-size: 17px; }
          @media screen and (max-width: 1200px) {
            .compare-wrap .grid ul li h4 {
              font-size: 14px; } }
  .compare-wrap .compare-rows {
    width: 100%;
    display: block;
    overflow: hidden; }
    .compare-wrap .compare-rows .row {
      width: 100%;
      display: block;
      margin:0;
      overflow: hidden; }
  .compare-wrap .mobile-section .mobile-feature-image {
    width: 100%;
    display: block;
    overflow: hidden; }
    .compare-wrap .mobile-section .mobile-feature-image img {
      width: 80%;
      margin: 0 auto; }

@media screen and (max-width: 767px) {
  .bm-desktop-only {
    display: none; }

  .bm-mobile-only {
    display: block; } 
}


.dslr-nav{
	width:100%;
	text-align:center;
	z-index:9;
	margin-top:10px;
	position:absolute;
	margin:0 ;
	height:63px;
}

.dslr-nav a, .dslr-nav p{
	font-family:"Oswald", sans-serif;
	color:#505050;
}

.dslr-nav ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	height:100%;
}

.dslr-nav ul > li{
	/*-webkit-box-align:center;*/
	/*-webkit-align-items:center;*/
	/*-ms-flex-align:center;*/
	/*align-items:center;*/
	height:100%;
	display:flex;
	margin-top:32px;
	position:relative;
}

.dslr-nav ul li a{
	text-transform:uppercase;
	font-size:15px;
	padding:0 15px;
}

.dslr-nav ul li ul{
	position:absolute;
	top:47px;
	width:300px;
	left:0;
	background:#fff;
	overflow: hidden;
	/*padding:0px 10px 10px;*/
	display: block;
	height:auto;
	display: none;
}

.dslr-nav ul li ul li {
	border-bottom:1px solid rgba(0,0,0,.1);
	margin:0;
}

.dslr-nav ul li ul li:hover{
	background:#f7f7f7;
}

.dslr-nav ul li ul li.bottom-links{
	/*background:#f4f4f4;*/
	background:#415887;
}
.dslr-nav ul li ul li.bottom-links:after{
	content:"\f0da";
	font-family:"FontAwesome";
	color:#fff;
	top:12px;
	right:15px;
	position:absolute;
	font-size:18px;
}
.dslr-nav ul li ul li.bottom-links a {
	font-weight:300;
	color:#fff;
}

.dslr-nav ul li ul li a {
	color:#505050;
	padding:10px 0 10px 10px;
	width:100%;
	display: block;
	text-align: left;
	font-size:14px;
	font-weight:100;
}

.dslr-nav ul li ul li .title {
	color:#505050;
	padding:10px 0 10px 10px;
	font-weight:bolder;
	font-size:14px;
}

.dslr-nav ul li ul li .title p{
	margin:0;
	padding:3px 0;
	text-transform:uppercase;
}

.top-cart-wrapper {
    background: url("http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/topcart.png") no-repeat scroll 50% 50% transparent;
    background-color: #000;
    float: right;
    width: 40px; height: 40px;
}
.top-cart-wrapper:hover {
    background-color: #474747;
}
.top-cart-contain {
    background: url("http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/arrow-up1.png") no-repeat scroll 50% -100px transparent;
    position: relative;
    height: 35px;
    padding: 5px 0 7px;
    cursor: pointer;
    z-index:100001;
}
.top-cart-contain:hover {
    background-position: 50% 100%;
}
.top-cart-content {
    display: none;
    width: 230px;
    position: absolute;
    top: 47px;
    right: 0;
    background: #fff;
    border: 1px solid #aaa;
    border-top:3px solid #444444;
    padding: 10px;
    text-align: left;
    box-shadow: 0 3px 3px #666;
}
.top-subtotal {
    float: left;
    margin: 15px 0 0;
    font-size: 16px;
}
.top-subtotal .price{ font-size: 16px; margin-left: 5px}
.top-cart-content li.item{ float:left; width:100%; margin:0 0 10px; }
.top-cart-content .product-details { position:relative; }
.top-cart-content .product-details .btn-remove{ position:absolute; right:10px; top:4px; }
.top-cart-content .product-details .btn-edit{ position:absolute; right:30px; top:4px; }

.top-cart-content .actions {
    padding: 0;
    float:right;
    margin:10px 0 0;
}
.top-cart-icon {
    padding: 5px;
    width: 20px;
    height: 24px;
    display: inline-block;
    background: url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/top-cart.png) no-repeat;
    vertical-align: middle;
}
.top-cart-title {
    display: inline-block;
    padding: 0 0 0 5px;
    vertical-align: top;
    text-align:left;
    color:#666;
    text-indent: -9999px;
}
.top-cart-title span{ font-weight:bold; font-size:13px; text-transform:uppercase; }
.top-cart-contain .price {
    font-weight:normal;
    color: #415887;
}
    

.catSubMenuArea {
	position:fixed;
	top:97px;
	display:none;
	left:0;	
	overflow:hidden;
	width:100%;
	z-index:9999;
}

.catSubImage {
	height:100px;
	overflow:hidden;
	display:none;
	min-width:960px;
	width:90%;
	margin:0 auto;	
	background-color:#000;
	/* Safari 4-5, Chrome 1-9 */ background: -webkit-gradient(linear, 100% 0%, 0% 0%, from(#303030), to(#000)); 
	/* Safari 5.1, Chrome 10+ */ background: -webkit-linear-gradient(bottom, #000, #303030); 
	/* Firefox 3.6+ */ background: -moz-linear-gradient(bottom, #000, #303030); 
	/* IE 10 */ background: -ms-linear-gradient(bottom, #000, #303030); 
	/* Opera 11.10+ */ background: -o-linear-gradient(bottom, #000, #303030);
}

.catSubMenu {
	background-color:#000;
	height:100%;
	width:90%;
	height:35px;
	margin:0 auto;
	min-width:960px;
}

.catSubImage ul {
	width:100%;
	overflow:hidden;
	list-style-type:none;
	margin:0;
	padding:0;	
	height:100%;	
}

.catSubImage li {
	float:left;
	width:25%;
	line-height:35px !important;
	height:100%;
	margin:0;
	color:#fff;
	text-align:center;
	padding:0;	
	
}


.catSubImage li img {
	height:90px;
	width:auto;
	padding-top:10px;
}	

.catSubImage a {
	color:#fff;
	display:block;
	text-decoration:none;
	/*font-family:'Abel', sans-serif;	*/
	font-family:'Oswald', sans-serif;
	width:100%;
	font-size:17px;
	height:100%;
	overflow:hidden;
}

	
.catSubMenu ul {
	width:100%;
	overflow:hidden;
	list-style-type:none;
	margin:0;
	padding:0;	
	height:100%;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
}

.catSubMenu li {
	float:left;
	width:25%;
	line-height:35px !important;
	height:100%;
	margin:0;
	color:#fff;
	text-align:center;
	padding:0;	
	-webkit-box-flex:1;
-webkit-flex-grow:1;
    -ms-flex-positive:1;
        flex-grow:1;
}



.catSubMenu a {
	color:#fff;
	display:block;
	text-decoration:none;
	/*font-family:'Abel', sans-serif;	*/
	font-family:'Oswald', sans-serif;
	width:100%;
	font-size:17px;
	height:100%;
	overflow:hidden;
}

.catSubMenu .active {
/*	background-color:#1F3665; */
	height: 91%;
	border-bottom:3px solid #009FDF;
	color:#fff;
}

.post-date {
	display:none !important;	
}
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block { margin:0 0 15px; }
.block .block-title { border-bottom: 0px solid #EBEBEB; }
.block .block-title strong { display:inline-block;
	font-family:'Oswald', sans-serif;
	font-size: 20px; min-height:16px; padding: 0 10px 0 0; text-transform:uppercase; color:#415887;background-color: #FFF; width:100%; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { margin:0; padding:5px 0; font-size:1em; font-weight:bold; color:#0a263c; }
.block .block-content { }
.block .block-content li.item { padding:7px 0; }
.block .block-content .product-name { color:#1e7ec8; }
.block .btn-remove,
.block .btn-edit { float:right; margin:1px 0 2px 5px; }
.block .actions {  text-align:right; }
.block .actions a { float:left; }
.block .actions button.button { float:right; }
.block .empty { margin:0; padding:5px 9px; }

.block li.odd { }
.block li.even {  }

.block-banner-left {}
.block-banner-left img {
    width: 100%;
}

/* SLIDER */

#iframe {
	margin-top:-90px;
	margin-bottom:-75px;	
}

.bx-window {
	width:100% !important;
	overflow:hidden;
	}

.slideImg img {
	width:99% !important;
	height:auto;	
	text-align:center;
}

.mp-ac-wrapper {
	margin-left:-1%;
	}

.mp-ac-wrapper {
	width:99.9% !important;
	overflow:hidden;	
}

/*PRODUCT MATRIX STYLES*/
	.productMatrix {
		width:99.8%;
		border:1px solid #efefef;
		display:block;
		padding-bottom:1%;
		overflow:hidden;
		margin-bottom:2.5%;
	}
	.productNameClass {
		height:0;
	}
	.productIdClass {
		height:0 !important;
	}

	.productMatrix .matrixRow {
		clear:both;
		overflow:hidden;
		display:block;
		margin:0;
		width:100%;
		border-bottom:1px solid #efefef;
	}

	.productMatrix .matrixRow p {
		margin:0;
		padding:0;
		font-family: Arial,sans-serif;
		font-size:13px;
	}

	.productMatrix .titles {
		
		/*overflow:hidden;*/
		display:block;
		width:65%;
		float:right;
		height:90px;
		background-color:#fff;
		margin:0;		
	}

	.productMatrix .namePlate {
		
		/*overflow:hidden;*/
		display:block;
		width:35%;
		float:left;
		height:90px;
		margin:0;		
		line-height: 90px;
	}

	.productMatrix .namePlate h3 {
		font-family:'Oswald', sans-serif;
		margin:0;
		line-height: 95px;
		padding:0;
		text-align: center;
		font-size:28px;
		color:#202020;
	}

	

	.productMatrix .titles ul {
		margin:0;
		padding:0;
		display:block;
		list-style-type: none;
		overflow:hidden;
		height:100%;
		text-align: right;
	}

	.productMatrix .titles li {
		/*margin:0;
		padding:0;*/
		float:left;		
		height:100%;
		/*text-align: start;*/
		position:relative;
		overflow:hidden;
		width:8.3333%;
	}

	.productMatrix .info {
		width:35%;
		height:100%;
		overflow:hidden;
		margin-left: -1px;
		display:block;
		border-right:1px solid #efefef;
		float:left;
	}

	.productMatrix .info .nameBox {
		width:60%;
		text-align: left;
		overflow:hidden;
		border-right:1px solid #efefef;
		margin-left:-1px;
		display:block;
		float:left;
	}
	.productMatrix .info .priceBox {
		width:40%;
		text-align: center;
		overflow:hidden;
		display:block;
		float:left;
	}
	.productMatrix .info .nameBox p {
		margin-left:10%;
	}

	.productMatrix .checks {
		/*overflow:hidden;*/
		display:block;
		width:65%;
		float:right;
		overflow:hidden;	
		height: 100%;
		margin:0;		
	}

	.productMatrix .checks ul {
		margin:0;
		padding:0;
		display:block;
		list-style-type: none;
		overflow:hidden;
		height:100%;
		text-align: right;
	}

	.productMatrix .checks li {
		/*margin:0;
		padding:0;*/
		float:left;
		
		height:100%;
		text-align: center;
		overflow:hidden;

		width:8.3333%;
	}

	.productMatrix .checks li.on {
		background-image:url('http://www.dslrpros.com/site-images/check-mark.png');
		background-repeat:no-repeat;
		background-position:center;
		background-size:25%;

	}

	.productMatrix .checks p {
		line-height: 32px;
	}

	.productMatrix .titles li p {

		font-family: 'Arial', sans-serif;
		font-size:11.5px;
		display:block;
		text-align: left;
		line-height: 12px;
		margin: 6% 0 0;
		position:absolute;
		padding:0;
		
		-webkit-transform: rotate(-90deg);		
		-moz-transform: rotate(-90deg);			
		-ms-transform: rotate(-90deg);		
		-o-transform: rotate(-90deg);



		-o-transform-origin: 55px 20px;
		-ms-transform-origin: 55px 20px;
		-moz-transform-origin: 55px 20px;
		-webkit-transform-origin: 55px 20px;
		
		filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);		

	}

	/*.productMatrix .titles li:nth-child(1) p, .titles li:nth-child(2) p, .titles li:nth-child(7) p, .titles li:nth-child(10) p, .titles li:nth-child(11) p{
		margin-top:26%;
	}*/

	.productMatrix .titles li:nth-child(even) {
		background-color:#f8f8f8;
	} 
	.productMatrix .checks li:nth-child(even) {
		background-color:#f8f8f8;
	} 

	.productMatrix .matrixRow .product {
		height:32px;
		line-height:32px;
	}

	.productMatrix .matrixRow.first {
		background: repeating-linear-gradient(
		  45deg,
		  #f0f0f0,
		  #ffffff 3px,
		  #f0f0f0 6px,
		  #ffffff 6px
		);
		height:90px;
	}

	@media screen and (max-width:1800px){
	
		.productMatrix .titles li p {
			-o-transform-origin: 45px 30px 0;
			-ms-transform-origin:45px 30px 0;
			-moz-transform-origin: 45px 30px 0;
			-webkit-transform-origin: 45px 30px 0;
		}

		/*.productMatrix .titles li:nth-child(1) p, .titles li:nth-child(2) p, .titles li:nth-child(7) p, .titles li:nth-child(10) p, .titles li:nth-child(11) p{
		margin-top:26%;
		}*/

	}
	@media screen and (max-width:1700px){
	
		.productMatrix .titles li p {
			margin: 0 0;
		}

	}


/*PRODUCT MATRIX STYLES*/


/*Product Page Popover */

.productPagePop {
	width:600px;
	height:300px;
	display:none;
	background:rgba(255,255,255,.95);
	position:absolute;
	border:1px solid #e0e0e0;
	top:6%;
	box-shadow:1px 6px 8px -4px #535353;
	z-index: 9999999999999999999999;
	left:0;
	margin:auto;
	right:0;
}

.productPagePop .head {
	height:50px;
	line-height: 50px;
	overflow:hidden;
	display:block;
	text-align: center;
	background-color:#101010;
}

.productPagePop .head h3 {
	width:79%;
	float:left;
	margin:0;
	font-size:16px; 
	line-height: 50px;
	padding:0;
	text-align:left;
	margin-left:6.5%; 
	color:#fff;
	font-weight: 300;
}

.productPagePop .head a {
	width:80%;
	text-decoration:none;
	color:#fff;
	float:left;
	line-height: 50px;
	margin:0;
	font-weight: 600;
	font-size:15px;
	padding:0;
}

.showShipping {
	border:1px solid #e0e0e0;
	padding:1% 2%;
	background-color:#fcfcfc;
	text-align: center;
	display:block;
	width:95%;
	margin:0 auto;
}

.productPagePop .head .popClose {
	float:right;
	width:10%;
	margin-right:2.5%;
	overflow:hidden;
	height:100%;
	display:block;
	text-align: right;
	background-color:#000;
}

.productPagePop .theMessage {
	padding:6%;
	display:block;
	overflow:hidden;
	margin:0;
}

.productPagePop .theMessage p {
	width:100%;
	text-decoration:none;
	color:#101010;
	float:left;
	font-size:14px;
	margin:0;
	padding:0;
}

/*Product Page Popover */

/* Mini Blocks */
.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login { font-size:11px; line-height:1.25; }
.block-cart .block-title strong,
.block-wishlist .block-title strong,
.block-subscribe .block-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.block-poll .block-title strong,
.block-viewed .block-title strong,
.block-compared .block-title strong,
.block-related .block-title strong,
.block-tags .block-title strong,
.block-login .block-title strong {   }

/* Mini Products List */
.mini-products-list .product-image { float:left; width:50px; border:1px solid #a9a9a9; }
.mini-products-list .product-details { margin-left:60px; }
.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
.block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }

/* Block: Account */
.block-account {  }
.block-account .block-title {   }
.block-account .block-title strong {  }
.block-account .block-content {  padding:7px 0 7px; }
.block-account .block-content li a { display:block; border-bottom:1px solid #ddd; padding: 5px 0; color:#5f5d5c; text-decoration:none !important; }
.block-account .block-content li a:hover { color:#415887; }
.block-account .block-content li.last a { border-bottom:0; }
.block-account .block-content li.current { border-bottom:1px solid #ddd; padding: 5px 0; color:#415887; }
.block-account .block-content li.current.last { border-bottom:0; }

/* Block: Currency Switcher */
.block-currency { border:0; float: right; margin: 0 20px 0 0; line-height: 40px; position: relative}
.block-currency .block-title { background:none; border:0; padding:0; margin:0; display: inline-block }
.block-currency .block-title strong { font: 12px/21px Arial, Helvetica, sans-serif;  text-transform:none;}
.block-currency .block-content { background:none; padding:0; display: inline-block }
.block-currency select { padding:5px; margin: 0; }

/* Block: Layered Navigation */
.block-layered-nav {  }
.block-layered-nav .block-title { }
.block-layered-nav .block-subtitle { display:none;  }
.block-layered-nav .block-content {}
.block-layered-nav dt {  text-transform:uppercase; font-size: 16px; font-family: MyriadPro-Regular; font-weight: normal; color: #415887; margin: 15px 0 5px 0}
.block-layered-nav dd {}
.block-layered-nav dd.last { background:none; }
.block-layered-nav .currently li {  padding:4px 24px 6px 15px; position:relative; z-index:1; line-height:1.5; }
.block-layered-nav .currently .label { font-weight:bold; text-transform:uppercase; display:inline-block; vertical-align:top; }
.block-layered-nav .currently .value { display:inline-block; vertical-align:top; }
.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove { position:absolute; right:4px; top:9px; margin:0; }
.block-layered-nav .currently .btn-previous { right:17px; }
.block-layered-nav .actions { font-size:11px; padding:4px 5px 4px 9px; border:1px solid #dee5e8; border-width:1px 0; text-align:right; }
.block-layered-nav .actions a { float:none; }
.block-layered-nav li { background: url("http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/bg_li.png") no-repeat scroll 0 50% transparent !important; padding-left: 15px; line-height: 26px; text-transform: capitalize;}
.block-layered-nav li:hover { color: #415887}
.block-layered-nav li a {  text-decoration: none; color: #363636; }
.block-layered-nav li a:hover { color: #415887 }
#amount{ color: #363636 !important; font-weight: normal !important; box-shadow: none; border: 1px solid #cacaca !important; width: 95%}
.block-layered-nav .block-content #search{ display: none;}


/* Block: Cart */
.block-cart .block-title { /*border-bottom:0;*/ }
.block-cart .block-title strong { }
.block-cart .summary { padding:2px 8px 8px; margin:-1px 0 0; position:relative; z-index:1; }
.block-cart .amount { margin:0; }
.block-cart .amount a { font-weight:bold; }
.block-cart .subtotal { margin:5px 0 0; padding:2px 0;  text-align:center; }
.block-cart .subtotal .price { font-weight:bold; }
.block-cart .actions { display:block !important; }
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 8px 0; }

/* Block: Wishlist */
.block-wishlist .block-title strong { }
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a { float:none; }

/* Block: Related */
.block-related .block-title strong { }
.block-related input.checkbox { float:left; }
.block-related .product { margin-left:20px; }

/* Block: Compare Products */
.block-compare .block-title strong { }
.block-compare button.button span {  }
.page-popup .link-print { background:url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight:bold; color:#1e7ec8; }
.compare-table { border:0; }
.compare-table thead tr.first th,
.compare-table thead tr.first td { border:0; background:none; padding:0; font-size:0; line-height:0; }
.compare-table .btn-remove { float:right; background-image:url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/btn_remove2.gif); width:72px; height:15px; }
.compare-table tbody th { background:#d9e5ee url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/bkg_th-v.gif) 100% 0 repeat-y; }
.compare-table tbody th,
.compare-table tbody td { padding:10px; border:0; border-top:1px solid #ccc; border-left:1px solid #ccc; line-height: 26px;}
.compare-table tbody td.last { border-right:1px solid #ccc; }
.compare-table tbody tr.last th,
.compare-table tbody tr.last td { border-bottom:1px solid #ccc !important; }
.compare-table tr.add-to-row td { background:#fffada; text-align:center; }
.compare-table tr.first td { text-align:center; }
.compare-table tr.first td .product-name { font-size:13px; font-weight:bold; margin:0 0 5px; color:#203548; }
.compare-table tr.first td .product-name a { color:#203548; font-weight: normal}
.compare-table tr.first td .ratings { width:69px; margin:0 auto; }
.compare-table tr.first td p,
.compare-table tr.add-to-row td p { margin:0; }

/* Block: Recently Viewed */
.block-viewed .block-title strong { }

/* Block: Recently Compared */
.block-compared .block-title strong { }

/* Block: Poll */
.block-poll .block-title strong {  }
.block-poll .block-subtitle { font-size:12px; }
.block-poll label { color:#777; font-weight:bold; }
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { background:none; display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll button.button span {  }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags .block-title strong {  }
.block-tags .block-content .tags-list { background:none; border:0; font-size:12px; }
.block-tags .block-content .tags-list a { color:#1b2d3b; background: #eee; text-decoration: none;  padding: 4px 6px; line-height: 26px; }
.block-tags .block-content .tags-list a:hover { background: #ccc; }
.block-tags .actions { text-align:right; }
.block-tags .actions a { float:none; }

/* Block: Subscribe */
.block-subscribe{ border: none; margin: 0}
.block-subscribe .block-title{ display: none}
.block-subscribe .block-content { padding: 0 }
.block-subscribe .block-title strong { }
.block-subscribe label { font-weight:bold; color:#666; display: none }
.block-subscribe input.input-text { display:block;  margin:8px 0 12px; width: 220px ; height: 27px; line-height: 27px; padding: 0 0 0 5px}
.block-subscribe .actions {  text-align:left; }
.block-subscribe .actions button.button { float:none; }
.block-subscribe .actions button.button span { background-color: #415887; color: #fff; }
.block-subscribe .actions button.button:hover span { color: #111}

/* Block: Reorder */
.block-reorder .block-title strong { }
.block-reorder input.checkbox { float:left; margin:2px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }
.block-reorder .validation-advice { margin:3px 9px 7px; }

/* Block: Banner */
.block-banner { border:0; }
.block-banner .block-content { padding:0; text-align:center; }

/* Block: Login */
.block-login .block-title strong { }
.block-login .block-content { padding:5px 10px; }
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
.block-login .actions { background:none; padding:0; margin:3px 0 0; }
.block-login .actions button.button span { }

/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }
/* ======================================================================================= */


.categoryTitleSubHead {
	width:100%;
	padding:25px 0;
	overflow:hidden;	
		background-image:url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/category-head-bg.jpg);
		background-position:top;
	background-size:100% auto;	
}

.categoryTitleSubHead h2 {
	/*font-family:'Abel', sans-serif;	*/
	font-family:'Oswald', sans-serif;
	font-size:35px;
	margin:0;
	padding:0;
	color:#fff;
	text-align:center;

}

.head-search{
	margin-top:11px;
	width:265px;
	float:right;
}
.head-search .search{

}

.head-search .search label{  
	display:none;
}

.top-head-cart{
	float: right;
    margin-top: 10px;
    border-radius:4px;
    width: 35px;
    height: 30px;
    font-size: 17px;
    background: #000;
    color: #fff;
    line-height: 30px;
    text-align: center;
}

.top-head-cart i{
	line-height:30px;
	color:#fff;
}
.top-head-cart a{
	color:#fff;
}

.top-head-acct{
	float: right;
    margin-top: 10px;
    border-radius:4px;
    width: auto;
	padding:0 8px;
    height: 30px;
    font-size: 17px;
    background: #000;
    color: #fff;
    line-height: 30px;
    text-align: center;
    margin-left:5px;
}
.top-head-acct a{
	color:#fff;
	font-size:12px;
}

.top-head-acct i{
	line-height:30px;
	color:#fff;	
}

.products-grid .first{
	clear:both;	
}


.ready-to-ship-head{
	width: 100%; display: block; overflow: hidden; padding: 0; border-bottom: 1px solid #eeeeee; text-align: center; margin-top: 57px;
}

/* Category Page ========================================================================= */
.category-title { border:0; margin:0 0 7px;  
	margin-top:1px;
	border-top:1px solid #EFEFEF;
	overflow:hidden;
 }
 
 .category-title h1 {	 
 /*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#fff)); 
background: -webkit-linear-gradient(top, #f8f8f8, #fff); 
 background: -moz-linear-gradient(top, #f8f8f8, #fff); 
 background: -ms-linear-gradient(top, #f8f8f8, #fff); 
 background: -o-linear-gradient(top, #f8f8f8, #fff); */
 	background-size:100% 100%;
	text-transform:lowercase;
	margin-top:1px;
	padding-bottom:0;
	background-repeat:no-repeat;
	text-align:left;
	font-size:85px;
	color:#303030;
	padding-top:1%;
	letter-spacing:-3px;
	font-weight:normal;
	padding-left:3%;
 }
 
.category-description h2 {
	font-size:18px;
	padding-left:3%;
	text-align:left;
}


.category-image { width:100%; overflow:hidden; margin:0 ; text-align:center; }
.category-image img { width: 100%; }
.category-description { margin:0 0 30px; }
.category-products {/*margin-top:.25%; */ min-width:100%; /*overflow:hidden; */ position:relative; left:0;}

.shopByCatPage .category-products .products-grid {
	width:100% !important; 
	float:left;
	
}

.shopByCatPage .category-products .products-grid {
	/*width:89vw !important; */
	width:100%;
	float:left;
	
}

.shopByCatPage .prev {
	position:absolute;	
	/*padding:0.0% 0.75% .1%;*/
	border-radius:30px;
	background-color:#000;
	height: 40px;
	line-height: 40px;
	display:block;
	width: 40px;
	display:none;
	color:#fff;
	left:1%;
	margin-top:7%;
	border:1px solid #8D8D8D;
}

.aboutImage {
	width:100%;
	clear:both;
	display:block;
	overflow:hidden;	
	margin:0 0 2% 0;
}

.aboutImage img {
	width:100%;
	height:auto;
}

.shopByCatPage .prev input {
	border:0;
	background-color:transparent;
	color:#fff;	
	font-family:Comic Sans MS, sans-serif;
	font-size:30px;
	height:100%;
	width:100%;
	margin-top:-4%;
	display: block;
}

.shopByCatPage .next input {
	border:0;
	background-color:transparent;
	color:#fff;
	font-family:Comic Sans MS, sans-serif;
	font-size:30px;
	height:100%;
	width:100%;
	margin-top:-4%;
	display: block;
}

.productSpecsBtn {
	float:right;
	width:25%;
	min-width:150px;
	background-color:#000;
	padding:1% 0;
	text-align:center;
}

.productSpecsBtn a {
	text-decoration:none;
	font-family:'Oswald', sans-serif;
	font-size:12px;
	width:100%;
	height:100%;
	display:block;
	color:#fff;
		
}


.footer-static-3 > a:first-child {
	display:inline-block;	
}

.shopByCatPage  .next {
	position:absolute;
	display:none;
/*	padding:0.0% 0.75% .1%;*/
	border-radius:30px;
	display: block;
	background-color:#000;
	color:#fff;
	display:none;
	right:1%;
	height: 40px;
	overflow: hidden;
	width: 40px;
	margin-top:7%;
	border:1px solid #8D8D8D;
}

.shopByCatPage .category-products .products-grid {
	width:100%; 
	margin:0 auto;	
} 


/* View Type: Grid */
.products-grid { position:relative; }
.products-grid.last { border-bottom:0; }


.products-grid .item {  margin-bottom: 50px; text-align: center; width:17.95vw  !important; margin-left:0; /*min-height:325px;*/ max-width:20%; }
.products-grid .item-inner { border: 1px solid #fff; position: relative; overflow: hidden; height:100%; width:98%; /*margin:0 auto;*/}


.shopByCatPage .products-grid .item {
	margin-bottom:20px;
}

.products-grid .item-inner:hover{ opacity:.5;}
.products-grid .item .actions .btn-cart{ position: absolute; left: -140px; top: 140px}
.products-grid .item .actions .btn-cart span{ width: 140px; height: 35px; line-height: 35px; padding: 0; text-align: left; font-size: 10px; text-transform: uppercase}
.products-grid .item .actions .btn-cart:hover span {}
.products-grid .item .actions .btn-cart span span{color: #fff; padding-left: 40px; display: block; background: #4c4c4c url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/cart_icon.png) no-repeat scroll 10px 50%; width: auto;}
.products-grid .item .actions .btn-cart:hover span span{background-color: #415887}
.products-grid .item .actions .add-to-links li{  margin: 2px auto; }
.products-grid .item .actions .add-to-links li a{width: 100px; height: 35px; line-height: 35px; font-size: 10px; text-transform: uppercase;text-align: left}
.products-grid .item .actions .add-to-links li a.link-wishlist{ color: #fff; padding-left: 40px; display: block; background: #4c4c4c url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/wishlist_icon.png) no-repeat scroll 10px 50%; position: absolute; top: 180px; left: -140px;}
.products-grid .item .actions .add-to-links li a.link-wishlist:hover{ background-color: #415887}
.products-grid .item .actions .add-to-links li a.link-compare{color: #fff; padding-left: 40px; display: block; background: #4c4c4c url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/compare_icon.png) no-repeat scroll 10px 50%; position: absolute; top: 220px; left: -140px;}
.products-grid .item .actions .add-to-links li a.link-compare:hover{background-color:  #415887}
.products-grid .product-image { display:block;  margin:0 0 10px; height:13.3vw; overflow:hidden; /*min-height:260px;*/ border:1px solid #f0f0f0; padding:2%; background-color:#fff; width:95%; }

.post-entry iframe {
	width:100%;
	height:550px;	
}

.products-grid .product-image img { max-width: 100%;/*height:100% !important; min-width:240px;*/  margin:0 auto; text-align:center; max-height:270px; height:100% !important;}

.products-grid .product-name { /*min-height:2.7em;*/ margin:0 0 0px; }
.products-grid .product-name a { font-family:"Oswald", sans-serif; }
.products-grid .price-box { margin:0px 0; }
.products-grid .availability { line-height:21px; }
.products-grid .actions {}
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { margin:0 auto; }
.col1-layout .products-grid { }

.col2-left-layout {
	margin-top:100px !important; 	
}


/* View Type: List */
.products-list li.item { border-bottom:1px solid #d9ddd3; padding:12px 0;}
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { display: block; margin:0 0 10px; position: relative; }
.products-list .product-shop { float: left}
.products-list .product-name { margin:0 0 5px;  }
.products-list .product-name a {  }
.products-list .price-box { float:left; margin:3px 13px 5px 0; }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
.products-list .desc .link-learn { font-size:11px; }
.products-list p.cart{ float: left; margin: 0}
.products-list .btn-cart{ }
.products-list .btn-cart span{ background: #415887 url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/cart_icon.png) no-repeat scroll 8px 50%; padding: 0 0 0 37px; height: 37px; line-height: 37px;}
.products-list .btn-cart span span{ height: 35px; line-height: 35px; background: #ececec; padding: 0 10px; color: #363636; text-transform: uppercase;border: 1px solid #cecece; border-left: none;}
.products-list .btn-cart:hover span span{ background: #fff;}
.products-list .add-to-links { display: inline-block; float: left }
.products-list .add-to-links li { display:inline-block; height: 37px; line-height: 37px;  margin-left: 30px;  padding-left: 37px;}
.products-list .add-to-links li.first{ background: #415887 url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/wishlist_icon.png) no-repeat scroll 10px 50%}
.products-list .add-to-links li.first:hover{ background-color: #474747}
.products-list .add-to-links li.last{ background: #415887 url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/compare_icon.png) no-repeat scroll 9px 50%}
.products-list .add-to-links li.last:hover{ background-color: #474747}
.products-list .add-to-links li a{ display: block; text-transform: uppercase; color: #363636; background: #ececec; padding: 0 10px; border: 1px solid #cecece; border-left: 0; height: 35px; line-height: 35px}
.products-list .add-to-links li:hover a{ background: #fff;}
.products-list .add-to-links .separator { display:none; margin:0 2px; }

/* ======================================================================================= */

.catalog-category-view .mp-ac-wrapper {	
	margin-top:120px;	
	z-index:99 !important;
	margin-bottom:40px;
}

.mp-ac-wrapper {
/*	background:url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/video-slide-bg.jpg); */
	background-size:100% auto;
	background-repeat:no-repeat;
	z-index:1;
	
}	



/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; }
.no-rating a{ color: #474747;}
.no-rating a:hover{ color: #415887;}

.ratings { font-size:11px; line-height:1.25; margin:10px 0 0;  padding-bottom: 10px; }
.product-view .product-shop .ratings   { border-bottom: 1px solid #DDDDDD; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { float:left;  margin-right: 30px;}
.products-grid .ratings .rating-box { margin-right:3px; margin-left: 25%; }
.ratings .amount {}

.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }

/* Availability */
.availability { margin:0; }
.availability span { font-weight:bold; }
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; }

.availability-only { margin:10px 0 7px; line-height:16px; background:url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/i_availability_only.gif) 0 50% no-repeat; padding-left:15px; }
.availability-only span,
.availability-only a { border-bottom:1px dashed #751d02; color:#000; }
.availability-only a { background:url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; text-decoration:none; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong { color:#be2c00; }

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#d2d6d9; font-size:10px; padding:0 8px; }
.availability-only-details td { background:#ebf0f3; border-bottom:1px solid #fff; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }

.product-view .product-shop .availability {  }
.product-view .product-shop .availability span { font-weight: normal; background: url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/availability.png) no-repeat scroll 5px 50%; padding-left: 25px; }


/* Alerts */
.alert-price { margin:0; font-size:11px; }
.alert-stock { margin:0; font-size:11px; }

/********** < Product Prices */
.price { white-space:nowrap !important; }

.price-box { margin:0px 0; }
.price-box .price { color:#505050 !important; font-family: 'Abel', sans-serif; font-weight:normal; }
 
/* Regular price */
.regular-price { }
.regular-price .price { font-size:15px; color:#505050; }
.regular-product-price .price { font-size:30px; color:#777777; display:block; clear:both;}

.block .regular-price,
.block .regular-price .price { color:#415887; font-size: 20px; }

/* Old price */
.old-price { margin:0; display: inline-block; vertical-align:top;}
.old-price .price-label { white-space:nowrap; color:#999; display: none}
.old-price .price { color:#3c3c3c;font-size: 15px; text-decoration: line-through;}

/* Special price */
.special-price { margin:0; display: block }
.special-price .price-label { font-size:13px; font-weight:bold; white-space:nowrap; color:#cd5033;display: none}
.special-price .price { font-size:25px; color:#415887;  }
.block .special-price,
.block .special-price .price { color:#415887; font-size: 20px; }

/* Minimal price (as low as) */
.minimal-price { margin:0; }
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

.label { background: none; border: 0; padding: 0; border-radius: 0; color: #2f2f2f; }
.minimal-price-link { display:block; }
.minimal-price-link .label {color:#1e7ec8;}
.minimal-price-link .price { font-weight:normal; color:#1e7ec8; }

/* Excluding tax */
.price-excluding-tax { display:block; color:#999; }
.price-excluding-tax .label { white-space:nowrap; color:#999; }
.price-excluding-tax .price { font-size:13px; font-weight:normal; color:#c76200; }

/* Including tax */
.price-including-tax { display:block; color:#999; }
.price-including-tax .label { white-space:nowrap; color:#999; }
.price-including-tax .price { font-size:13px; font-weight:bold; color:#c76200; }

/* Configured price */
.configured-price { margin:0; }
.configured-price .price-label { font-weight:bold; white-space:nowrap; }
.configured-price .price { font-weight:bold; }

/* FPT */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from { margin:0; }
.price-from .price-label { font-weight:bold; white-space:nowrap; }

.price-to { margin:0; }
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; color:#999; }
.price-notice:before {  content:"\a"; white-space: pre;}

.price-notice .price { font-weight:bold; color:#2f2f2f; }

/* Price as configured */
.price-as-configured { margin:0; padding-top:6px; }
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle { padding:0 0 10px 0; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
.price-box-bundle .price { color:#555; }

.full-product-price {
	font-size:30px;	
}
/********** Product Prices > */

/* Tier Prices */
.product-pricing,
.tier-prices { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; color:#424242; }
.tier-prices li { line-height:1.4; background:url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/i_tier.gif) no-repeat 0 3px; padding:2px 0 2px 10px; }
.tier-prices .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
.tier-prices .price { font-weight:bold; color:#2f2f2f; }

.tier-prices-grouped li { padding:2px 0; color:#3c3c3c; }
.tier-prices-grouped li .price { font-weight:bold; }

/* Add to Links */
.add-to-links { font-size:12px; margin: 0; }
.add-to-links .separator { display:none; }

.product-view .add-to-cart button.button span {border-radius:0 !important;}

/* Add to Cart */
.add-to-cart label { width:100%; clear:both; margin: 0px 2% 0 0; display:none;}
.add-to-cart .qty { float:left; margin: 0px 3% 0; border: 0; padding: 0 2%; text-align: center; box-shadow: none; height:35px; font-weight:bold; font-size:16px;
	/*font-family:'Abel', sans-serif;*/
	font-family:'Oswald', sans-serif;
}
.add-to-cart button.button { float:left; }
.add-to-cart .paypal-logo { clear:left; margin:0; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
.product-view .add-to-cart .paypal-logo { margin:0; }
.product-view .add-to-cart button.button { margin: 10px 0 10px 0; clear:both; width:130px;  }
.product-view .add-to-cart button.button span{ padding: 5px 0 5px 21px; background-image: url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/cart_icon.png); background-repeat: no-repeat; background-position: 10px 50%;}
.product-view .add-to-cart button.button span span{ padding: 0; background: none; text-transform: uppercase}

.product-view .add-to-cart-btn button.button { margin: 0px 0 0px 0; clear:both; width:100%;   }
.product-view .add-to-cart-btn button.button span{ height:40px; padding: 5px 0 5px 21px; background-image: url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/cart_icon.png); background-repeat: no-repeat; background-position: 34% 50%; font-weight:bold; font-size:14px; line-height:33px;}
.product-view .add-to-cart-btn button.button span span{ padding: 0; background: none; text-transform: uppercase}


/* Add to cart qty decrease/increase button */
.add-to-cart input.qty-decrease,
.add-to-cart input.qty-increase { 
    float: left; 
    width:19px;
    height:25px; 
    border:none; 
    padding:0px;     
    margin:3px 0 0;
    background-repeat:no-repeat;
    cursor:pointer;
}
.add-to-cart input.qty-decrease{background: #000 url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/qty-decrease.png); width:18%; background-size:100% 100%; height:25px;}
.add-to-cart input.qty-decrease:hover{ background-color: #474747}
.add-to-cart input.qty-increase{background:#000 url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/qty-increase.png); width:18%; background-size:100% 100%; height:25px;}
.add-to-cart input.qty-increase:hover{ background-color: #474747}

.link-compare {
	display:none;	
}

.product-options-bottom .input-box {
	padding:1% !important;	
}

.product-options-bottom .input-box .options-list label {
	display:inline-block;
}

.product-options-bottom .input-box .options-list input{
	float:left;
	margin:0 10px 0 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.product-options-bottom .input-box .options-list input{
		float:left;
		margin:5px 10px 0 0;
	}
}

/* Add to Links + Add to Cart */
.add-to-box { margin:0px 0 0px; clear: both; border-top:0px solid #f0f0f0; border-bottom:0px solid #f0f0f0; }
.add-to-box .add-to-cart { float:left; border: 1px solid #cacaca; padding: 10px; display: block}
.add-to-box .or { float:left; font-weight:bold; margin:0 7px; color:#666; }
.add-to-box .add-to-links { float:left; margin:6px 0 0 0; font-size:12px !important; text-align:left !important; width:50%; }
.add-to-box .add-to-links li { display:block !important; }
.add-to-box .add-to-links li .separator { display:none !important; }

.product-view .product-shop .add-to-box .add-to-links li { line-height: 30px; float:left; padding-right:5px; width:100%; text-align:center;}

.product-view .product-shop  .add-to-box { width:100%; display:inline-block; overflow:hidden;}
.product-view { margin-top:140px !important;}

.product-view .product-more-info { overflow: hidden; font-family: helveticaLT; text-align: left; font-size: 24px; }
.product-view .product-more-info .info-text { margin-left: 80px; height: 70px; }
.product-view .product-more-info .info-col1 { background: url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/money-back.png) no-repeat 0 50%;}
.product-view .product-more-info .info-col2 { background: url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/free-shipping.png) no-repeat 0 50%; border: 0;}
.product-view .product-more-info .info-row1 { color: #C76200; }
.product-view .product-more-info .info-row1 span { color:#2f2f2f; }
.product-view .product-more-info .info-row2 { line-height: 24px; }


.product-essential { padding: 0px 0 0px; }
.product-essential h2 { font:bold 13px/1.35 Arial, Helvetica, sans-serif; }

.product-collateral { padding: 0px 0 0; margin-left:-5.7%; width:111.5%; }
.product-collateral h2 { border-bottom:1px solid #ddd; padding:0 0 1px; margin:0 0 15px; }
.product-collateral .box-collateral { margin:0 0 25px; }
.product-view .product-more-info .view-top a img{ width: 100%} 
.product-view .product-more-info .view-bottom{ margin-top: 20px}

/* Product Images */
.product-view .product-img-box {  border: 0px solid #DDDDDD; width:99%; float:left; overflow:hidden; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { margin:0; border:0px solid #E9E9E9; overflow:hidden; }

.product-img-box .product-image > div {height:100%;}

.cloud-zoom {height:100%;}

/*#ma-zoom1 > img {height:100% !important;} */


.product-view .product-img-box .product-image img { width: 100%; height:100%;}
.product-view .product-img-box .product-image-zoom { position:relative; width:366px; height:366px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { font-size:11px; margin:0 0 5px; text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/slider_bg.gif) 50% 50% repeat-x; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views{ padding: 0; width:100%; }
.product-view .product-img-box .more-views h2 { font-size:11px; border-bottom:1px solid #ccc; margin:0 0 8px; text-transform:uppercase; display: none;}
.product-view .product-img-box .more-views ul { }
.product-view .product-img-box .more-views li { float:left; border: 1px solid #efefef; width:1.65% !important; margin-top:10px; margin-bottom:5px; max-width:175px;}
.product-view .product-img-box .more-views li:hover{ border: 1px solid #fff;}
.product-view .product-img-box .more-views li a { float:left; overflow:hidden; }

.more-views img {
	height:auto !important;	
	width:100%;
}

.ma-thumbnail-container .carousel li {
	margin-right:7px !important;	
}

.product-collateral.row-fluid {
	margin-top:0%;	
}

.affirm-pop{
	position:fixed;
	z-index: 9999;
	left:0;
	top:0;
	background:rgba(0,0,0,.8);
	display:block;
	width:100%;
	height:100%;
	overflow: hidden;
}

.affirm-pop .af-popover{
	width:700px;
	height:435px;
	overflow:hidden;
	display:block;
	position:absolute;
	top:0;left:0;right:0;bottom:0;
	margin:auto;		
}

.affirm-pop .af-popover .head{
	height:70px;
	overflow: hidden;
	display:block;
	padding:1% 2%;
	width:100%;
	background:#000;
}

.affirm-pop .af-popover .head .text{
	width:85%;
	display:block;
	float:left;
	overflow: hidden;
	text-align:left;
	height: 100%;
    line-height: 55px;
}

.affirm-pop .af-popover .head .text p {
	color:#fff;
	font-size:16px;
}
.affirm-pop .af-popover .head .close{
	width:15%;
	display:block;
	float:left;
	height:100%;
	line-height:50px;
	opacity:1;
	overflow: hidden;
	text-align:right;
}
.affirm-pop .af-popover .head .close a{
	color:#fff;
	opacity:1;
	font-size:34px;
	margin:0;
}

#learn-more{
	margin-bottom:10px;
	background-color:#415887;
	color:#fff;
	border:1px solid #415887;
	padding:4px 9px;
	font-size:14px !important;
	text-transform:uppercase;
	width:auto !important;
	font-family:sans-serif;
	font-weight:bold;
	display:inline-block !important;
}
.affirm-pop .af-popover .body{
	height:380px;
	overflow: hidden;
	display:block;
	width:100%;
	background:#000;
}

.affirm-pop .af-popover .body img{
	width:100%;
	height:auto;
}

.sidebarThumbnail {
	width:25%;
	height:auto;
	overflow:hidden;
	height:75px;
	float:left;
	margin-right:5%;
}

.sidebarThumbnail img {
	width:125%;
	height:100%;	
}

.sidebarTitle {
	width:65%;
	float:left;
	overflow:hidden;
}

.blogReadMoreBtn {
	background-color:#415887;
	width:140px;
	height:30px;
	line-height:30px;
	overflow:hidden;
	float:right;
	text-align:center;
}

.ma-featuredproductslider-wrapper {
	display:none;
}

.blog-home {

	margin-top:40px;
}

.blog-home .post-entry p  img {
	display:none;
}

.wp-sidebar {
	margin-top:40px;
}

.post-list-item iframe {
	display:none;
}

.wordpress-post-view .two-right-main {
	margin-top:50px;
}

.blogReadMoreBtn a {
	color:#fff !important;	
}

.post-entry {
	font-family:'Open Sans', sans-serif;
	font-size:14px !important;
	font-weight:lighter !important;
	color:#303030;
	line-height:25px;	
}

.blogReadMoreBtn a {
	width:100%;
	height:100%;
	display:block;
	overflow:hidden;
	font-family:'Open Sans', sans-serif !important;
	color:#fff;
	text-decoration:none;
	font-size:12px;
	font-weight:lighter;	
}

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

.productVideoWrap .data-table {
	padding-bottom:.5%;
	overflow:hidden;
	display:block;
}

.product-options-bottom label {
	width:100%;

	display:block;	
}

#product-attribute-specs-table .label {
	display:none;	
}

.data > iframe {
	width:100%;
	min-height:375px;	
}

.productVideoWrap h2 {
	/*font-family:'Abel', sans-serif;*/
	font-family:'Oswald', sans-serif;
	font-size:25px;
	font-weight:normal;
	color:#505050;	
}


.input-box p {
	width:100%;
	margin:0;
	padding:0;
	clear:both;
}

.input-box p input {
	width:40px;	
		text-align:center;

}

.input-box {
	background-color:#FBFBFB;
	padding:3.5% 3.5% 2.5% 3.5%;	
	border:1px solid #f0f0f0;
	width:97%;
	overflow:hidden;
	display:block;
}

.input-box > br {
	display:none;	
}

.options-list {
	clear:both;
	overflow:hidden;
	width:100%;	
}

.options-list .label {
	width:95%;
}

.options-list .price-notice {
	float:right;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.options-list .price-notice {
	float:right;
	line-height:7px;
	}

}

.product-options-bottom dl {
	clear:both;
}


.encore-product-features .feature {
	/*border-top:1px solid #3f3f3f; */
	padding:40px 3% !important;
	border-bottom:1px solid #EDEDED;	
	background:url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/box-background-gradient.png);
	background-size:100% auto;
	background-repeat:no-repeat;
	background-position:top center;
}

.encore-product-features .feature:first-child {
	border-top:0;	
}

.encore-product-features .feature:last-child {
	border-bottom:0;
}


.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
.product-image-popup .nav { font-weight:bold; margin:0 100px; text-align:center; }
.product-image-popup .image { display:block; margin:10px 0;  }
.product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }

/* Product Shop */
.product-view .product-shop { width:39%; overflow:hidden; float:right; }
.col1-layout .product-view .product-shop { float:right; width:45%; margin-left:1%; }
.col3-layout .product-view .product-shop { }
.product-view .product-shop .product-Title { margin:0 0 5px; width:100%; float:left; }
.product-view .product-shop .product-Title h1 { margin:0; font-size: 30px; font-family: 'Oswald', sans-serif; color: #505050; font-weight:400; text-transform:none; line-height:30px;}

.product-view .product-shop .product-name { margin:0 0 5px; }
.product-view .product-shop .product-name h1 { margin:0; font-size: 20px; font-family: MyriadPro-Regular; color: #000; }
.product-view .product-shop .availability { margin:10px 30px 0 0; }
.product-view .product-shop .short-description { padding:20px 0 10px; clear:both; overflow:hidden; line-height:28px; }
.product-view .product-shop .price-box { }
.product-view .product-shop .add-to-links { margin:0; }
.product-view .product-shop .add-to-links { font-size:12px; text-align:right; }
.product-view .product-shop .add-to-links li,
.product-view .product-shop .add-to-links li .separator { display:inline; }
.product-view .product-shop .add-to-links a, .email-friend a { color:#474747 !important; text-decoration: none; font-size: 12px; text-transform: uppercase; font-weight:normal !important; padding: 1px 0 1px 25px; }
.product-view .product-shop .add-to-links a:hover, .email-friend a:hover { color: #415887 !important; }
.product-view .productImageCol .add-to-links  .link-wishlist { background: url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/wishlist.png) no-repeat scroll 0 50%; padding-left:30px;}
.product-view .productImageCol .add-to-links  .link-compare { background: url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/compare.png) no-repeat scroll 0 50%; padding-left:30px; }

.product-image img {
	height:auto !important;
}

.productAdArea {
	width:60%;
	float:right;
	overflow:hidden;
	height:120px;
	margin-top:0px;
	display:block;	
}

.product-social{ width:64%; margin:0px auto 0; clear:both; padding:1% 0 1px; border-top:0px solid #f0f0f0; float:left;}



.addthis_toolbox.addthis_default_style {padding-left:0%; width:100%; overflow: hidden;}

.addthis_toolbox > a {
	width:20%;
	height: auto;
}

/* Email to a Friend */
.email-friend { margin:0; float: left; padding-left:5px; line-height: 30px; width:100%; text-align:center; border-top:0px solid #f0f0f0; border-bottom:1px solid #f0f0f0;}
.email-friend a { background: url("http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/email.png") no-repeat scroll 0 50% transparent; }

.priceWrapper {

	overflow:hidden;
	width:40%;	
}

.more-views.ma-thumbnail-container {
	width:100%;
}	

.more-views.ma-more-img li {
	width:12.5%;	
}

/* BLOG AREA */

.blog-title {
	display:none;
}	

.post-list h2 {
	/*font-family:'Abel', sans-serif;*/
	font-family:'Oswald', sans-serif;
	font-size:25px !important;
	color:#303030 !important;	
	text-transform:capitalize;
}

.post-list-item a {
	color:#303030;	
}

.post-list-item {
	margin-top:5px;	
}

.readMoreSidebar {
	background-color:#415887;
	float:right;
	overflow:hidden;
	padding:3px 8px;
}

.readMoreSidebar a {
	color:#fff;	
	font-size:11px !important;
}

.sidebarTitle a {
	font-size:13px;
	font-weight:bold;	
}

.product-view button.button {
/*	display:none; */
}

.two-right-main {
	width:65%;
	overflow:hidden;
	float:left;
}	

.featuredImage {
	width:99.5%;
	text-align:center;
	overflow:hidden;
	margin-bottom:15px;
	border:1px solid #e0e0e0;	
	padding:.25% 0;
}

.featuredImage img {
	width:99.5%;	
	height:auto;
}

.post-list li.item {
	border-bottom:1px solid #f0f0f0;
	padding-bottom:20px;	
}

.post-list h2 {
	margin-bottom:15px !important;	
}

.blog-search .input-text {
	width:80%; 
	margin-right:2%;
	margin-top:5px;	
	height:23px;
	border-color:#e6e6e6;
}

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


.category-products .price {
	font-size:12px !important;	
}

/* Product Options */
.product-options { margin:10px 0 0px; position:relative; padding-bottom:10px; border-top:0px solid #f0f0f0; display:none; }
.product-options dl{ margin: 0; width:100%; border-bottom:1px solid #f0f0f0; padding-bottom:5px; overflow:hidden;}

.product-options dl:first-child {
	display:none;	
}

.productOptionsWrap {
		background-color:#fafafa;
	width:95%;
	padding:2%;
	overflow:hidden;
	display:block;
	border:1px solid #f0f0f0;	

}

.productOptionsWrap dl {
	margin-bottom:0 !important;	
}

.productOptionsWrap > li {
	float:left;
	display:block;
	overflow:hidden;
	width:33% !important;	
}

#product-options-wrapper dl.last {
	background-color:#fafafa;
	width:100%;
	padding:2%;
	overflow:hidden;
	display:block;
	border:1px solid #f0f0f0;	
}

.options-list > li {
	float:left;
	display:block;
	overflow:hidden;
	width:100% !important;	
}

.product-options dt { padding:10px 0 0; font-weight:normal; width:100%; float:left; overflow:hidden; }
.product-options dt label { font-weight:bold; color:#505050; font-family:'Open Sans', sans-serif; }
.product-options dt label.required em { color:#eb340a; }

.productOptionsWrap dt { padding:10px 0 0; font-weight:normal; width:100%; float:left; overflow:hidden; }
.productOptionsWrap dt label { font-weight:bold; color:#505050; font-family:'Open Sans', sans-serif; }
.productOptionsWrap dt label.required em { color:#eb340a; }

.product-options dd .qty-holder { display:block; padding:10px 0 0; }
.product-options dd .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
.product-options dd { padding:5px 0 5px; margin:0 0 0px; border-bottom:0px solid #f0f0f0; width:100%; float:left; overflow:hidden; }
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:99%; }

.productOptionsWrap dd select { width:99%; margin-top:1.5%; }

.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list { margin-right:5px; }

.product-options ul.options-list li { line-height:1.5; padding:2px 0; display:inline-block; width:100%; vertical-align:top; }

.productOptionsWrap ul.options-list li { line-height:1.5; padding:2px 0; display:inline-block; width:100%; vertical-align:top; }

.product-options ul.options-list input.radio { float:left; margin-top:3px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
.product-options ul.options-list .label { display:block; margin-left:18px; }


.productOptionsWrap ul.options-list input.radio { float:left; margin-top:3px; }
.productOptionsWrap ul.options-list input.checkbox { float:left; margin-top:3px; }
.productOptionsWrap ul.options-list .label { display:block; margin-left:18px; }

.product-options ul.options-list label { font-weight:normal;font-size:11px; color:#505050 !important; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.note { margin:0; font-size:11px; }
.product-options p.required { position:absolute; right:20px; top:20px; display:none; }

.product-options-bottom {  margin:0px 0 15px;  border-top:0; }
.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; color:#3c3c3c; }
.product-options-bottom .tier-prices li { background:0; padding:2px 0; }
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit { color:#3c3c3c; }
.product-options-bottom .price-box { float:left; margin:0; padding:0; }
.product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; display: none; }
.col3-layout .product-options-bottom .price-box { float:none; padding:0 0 5px; }
.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-options-bottom .add-to-cart { display: block; padding:5px 0;  margin:0px 0 0; overflow:hidden; border:0px solid #EDEDED;  width:35%; float:right;}
.product-shop .product-options-bottom { border: 0px solid #EDEDED; display: inline-block; padding: 5px 10px 5px 0; width:100%;}
.product-shop .product-options-bottom .price-box { width:64%; text-align:left; margin: 0 0 0; border: 0; display:block; overflow:hidden; }
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }
.product-shop .product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }


.add-to-cart-btn {
	width:97%;
	overflow:hidden;
	border:1px solid #FFE2E2;
	padding:1%;
	clear:both;	
	margin:2% 0;
}

.product-options-bottom .price-as-configured {
	padding-top:0 !important;	
}

/* Grouped Product */
.product-view .grouped-items-table .price-box { margin:0; padding:0; }

/* Block: Description */
.product-view .box-description {}

/* Block: Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td { line-height:1.25; }

/* Block: Upsell */
.product-view .box-up-sell h2 { border-bottom:0; padding:0; margin:0 0 8px; }
.product-view .box-up-sell .products-grid {  }
.product-view .box-up-sell .products-grid td { width:25%; background:#f6f2e7; border-right:1px solid #e5dcc3; border-bottom:1px solid #e5dcc3; padding:15px 10px 12px; line-height:1.6em; }
.product-view .box-up-sell .products-grid tr.last td { border-bottom:0; }
.product-view .box-up-sell .products-grid td.last { border-right:0; }
.product-view .box-up-sell .products-grid td img { border:1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid .product-image { text-align:center; }
.product-view .box-up-sell .products-grid td.empty { border-right:0; background:#f1ecdb; }
.product-view .box-up-sell .products-grid .ratings .rating-box { float: left;  margin:0 0 3px; }

/* Block: Tags */
.product-view .box-tags { margin:0; }
.product-view .box-tags h3 { font-size:13px; }
.product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
.product-view .box-tags .product-tags li { display:inline; background:url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/bkg_pipe3.gif) 100% 4px no-repeat; padding:0 7px 0 4px; }
.product-view .box-tags .product-tags li.first { padding-left:0; }
.product-view .box-tags .product-tags li.last { background:none; padding-right:0; }
.product-view .box-tags .form-add label { display:block; font-size:13px; font-weight:bold; margin:0 0 5px; color:#0a263c;}
.product-view .box-tags .form-add .input-box { float:left;  margin:0 5px 0 0;  }
.product-view .box-tags .form-add input.input-text { width:299px; height: 27px; padding: 0 0 0 10px}

.product-view .box-tags .form-add button.button span { }
.product-view .box-tags .note { margin:3px 0 0; padding:0 0 0 23px; font-size:11px; }

/* Block: Reviews */
.product-view .box-reviews dl { margin:15px 0; }
.product-view .box-reviews dt a,
.product-view .box-reviews dt span { font-weight:bold; }
.product-view .box-reviews dd { margin:0 0 15px; }
.product-view .box-reviews dd small { font-style:italic; }
.product-view .box-reviews .form-add {  }
.product-view .box-reviews .form-add h3 { font-size:13px; font-weight:normal; }
.product-view .box-reviews .form-add h3 span { font-weight:bold; }
.product-view .box-reviews .form-add h4 { font-size:12px; }
.product-view .box-reviews .form-add .data-table td { text-align:center; }
.product-view .box-reviews .form-add .form-list { margin:15px 0 0; }
.product-view .box-reviews .form-add .form-list .input-box { width: 98%; }
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea { width:95%; }

.product-view #review-form .form-list { margin-top: 20px; }
.product-view #review-form input.input-text { width: 95%;}
.product-view #review-form textarea { width: 95%; }


/* Send a Friend */
.send-friend .form-list { width:615px; overflow:hidden; }
.send-friend .form-list li { margin-right:-15px; }
.send-friend .form-list li p { margin:0 15px 0 0; }
.send-friend .form-list .field { width:315px; }
.send-friend .form-list .input-box { width:300px; }
.send-friend .form-list input.input-text,
.send-friend .form-list textarea { width:294px; }
.send-friend .form-list li.wide .input-box { width:612px; }
.send-friend .form-list li.wide textarea { width:609px; }
.send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:21px; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { margin:0; font-size:1em; font-weight:normal; }
.product-name a { color:#505050; font-size: 14px; font-family: 'Abel', sans-serif; width:80%; text-transform:uppercase; }
.product-name a:hover{ color: #415887}

.upsell-product-name { margin:0; font-size:1em; font-weight:normal; line-height:18px; width:70%; margin-left:15%; }
.upsell-product-name a { color:#818181; font-size: 16px; font-family: 'Pathway Gothic One'; width:70%; text-transform:uppercase; text-align:center; margin:0 auto; }
.upsell-product-name a:hover{ color: #415887}

/* Product Tags */
.tags-list { display:block; font-size:13px; border:1px solid #c1c4bc; background:#f8f7f5; padding:10px; }
.tags-list li { display:inline !important; margin:0 4px 0 0; }
.tags-list li a { color:#1b2d3b; }

/* Advanced Search */
.advanced-search .form-list label { width:160px; padding-right:10px; }
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range { float:left; clear:none; }
.advanced-search-amount { margin:0 0 10px; }
.advanced-search-summary { margin:10px 0; border:1px solid #e9d7c9; background:#fff6f1; padding:10px; }
.advanced-search-summary ul { float:left; width:49%; }
.advanced-search-summary strong { color:#E17C24; padding-left:15px; background:url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/i_search_criteria.gif) 0 3px no-repeat; }
.advanced-search-summary p { clear:both; font-weight:bold; margin:0; }

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a { color:#1b2d3b; }
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a { color:#1e7ec8; }

/* RSS */
.rss-title h1 { background:url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.55; background-position:0 4px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .page-title { border-bottom:0; margin:0 0 12px; }
.cart .page-title h1 { margin:10px 0 0; }

/* Checkout Types */
.cart .page-title .checkout-types li { margin:0 0 5px; }
.cart .title-buttons .checkout-types { float:right; }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:8px 55px 0 0; line-height:1.0; font-size:11px; }

/* Shopping Cart Table */
.cart-table th { padding:2px 10px; }
.cart-table td { padding:10px; }
.cart-table .product-name { padding: 27px 0 }
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; display:none; }
.cart-table tfoot td { padding:5px 10px; }
.cart-table .btn-continue { float:right; margin-left:10px; }
.cart-table .btn-empty span,
.cart-table .btn-continue span,
.cart-table .btn-update span { }
.cart-table .btn-update,
.cart-table .btn-empty { float:right; }
.cart-table .btn-update { margin-left:10px; }

.cart-table td .product-image { display: block; width: 75px; }


.firstCheckoutCollateral {
	width:50%;
	float:left;	
	overflow:hidden;
	display: block;
}

.firstCheckoutTotals {
	width:50%;
	float:left;
	overflow:hidden;	
}

.checkoutCrossSell {
	width:100%;
	margin-bottom:20px;
	overflow:hidden;
	clear:both;		
}

.cart {
	margin-top:100px;	
}

#discount-coupon-form {
	
	overflow:hidden;	
}

.shipping-form li {
	display:inline-block;
	margin-right:0;
	width:31%;
	margin-bottom:0;	
}

.discount-form .input-box {
	padding:1%;	
}

#payment_form_authorizenet select {
	width:99%;	
}

#authorizenet_cc_type_exp_div {
	width:42%;
	float:left;	
}

#checkout-payment-method-load dt {
	clear:both;	
}

#authorizenet_cc_type_exp_div .v-fix {
	width:46%; 
	margin-right:4%;
}

.supportWrap {
	width:100%;
	margin:100px auto 0;
	overflow:hidden;	
}

.supportWrapMsg {
	width:100%;
	overflow:hidden;
	margin-bottom:20px; 
}

.supportWrapMsg h2 {
	/*font-family: 'Abel', Arial, sans-serif;	*/
	font-family:'Oswald', sans-serif;
	font-size:32px;
	margin:0;
	padding:1% 0;
	text-align:left;
	font-weight:normal;
}

.supportWrapMsg p {
	font-family: Arial, sans-serif;	
	font-size:14px;
}

.supportWrapLeft {
	width:29%;
	float:left;	
	padding-right:3%;
}

.supportWrapLeft button {
	width:100%;
	
}

.supportWrapLeft h1 {
	display:none;	
}

.supportWrapLeft h3 {
	font-size:24px;
	color:#fff;
	/*font-family:'Abel', Arial, sans-serif;*/
	font-family:'Oswald', sans-serif;
	background-color:#000;
	padding:5px 15px 5px 10px;
	margin:0;
	width:50%;
	overflow:hidden;
}

.supportWrapRight {
	width:100%;
	padding-left:0%;
	float:left;	
	border-left:0px solid #efefef;
	margin-right:-1px;
}

.supportWrapRight .email {
	float:left;
	width:29%;
	margin-right: 2%;
	display: block;
	overflow: hidden;
}

.inPersonWrap {
	float:left;
	width:29.5%;
	display: block;
	overflow: hidden;
	margin-top:0px;
	

}

.supportWrapRight .inPerson {
	width:100%;	
	padding:1.5%;
	margin-top:4%;
	border:1px solid #efefef;
	background-color:#fafafa;
}

.supportWrapRight .inPerson p { 
margin-bottom:0;
font-size: 12px;
font-weight: bold;
	}

.supportWrapRight .phone {
	float:left;
	width:29.5%;
	overflow: hidden;
	margin-left:3%;
	margin-right: 3%;
	display: block;
	margin-bottom:25px;
}

.supportWrapRight .createAccountBtn {
	clear: both;
	display: block;
	width:250px;
	border:1px solid #d0d0d0;
	float: right;
	margin-top: 30px;
	padding: 7px;
	text-align: center;
	background-image: -o-linear-gradient(bottom, #fff 0%, #efefef 100%);
	background-image: -moz-linear-gradient(bottom, #fff 0%, #efefef 100%);
	background-image: -webkit-linear-gradient(bottom, #fff 0%, #efefef 100%);
	background-image: -ms-linear-gradient(bottom, #FFF 0%, #efefef 100%);
	background-image: linear-gradient(to bottom, #fff 0%, #efefef 100%);
}

.supportWrapRight .createAccountBtn a {
	width:100%;
	display: block;
	background: #000;
	overflow: hidden;
	height: 100%;
	padding: 8px 0;
	color:#fff;
	text-decoration: none;

}

.supportWrapRight h3 {
	font-size:24px;
	color:#fff;
	font-family:'Abel', Arial, sans-serif;
	background-color:#000;
	padding:5px 15px 5px 10px;
	margin:0 0 .25% 0;
	width:100%;
	overflow:hidden;
}

.shopByCatPage h2 {
	font-size:45px;
	color:#303030;
	/*font-family:'Abel', Arial, sans-serif;*/
	font-family:'Oswald', sans-serif;
	padding:5px 15px 20px 0;
	margin:0;
	text-transform:lowercase;
	overflow:hidden;
}

.shopByCatPage .product-name {
	padding:0 0 0 0;	
	font-weight:bold;
}

.shopByCatPage h3 {
	font-size:25px;
	color:#000;
	/*font-family:'Abel', Arial, sans-serif;*/
	font-family:'Oswald', sans-serif;
	border-bottom:5px double #f8f8f8;
	padding:5px 15px 10px 10px;
	margin:0px 0 15px;
	width:100%;
	overflow:hidden;	
}

.shopProductBlock .toolbar {
	display:none;	
}
.productBlockShop .toolbar {
	display:none;	
}

.supportWrapRight h4 {
	font-size:18px;
	color:#000;
	/*font-family:'Abel', Arial, sans-serif;*/
	font-family:'Oswald', sans-serif;
	padding:15px 0 0;
	font-weight:normal;
	margin:0;
	overflow:hidden;
}

.supportWrapRight p {
	font-family: Arial, sans-serif;	
	font-size:14px;
	white-space: pre-wrap;
}

.supportWrapRight ul {
	margin:0;
	padding:0;	
}

.supportWrapRight li {
	list-style-type:square;
	margin:0 0 0 3%;
	width:100%;
	white-space: pre-wrap;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	padding:0;	
}


.supportWrapMsg .bolder {
	font-weight:900;	
	color:#415887;
	
}

.breadCrumbs {
	overflow:hidden;
	clear:both;
	display:block;	
}

.temporaryMessage {
	width:100%;	
	background-color:#000;
	text-align:center;
	height:30px;
	line-height:30px;
	
}

.temporaryMessage p {
	color:#fff;
	font-family:'Oswald', sans-serif;
	font-size:14px;
	font-weight:100 !important;
}


#billing-new-address-form input {
	
}

#billing-new-address-form .fields .field {
	width:50%;	
}

#billing-new-address-form .fields .field input {
	width:95%;	
}

#billing-new-address-form .fields .field select {
	width:95%;	
}

.cart-collaterals .shipping {
	display:none;	
}

.checkoutCrossSell .price-box span {
	font-size: 18px !important;
	margin:3px 0;
	overflow: hidden;
	display: block
}	

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0; }
.cart .cart-collaterals .col2-set { float:left; width:620px; }
.cart .cart-collaterals .col2-set .col-2 { width:294px; }

.cart .crosssell { border:1px solid #cec3b6; padding:12px 15px; }
.cart .crosssell h2 { font-size:13px; font-weight:bold; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #d0cdc9; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell .product-name { font-weight:normal; }
.cart .crosssell li.item { margin:12px 5px 12px 5px; max-width:240px; float:left; }
.cart .crosssell .link-compare { font-weight:normal; }
.cart .crosssell img { width: 100%; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount {height:166px;}

.cart .discount,
.cart .shipping { border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 18px; }
.cart .discount h2,
.cart .shipping h2 { background-position:0 0; background-repeat:no-repeat; font:bold 13px/16px Arial, Helvetica, sans-serif; text-transform:uppercase; }
.cart .discount button span,
.cart .shipping button span { }
.cart .discount .buttons-set,
.cart .shipping .buttons-set { margin:10px 0 0; border:0; padding:0; text-align:left; }
.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button { float:none; margin-left:0; }

.cart .discount h2 {  }
.cart .discount .input-box { margin:8px 0 0; width:260px; }
.cart .discount input.input-text { width:175px; }

.cart .shipping h2 { }
.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0; background:url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/bkg_divider1.gif) 0 0 repeat-x; }

/* Shopping Cart Totals */
.cart .totals {  border:1px solid #bebcb7; width:49%; overflow:hidden; float:right; min-height:190px;}
.cart .totals table { width:100%; margin:7px 0; }
.cart .totals td { padding:1px 15px 1px 7px; }
.cart .totals tr.last td {}
.cart .totals tfoot th { padding:5px 15px 5px 7px; }
.cart .totals tfoot td { padding-top:5px; padding-bottom:5px; }
.cart .totals tfoot th strong,
.cart .totals tfoot td strong { font-family:'Pathway Gothic One'; font-size:25px; }
.cart .totals .checkout-types { font-size:13px; padding:8px 15px 15px; text-align:right; }
.cart .totals .checkout-types li { /*clear:both;*/ margin:10px 0; display:inline-block; vertical-align: top;}
.checkout-types > li:first-child {
  float: right;
  display:block;
  padding-left: 20px;
}

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; margin:0 0 6px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
.truncated .show .item-options { top:-20px; left:50%; }
.col-left .truncated .show .item-options { left:15px; top:7px; }
.col-right .truncated .show .item-options { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods { margin:0 0 8px; }
.sp-methods dt { margin:13px 0 5px; font-weight:bold; }
.sp-methods dd {}
.sp-methods dd li { margin:5px 0; }
.sp-methods label { font-weight:bold; color:#666; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods .form-list li { margin:0 0 8px; }
.sp-methods select.month { width:154px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.sp-methods .release-amounts { margin:0.5em 0; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

.please-wait { float:right; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { font-size:11px; cursor:help; margin-left:10px; }

/* Tooltip */
.tool-tip { border:1px solid #7BA7C9; background:#EAF6FF; padding:15px 20px; position:absolute; z-index:9999; }
.tool-tip .btn-close { margin:-9px -14px 0; text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages h3 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages p.control { color:#8e8d8b; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages-form .whole-order { margin:0 0 25px; }
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; color:#8a8987; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name { font-size:13px; font-weight:bold; margin:0 0 10px; }
.gift-messages-form .item .details .form-list .field { width:255px; }
.gift-messages-form .item .details .form-list .input-box { width:240px; }
.gift-messages-form .item .details .form-list input.input-text { width:234px; }
.gift-messages-form .item .details .form-list li.wide .input-box { width:500px; }
.gift-messages-form .item .details .form-list li.wide textarea { width:494px; }

.gift-message-link { font-size:11px; background:url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/bkg_collapse-gm.gif) 100% 6px no-repeat; padding-right:7px; }
.gift-message-link.expanded { background-position:100% -40px; }
.gift-message-row { background:#f2efe9; }
.gift-message-row .btn-close { float:right; width:16px; height:16px; background:url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/btn_gm-close.gif) 0 0 no-repeat; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }

/* Checkout Agreements */
.checkout-agreements li { margin:30px 0; }
.checkout-agreements .agreement-content { overflow:auto; height:12em; padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
.checkout-agreements .agree input.checkbox { margin-right:6px; }
.checkout-agreements .agree label { font-weight:bold; color:#666; }

.opc .checkout-agreements { border:1px solid #d9dde3; border-width:0 1px; padding:5px 30px; }
.opc .checkout-agreements li { margin:20px 0 0; }
.opc .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
.opc .checkout-agreements .agree { padding-left:6px; }

/* Centinel */
.centinel {}
.centinel .authentication { border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

.opc .centinel { border:1px solid #bbb6a5; border-width:0 1px 1px; padding:10px 30px; }

/* Generic Info Set */
.info-set { background:#fbfaf6 url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.info-set h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.info-set h3,
.info-set h4 { font-size:13px; font-weight:bold; color:#3C3C3C; }
.info-set h2 a,
.info-set h3 a,
.info-set h4 a { font-weight:normal; }
.info-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.info-set h3.legend { margin:0 0 10px; color:#0a263c; }
.info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.info-set .box { margin:0 0 15px; }
.info-set .box h2 { color:#3c3c3c; }
.info-set .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.info-set .data-table .product-name a { font-weight:bold !important; }
.info-set .data-table .item-options { margin:5px 0 0; }
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress { border:0; margin:0; }
.block-progress .block-title { background:none; padding:0; margin:0 0 5px; }
.block-progress .block-title strong {display: block}
.block-progress .block-content { background:none; }
.block-progress dt { font-size:13px; line-height: 26px; font-weight: normal; border:1px solid #cacaca; margin:0 0 6px; padding:2px 8px; }
.block-progress dd { border:1px solid #a3aeb3; border-top:0; padding:8px 13px; margin:0 0 6px; }
.block-progress dt.complete { margin:0; background:#cacaca; }
.block-progress dd.complete {}
.block-progress p { margin:0; }
.block-progress .cards-list dt { background:none; border:0 none; color:inherit; font-size:12px; margin:5px 0; padding:0; }
.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
.block-progress .cards-list .info-table th { font-weight:normal; }

.opc .buttons-set { margin-top:0; padding-top:2em; }
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
.opc .buttons-set .back-link small { display:none; }
.opc .buttons-set .back-link a { background:url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/i_arrow-top.gif) 0 50% no-repeat; padding-left:16px; }
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }
.opc .ul { list-style:disc outside; padding-left:18px; }

.opc { position:relative; margin-top:78px !important; }
#form-validate .fieldset {
	margin-top:100px;
}
#billing-address-select { width:99%; }

#coupon_code {
	width:95%;	
}

.two-right-main .page-title {
	/*margin-top:80px !important;	*/
}
#billing-new-address-form {
	display:block !important;
}

#checkout-progress-wrapper {
	margin-top:110px;
}	

.col-main .two-right-main {
	margin:0 0 0 40px;	
}

.opc li.section { margin: 5px 0 0; }

.opc .step-title { border: 1px solid #cacaca; text-align:right; padding: 5px}
.opc .step-title .number { float:left; background:#111; border:1px solid #111; padding:0 4px; margin:0 5px 0 0; font:bold 11px/14px arial, helvetica, sans-serif; color:#fff; }
.opc .step-title h2 { float:left; margin:0; font-size: 13px; }
.opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }

.opc .allow .step-title { }
.opc .allow .step-title .number { }
.opc .allow .step-title h2 { }
/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title { border:1px solid #ccc; padding-bottom:5px; color:#415887; cursor:default; }
.opc .active .step-title .number { background:#415887; border-color:#415887; color:#fff; }
.opc .active .step-title h2 { color:#415887; }
/*.opc .active .step-title a { display:none; }*/

.opc .step { border:1px solid #ccc; border-top:0; background:none; padding:15px 30px; position:relative; }
.opc .step .tool-tip { right:30px; }

#opc-login .buttons-set { border-top:0; }
#opc-login h3 { font-size:13px; border-bottom:1px solid #e4e4e4; padding-bottom:2px; text-transform:uppercase; }
#opc-login h4 { font-size:1em; font-weight:bold; margin:0; color:#2f2f2f; }

#opc-shipping_method .buttons-set { border-top:0; }
.opc .gift-messages-form { margin:0 -30px; background:#f6f1eb; border:1px solid #e9e4de; border-width:1px 0; padding:22px 24px 22px 30px; }
.opc .gift-messages-form .inner-box { padding:5px; height:260px; overflow:auto; }

#opc-review .step { border:0; padding:0; }
#opc-review .product-name { font-weight:bold; color:#0a263c; }
#opc-review .item-options { margin:5px 0 0; display:none;}
#opc-review .buttons-set { padding:20px 30px; border:1px solid #d9dde3; border-width:0 1px 1px; }
#opc-review .buttons-set p { margin:0; line-height:40px; }
#opc-review .buttons-set .please-wait { height:40px; line-height:40px; }
#opc-review .authentication { margin:0 auto; width:570px; }
#opc-review .warning-message { color:#222; font-weight:bold; text-align:center; padding:10px 10px 0; }


.ma-brand-slider-contain .slides {
	margin-left:50px;	
}



.truncated .details {
	display:none;
}

.ma-brand-slider-contain .flexslider .slides img {width:100% !important;}

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 90px; margin:0 0 20px; }
.checkout-progress li { float:left; width:19%; margin:0 3px 0 0; border-top:10px solid #999; padding:2px 0 0; font-weight:bold; text-align:center; color:#abb5ba; }
.checkout-progress li.active { border-top-color:#415887; color:#415887; }

.multiple-checkout h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.multiple-checkout h3,
.multiple-checkout h4 { font-size:13px; font-weight:bold; color:#3C3C3C; }
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a { font-weight:normal; }
.multiple-checkout .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; line-height: 75px; }
.multiple-checkout .data-table .product-name a { }
.multiple-checkout .data-table .item-options { margin:5px 0 0; }

.multiple-checkout .gift-messages { margin:15px 0 0; }

.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:20px; }

.multiple-checkout .col2-set,
.multiple-checkout .col3-set { border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.multiple-checkout .col2-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#dedede; border-bottom:1px solid #ccc; position:relative; }
.multiple-checkout .col2-set h3.legend { margin:0 0 10px; color:#0a263c; }
.multiple-checkout .col2-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.multiple-checkout .box { margin:0 0 15px; }
.multiple-checkout .box h2 { color:#3c3c3c; }

.multiple-checkout .place-order .please-wait { float:right; padding:27px 7px 0 0; }
.multiple-checkout .place-order .grand-total { float:right; height:71px; font-size:1.5em; padding:0 0 0 21px; overflow:hidden; }
.multiple-checkout .place-order .grand-total .inner { float:left; height:57px; padding:14px 21px 0 0; }
.multiple-checkout .place-order .grand-total .inner div { display:inline; }
.multiple-checkout .place-order .grand-total big { display:inline; margin-right:12px; }
.multiple-checkout .place-order .grand-total .price { color:#3C3C3C; }
.multiple-checkout .place-order .grand-total button.button span { font-size:16px; }
.multiple-checkout .place-order .grand-total button.button span span { padding:0 45px 0 36px; }

/* Step 1 */
.multiple-checkout .title-buttons button.button span { }
#multiship-addresses-table td { padding:10px; }
#multiship-addresses-table tfoot td { padding:5px 10px; }
#multiship-addresses-table tfoot button.button span { }

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list { width:100%; overflow:hidden; }
.multiple-checkout .gift-messages-form .item .details .form-list li { margin-right:-15px; }
.multiple-checkout .gift-messages-form .item .details .form-list .field { width:230px; }
.multiple-checkout .gift-messages-form .item .details .form-list .input-box { width:215px; }
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text { width:209px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box { width:445px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea { width:439px; }
.checkout-multishipping-shipping .box-sp-methods { border:1px solid #ccc; padding:13px; position:relative; }
.checkout-multishipping-shipping .box-sp-methods .pointer { position:absolute; top:-20px; right:-40px; width:178px; height:41px; background:url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/bkg_sp-methods.gif) 0 0 no-repeat; overflow:hidden; }

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout { position:relative; }
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login .content { min-height:345px; padding:14px 21px; border:1px solid #bbb6a5; border-bottom:0; }
.account-login .content h2 { font-weight:bold; font-size:13px; margin:0 0 14px; padding:0 0 5px 23px; border-bottom:1px solid #ddd; background-position:0 1px; background-repeat:no-repeat; text-transform:uppercase;  }
.account-login .new-users h2 { background-image:url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/i_page1.gif)}
.account-login .registered-users h2 { background-image:url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/i_page2.gif); }
.account-login .buttons-set { border:1px solid #bbb6a5; border-top:0; margin:0; padding:8px 13px;}

.account-create {margin:100px 0 0 0;}

.field.name-firstname {
	width:40%;	
}

.field.name-lastname {
	width:40%;	
}

.account-create .field {
	min-width:350px;	
}

/* Captcha ================================================================================ */
.captcha-note      { clear:left; padding-top:5px; }
.captcha-image     { float:left; display:inline;  margin:0; position:relative; width:258px; }
.captcha-image .captcha-img { border:1px solid #b6b6b6; vertical-align:bottom; width:100%; }
.registered-users .captcha-image { margin:0;}
.captcha-reload { cursor:pointer; position:absolute; top:2px; right:2px;}
.captcha-reload.refreshing  { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }

@-webkit-keyframes rotate {
    0% { -webkit-transform:rotate(0); }
    0% { -webkit-transform:rotate(-360deg); }
}
@-moz-keyframes rotate {
    0% { -moz-transform:rotate(0); }
    0% { -moz-transform:rotate(-360deg); }
}
@keyframes rotate {
    0% { transform:rotate(0); }
    0% { transform:rotate(-360deg); }
}

/* Remember Me Popup ===================================================================== */
.window-overlay { background:url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }

.remember-me label { float:none; margin:0 6px; }
.remember-me-popup { background:#fff; border:1px solid #ccc; left:50%; top:50%; position:absolute; margin:-85px 0 0 -200px; width:400px; text-align:left; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; -box-shadow:0 0 6px #ccc; z-index:1000; }
.remember-me-popup h3 { background:#d9e5ee; border-bottom:1px solid #ccc; font-size:14px; padding:5px 10px; }
.remember-me-popup .remember-me-popup-head { position:relative; }
.remember-me-popup .remember-me-popup-head .remember-me-popup-close { background:url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:7px; right:7px; height:15px; width:15px; text-indent:-9999em; }
.remember-me-popup .remember-me-popup-body { padding:10px; }
.remember-me-popup .remember-me-popup-body a { display:inline-block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; text-decoration:none; white-space:nowrap; color:#fff; }
/* Remember Me Popup ===================================================================== */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }

/********** < Dashboard */
.dashboard .welcome-msg { margin:0 8em 1.5em 0; }
.dashboard .welcome-msg p { margin:0; }
.dashboard .col2-set { margin:0 0 15px; }

/* General Box */
.box-account { border:1px solid #ccc; border-color:#ccc #999 #999 #ccc; padding:15px; margin: 0 0 20px; }
.box-account .box-head { border-bottom:1px solid #d9dde3; margin:0 0 10px; text-align:right; }
.box-account .box-head h2 { float:left; margin:0; font-size:13px; font-weight:bold; text-transform:uppercase; background-position:0 0; background-repeat:no-repeat; color:#3c3c3c; }

.dashboard .box .box-title { background:url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 2px; margin:0 0 8px; text-align:right; }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { float:left; font-size:13px; font-weight:bold; margin:0; }

/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 { }

/* Block: Account Information */
.dashboard .box-info .box-head h2 { }
.dashboard .box-info h4 { font-size:11px; font-weight:bold; text-transform:uppercase; }

/* Block: Reviews */
.dashboard .box-reviews .box-head h2 {  }
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-reviews .details { margin-left:20px; }
.dashboard .box-reviews li.item { margin:0 0 7px; }
.dashboard .box-reviews li.item.last { margin:0; }
.dashboard .box-reviews .ratings { margin:7px 0 0; }

/* Block: Tags */
.dashboard .box-tags .box-head h2 { }
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-tags .details { margin-left:20px; }
.dashboard .box-tags li.item { margin:0 0 7px; }
.dashboard .box-tags li.item.last { margin:0; }
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li { display:inline; }
/********** Dashboard > */

/* Address Book */
.addresses-list h2 { font-weight:bold; font-size:13px; color:#3c3c3c; text-transform:uppercase; }
.addresses-list h3 { font-weight:bold; font-size:13px; }
.addresses-list address { margin:0 0 3px; }
.addresses-list p { margin:0; }
.addresses-list a { font-weight:bold; }
.addresses-list .link-remove { color:#646464; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item { border:1px solid #cacaca; padding:10px 13px; margin:0 0 10px; }
.addresses-list li.empty { background:none; border:0; padding:0; }
.addresses-list li.empty p { font-weight:bold; }
.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }

/* Order View */
.order-info { background:#dee5e8; border:1px solid #d0cbc1; padding:4px 8px; margin:0 0 8px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info .current { font-weight:bold; }
.order-info li { margin:0 3px; }

.order-date { margin:10px 0; }

.order-info-box { background:#fff url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.order-info-box h2 { font-weight:bold; font-size:13px; }
.order-info-box .box-payment p { margin:0 0 3px; }
.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }

.order-items { width:100%; overflow-x:auto; }
.order-items h2,
.order-items h3 { clear:none; font-weight:bold; font-size:13px; padding:0; margin:0 0 5px; color:#0a263c; }
.order-items .product-name { font-size:1em !important; font-weight:bold !important; }
.order-items .link-print { color:#1e7ec8; font-weight:normal; }
.order-items .order-links { text-align:right; }

.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong { color:#666; }
.gift-message dd { font-size:13px; margin:5px 0 0; }
/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head { margin:0 0 15px; }
.page-print .print-head .logo { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print h1 { font-size:16px; font-weight:bold; }
.page-print h2,
.page-print h3 { font-size:13px; font-weight:bold; }
.page-print h2.h2 { font-size:16px; font-weight:bold; }
.page-print .order-date { background:url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 10px; margin:0 0 10px; }
.page-print .col2-set { margin:0 0 10px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Wishlist */
.my-wishlist .data-table td { padding:10px; line-height: 26px }
.my-wishlist .product-image { display:block; width:113px; height:113px; margin:0 0 5px; }
.my-wishlist textarea { display:block; width:97%; height:109px; }
.my-wishlist .buttons-set { margin-top:2em; }
.my-wishlist .buttons-set button.button { float:none; }
.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span { }
#wishlist-table .add-to-links { white-space:nowrap; }

/* My Tags */
.my-tag-edit { float:left; margin:0 0 10px; }
.my-tag-edit .btn-remove { float:right; margin:4px 0 0 5px; }
#my-tags-table { clear:both; }
#my-tags-table td { padding:10px; }
#my-tags-table .add-to-links { white-space:nowrap; }

/* My Reviews */
#my-reviews-table td { padding:10px; }

.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 { font-size:12px; margin:0 0 3px; color:#2f2f2f; }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }

/* Billing Agreements */
.billing-agreements .info-box{ margin:15px 0; }
.billing-agreements .form-list li select { float:left; }
.billing-agreements .form-list li button.button { float:left; margin-left:10px; }
.billing-agreements .table-caption { font-weight:bold; font-size:13px; }
/* ======================================================================================= */


/* MAP Popup============================================================================== */
.cart-msrp-totals { color:red; font-size:12px !important; font-weight:bold; margin:10px 10px 0; padding:10px; text-align:right; text-transform:uppercase;}
.map-cart-sidebar-total { color:red; display:block; font-size:10px; font-weight:bold; text-align:left; padding:2px 5px; text-shadow:0 1px 0 #fff; }

.map-popup { background:#fff; border:1px solid #aaa; margin:12px 0 0; position:absolute; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; box-shadow:0 0 6px #ccc; text-align:left; width:300px; z-index:100; }
.map-popup-heading { background:#d9e5ee; border-bottom:1px solid #ccc; padding:5px 30px 5px 10px; width:260px; }
.map-popup-heading h2 { font-size:16px; margin:0; text-shadow:0 1px 0 #f6f6f6; overflow:hidden; white-space:nowrap; word-wrap:break-word; text-align:left; text-overflow:ellipsis; }
.map-popup-arrow { background:url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close { background:url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:8px; right:10px; height:15px; width:15px; text-indent:-9999em; -moz-box-shadow:0 0 3px #999; -webkit-box-shadow:0 0 3px #999; box-shadow:0 0 3px #999; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
.map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; text-align:left; width:280px; }
.map-popup-checkout { display:inline; float:right; text-align:right; }
.map-popup-checkout span { display:block; padding-right:30px; }
.map-popup-checkout .paypal-logo { margin:0 0 5px; }
.map-popup-price .price-box,
.map-popup-price .price-box .special-price { margin:0; padding:0; }
.map-popup-price { margin:5px 0 0; }
.map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
.map-popup-only-text { border-top:1px solid #ddd; }
/* ======================================================================================= */

.ma-footer-static-container { background-color: #272727; margin-top: 0px; padding: 60px 0 30px; text-align: left; color: #818181; overflow:hidden; border-top:1px solid #E8E8E8; 
border-bottom:1px solid #070707;
	/* Safari 4-5, Chrome 1-9 */ background: -webkit-gradient(linear, 100% 0%, 0% 0%, from(#373737), to(#272727)); 
	/* Safari 5.1, Chrome 10+ */ background: -webkit-linear-gradient(bottom, #272727, #373737); 
	/* Firefox 3.6+ */ background: -moz-linear-gradient(bottom, #272727, #373737); 
	/* IE 10 */ background: -ms-linear-gradient(bottom, #272727, #373737); 
	/* Opera 11.10+ */ background: -o-linear-gradient(bottom, #272727, #373737);
}
.footer-static-title h3 { text-transform: uppercase; font-size: 18px;
	/*font-family:'Abel', sans-serif;*/
	font-family:'Oswald', sans-serif;
	font-weight: normal; color:#cfcfcf;  }
.footer-static {
    text-align: left;
	width:90%;
	margin:0 auto 0 9%;
    margin-bottom: 30px;
}
.footer-static-content{ margin-top: 10px;}
 .ma-footer-static-container .f-col {
    width:20%;
	overflow:hidden;
	float:left;

}

 .ma-footer-static-container .f-col:first-child {
	margin-left:0; 
 }

.footer-static-2 {
	width:100%;
	overflow:hidden;
	background-color:#e0e0e0;	
}

.footer-static .footer-static-title {}
.footer-static-title h3 { }
.footer-static li {
    line-height: 28px;
}
.footer-static li a { color: #afafaf; padding-left:0px; text-transform: capitalize;}
/*.footer-static li a:hover {  background: url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/bg_li_footer_hover.png) no-repeat scroll 0 50%}*/

.footer-static-2 .f-col1{ padding: 0px 0; }
.footer-static-2 .f-col1 .footer-static-title h3{ margin:10px 0 0}
.footer-static-2 .f-col1 .footer-static-content{ margin-top: 0; width:90%;}
.footer-static-2 .f-col2 .top .footer-static-content a{ margin-right: 7px}
.footer-static-2 .f-col2 .bottom{ margin: 0px 0 0}
#newsletter-validate-detail{ margin: 0}
.footer-static-2 .f-col3 .information div{ padding-left: 20px; margin: 5px 0; }
.footer-static-2 .f-col3 .information div.address{ background: url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/address.png) no-repeat scroll 0 50%}
.footer-static-2 .f-col3 .information div.phone{ background: url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/phone.png) no-repeat scroll 0 50%}
.footer-static-2 .f-col3 .information div.email{ background: url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/mail.png) no-repeat scroll 0 50%}

/* Footer ================================================================================ */
.ma-footer-container {  background: #202020; border-top:1px solid #3c3c3c; }
.footer { margin:0 auto; padding: 10px 0}
.footer .store-switcher { display:inline; margin:0 5px 0 0; color:#fff; }
.footer .store-switcher label { font-weight:bold; vertical-align:middle; }
.footer .store-switcher select { padding:0; vertical-align:middle; }
.footer a {  text-decoration:none; display: inline-block}
.footer a:hover { text-decoration:underline; }
.footer .bugs { margin:13px 0 0; color:#ecf3f6; }
.footer .bugs a {  text-decoration:underline; }
.footer .bugs a:hover { text-decoration:none; }
.footer-static-3{ float: right; }
.footer address { float: left; padding: 7px 0; margin: 0; color: #818181;}
.footer address a { color:#415887; text-decoration:none; }
.footer address a:hover { text-decoration:underline; }
.footer ul { display:inline; float: left;  }
.footer ul.links { display:block; }
.footer li { display:inline; background:url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/bkg_pipe2.gif) 100% 60% no-repeat; padding:0 7px 0 4px; }
.footer li.last { background:none !important; padding-right:0 !important; }
.ma-footer-container .bottom-container { margin:0 0 5px; }


/* ======================================================================================= */

/* Sample Data============================================================================ */
.home-callout { margin-bottom:12px; }
.home-callout img { display:block }
.home-spot { float:left; width:470px; margin-left:20px; }
.best-selling h3 { margin:12px 0 6px 0; color:#e25203; font-size:1.2em; }
.best-selling table { border-top:1px solid #ccc; }
.best-selling tr.odd { background:#eee url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/best_selling_tr_odd_bg.gif) 0 100% repeat-x; }
.best-selling tr.even { background:#fff url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/best_selling_tr_even_bg.gif) 0 100% repeat-x; }
.best-selling td { width:50%; border-bottom:1px solid #ccc; padding:8px 10px 8px 8px; font-size:11px; }
.best-selling .product-img { float:left; border:2px solid #dcdcdc; }
.best-selling .product-description { margin-left:107px; line-height:1.3em; }
.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover { color:#203548; }
/* ======================================================================================= */


/* Clears ================================================================================ */
.clearer:after,
.ma-header-container:after,
.ma-header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.ma-footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */

.guest-select {width:305px !important;}

/* Product Tabs */
.product-tabs { overflow:hidden; border-bottom: 1px solid #ededed; margin-top:.5%; margin-left:5.2%; width:89.5%; padding-bottom:15px; }
.product-tabs li { 
float:left; 
transition: all .5 ease-in-out;
-webkit-transition: all .5 ease-in-out;
-moz-transition: all .5 ease-in-out;
}

.product-tabs .last {
	display:none;	
}

#customer-reviews {
	display:none;	
}

.encore-product-features {
	width:90.5%;
	margin:0 auto;
	min-width:960px;	
}

.product-tabs-content .std {
	width:86.5%;
	margin:0 auto;	
	color:#303030;
	background:url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/box-background-gradient.png);
	padding:25px 2%;
	background-size:100% auto;
	background-repeat:no-repeat;
	
}

.product-tabs-content #customer-reviews {
	width:90%;
	margin:0 auto;	
}

.product-tabs a { display:block; padding:10px 15px; font-size: 25px; color:#3c3c3c; text-decoration: none; text-transform: uppercase;

	/*font-family:'Abel', sans-serif;*/
	font-family:'Oswald', sans-serif;
}

.product-tabs a:hover { background-color:#303030; text-decoration:none; color:#fff; }
.product-tabs li.active a,
.product-tabs li.active a:hover { 
background-color:#000; color:#fff; 

}

.pad h1.feature-title {
	/*font-family:'Abel', sans-serif;*/
	font-family:'Oswald', sans-serif;
	font-size:35px;
	color:#303030;	
}

.pad p {
	font-family:'Abel', sans-serif;
	/*font-family:'Oswald', sans-serif;*/
	font-size:22px;
	color:#303030;	
}

.product-tabs li.active {
	transition: all .5 ease-in-out;
-webkit-transition: all .5 ease-in-out;
-moz-transition: all .5 ease-in-out;	
}

.product-tabs-content h2 {  }
.product-tabs-content {  
	padding: 0px 10px 10px 10px; 
	border: 0px solid #cacaca; border-top: none;background-color:#fff; 

}


/*-------- Menu --------*/

/********** < Navigation */
.ma-nav-container { }
#nav { margin:0 auto; font-size:12px; background: #ccc; }

/* All Levels */ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; }
#nav li.last {  }
#nav li.over { z-index:998; }
#nav a,
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }
#nav ul li.parent a {}
#nav ul li.parent li a { }

/* 0 Level */
#nav li { float:left; padding-right: 5px; }
#nav li.last{ background:none;  }
#nav li.home { padding-left: 0; }

#nav a { float:left; padding: 10px 16px; color:#242424; font-size:16px; text-transform:capitalize; }
#nav a span{ }

#nav li.active a,
#nav li.over a,
#nav a:hover { background: #888; color: #fff; }

#nav li.active a span,
#nav li.over a span,
#nav a:hover span{ }

/* 1st Level */
#nav ul li,
#nav ul li.active { border-bottom: 1px solid #cdcdcd; float:none; margin:0; padding: 0; background: none;}
#nav ul li.last { border: 0;}

#nav ul a,
#nav ul a:hover { float:none;  }
#nav ul li a { font-weight:normal !important; }

/* 2nd Level */
#nav ul,
#nav div { position:absolute; width:210px; top: 40px; left:-10000px; background: #888; }
#nav div ul { position:static; width:auto; border:none; }

/* 3rd+ Level */
#nav ul ul,
#nav ul div { top: 0; }
#nav ul ul,
#nav ul div {  }

#nav ul li a { background: url("http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/arrow-menu2.png") no-repeat scroll 18px 12px transparent !important; padding: 0 0 0 20px; text-transform:capitalize !important; color:#fff !important; font-size: 13px; }
#nav ul li a span{ padding: 7px 12px; }
#nav ul li a:hover { background: url("http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/arrow-menu2.png") no-repeat scroll 18px -42px transparent !important; color: #D5002A !important; }
#nav ul span,
#nav ul li.last li span { }

.videoFrame {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;	
}

.videoFrame iframe {
	position: absolute;
	top: -10%;
	left: 0;
	width: 100%;
	z-index:0;
	height: 100%;	
	background-color:#000;
}

#pt_menu3 {
	display:none;	
}

#pt_menu_pt_item_menu_third {
	margin-left:17px;	
}

.headerWrap {
	width:60%;
	min-width:940px;
	margin:0 auto;
	height:100%;	
}



/* FIRST HOME BLOCK */ 
.firstHomeBlock {
	width:100%;
	/*background-image:url('http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/large-home-box-s900-kit-bg.jpg');*/
	/*background-image:url('http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/tayzu-home-block.jpg');*/
	background-image:url('http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/Titan-SAR-home-page-block.jpg');
	background-size:100% auto;
	background-repeat:no-repeat;
	overflow:hidden;
	padding-bottom:2.5%;
}

.firstHomeBlockWrap {
	width:50%;
	float:right;
	margin-left:50%;
	overflow:hidden;
	height:100%;
}

.firstHomeBlockContent {
	width:100%;
	text-align:right;
	margin-top:40%;
	height:120px;
	display:block;	
}

.firstHomeBlockShopButton {
	width:50%;
	float:right;
	height:150px;	
	margin-top:80px;
	margin-right:23.5%;
}

.firstHomeBlockShopButton img {
	width:100%;
	height:auto;	
}

.firstHomeBlockContent p {
	font-family:'Open Sans', sans-serif;	
	font-size:16px;
	color:#818181;
	margin:0;
	padding:0;
}




/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub { left:0; z-index:999; }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { left:210px; }
/********** Navigation > */
/* ======================================================================================= */

/*------Accordion ---------*/
/********** < Navigation */
.nav-collapse {
    text-align: left;
}
.navbar .nav > li {
    padding: 10px 30px 20px 0;
}
#ma-mobilemenu {
    height: auto;
    display: none;
}

.nav-collapse, .nav-collapse.collapse {

}
.navbar-inner {
    background: #415887;
    border: 0;
}
.navbar .btn-navbar {
    margin-top: 10px;
}
.mobilemenu>li.last a {
    border-bottom: 0;
}
.navbar .brand {
    color: #fff;
    text-transform: uppercase;
}
.mobilemenu {
	list-style-type: none;
	padding: 0;
    margin: 0;

}
.collapse.in {

}
.mobilemenu ul {
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	width: 100%;
}
.mobilemenu li {
    background: #415887;
	cursor: pointer;
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	width: 100%;
	position: relative;
}
.mobilemenu li.level0.last {
    margin-bottom: 20px;
}
.mobilemenu li.active>a {
	/*background: url('http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/close.gif') no-repeat center right;*/
}
.mobilemenu li div {
	padding: 20px;
	background: #aef;
	display: block;
	clear: both;
	float: left;
	width: 360px;
}
.mobilemenu a {
	text-decoration: none;
	border-bottom: 1px solid #007FBF;
        border-top: 1px solid #33a9e4;
	/*font: bold 1.1em/2em Arial, sans-serif;*/
	font-size: 1.1em;
	line-height: 34px;
	font-weight: bold;
	color: #fff;
	padding: 0 10px;
	display: block;
	cursor: pointer;
        text-transform: uppercase;
}
.mobilemenu li.active a, .mobilemenu a:hover {
	color: #111;
}

.mobilemenu ul a {
    text-transform: capitalize;
	color: #fff !important;
}
.mobilemenu ul a:hover, .mobilemenu ul li.active a {
	color: #111 !important;
}

.mobilemenu ul ul a, .mobilemenu ul li.active ul a {
	color: #fff !important;
}
.mobilemenu ul ul a:hover, .mobilemenu ul ul li.active a, .mobilemenu ul li.active ul a:hover {
	color: #111 !important;
}

.mobilemenu ul ul ul a, .mobilemenu ul ul li.active ul a {
	color: #fff !important;
}
.mobilemenu ul ul ul a:hover, .mobilemenu ul ul ul li.active a, .mobilemenu ul ul li.active ul a:hover {
	color: #111 !important;
}

.mobilemenu ul ul ul ul a, .mobilemenu ul ul ul li.active ul a {
	color: #fff !important;
}
.mobilemenu ul ul ul ul a:hover, .mobilemenu ul ul ul ul li.active a, .mobilemenu ul ul ul li.active ul a:hover {
	color: #111 !important;
}



.mobilemenu li.parent>a {
	/*background: url('http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/open.gif') no-repeat center right;*/
}

.mobilemenu li ul li {
    font-size: 0.9em;
}
.mobilemenu li.active>ul {

}

.mobilemenu ul a {
	padding-left: 25px;
}
.mobilemenu ul ul a {
	padding-left: 40px;
}
.mobilemenu ul ul ul a {
	padding-left: 55px;
}
.mobilemenu ul ul ul ul a {
	padding-left: 70px;
}
.mobilemenu ul ul ul ul ul a {
	padding-left: 85px;
}
/*----------- button mobilemenu -------------*/
.mobilemenu span.head {
	position: absolute;
	top: 8px;
	right: 8px;
}
.mobilemenu span.head a { 
	background: url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/menu_down.png) no-repeat 50% 50%;
	color:#333333;
	display:block;
	height:15px;
	padding:0;
	width:15px;
	border: 0;
}
/*.mobilemenu span.head a:hover*/
.mobilemenu li.active>span.head a {
	background: url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/menu_up.png) no-repeat 50% 50%;
}
.mobilemenu li.selected span.head a {
	background: url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/menu_up.png) no-repeat 50% 50%;
}
/*
.mobilemenu li.selected span.head a:hover {
	background: url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/menu_down.png) no-repeat 50% 50%;
}
*/

/*----- page view-----*/
.ma-price {
    color: #6e6e6e; 
}
.ma-social li {
    background: none;
    padding: 0 5px;
}
.ma-review-col1 {

}
.ma-review-col2 {

}
.ma-review-col1 h2, .ma-review-col2 h2 {
    text-transform: uppercase;
	color:#303030;
    font-size: 15px;
    font-weight: bold;
}
.ma-review-col2 h4 {
    font-weight: normal;
}

#back-top {
    background: #415887 url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/btn-top.png) no-repeat scroll 50% 50%;
    position: fixed;
	bottom: 10px;
    right: 12px;
    width: 40px;
    height: 40px;
    display: none;
}
#back-top:hover {
    cursor: pointer;
    background-color: #474747;
}

.addToCartWrap {
	float:left;
	width:100%;
	overflow:hidden;	
	border-top:0px solid #f0f0f0;
}


/* PRODUCT PAGE PRICE UPDATES*/
.productPagePrice {
	font-size:60px !important;
	font-family:'Pathway Gothic One',sans-serif !important;
	padding:4% 0 0 0;
	
}

.groupedProductPrice {
	font-family:'Pathway Gothic One',sans-serif;	
	font-size:35px;
	line-height:1em;
	font-weight:800;
	color:#303030; 
}

.cart .item-options {
	
}

.cart .item-options dt {
	display:none;
}

.cart .item-options dd{
	display: none;
}

dt.customOptionsWrap {
	display:block !important;
}

dd.customOptionsAdded {
	display:block !important;
}

.relatedSliderPrice {
	display:none;	
}

.customOptionWrap {
	overflow:hidden;
	width:48%;
	float:left;	
	margin-left:1%; 
}

.productImageCol {
	width:50%;
	overflow:hidden;
	float:left;	
	position:relative;
}

.out-of-st-btn {
	
}
.out-of-st-btn:before {
	width:auto; 
	content:"";
}

.out-of-st-btn:after {
	
}


.productContentWrap {
	width:100%;
}

.qtyBtns {
	overflow:hidden;
	width:140px;
	margin-right:0%;
	float:right;
}


/*  HOME FEATURED CONTENT CREATOR */
.homeFeaturedContentCreator{
	background-image:url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/home-featured-content-creator-bg.jpg);
	width:100%;
	height:auto;
	background-size:auto 105%;
	background-position:top center;
	background-repeat:no-repeat;
	overflow:hidden;	
}

.featuredproductslider-item h2 {
	font-weight:bold !important;
	font-size:16px !important;	
}

.homeFeaturedContentCreatorWrap{
	margin:0 auto;
	width:70%;
	overflow:hidden;
}

/*.homeFeaturedContentCreator ul {
	padding:0;
	margin:280px 0 0 0;
	list-style-type:none;
	overflow:hidden;
	width:100%;
	text-align:center;
}

.homeFeaturedContentCreator li {
	display:inline-block;
	width:22%;
	overflow:hidden;
	min-height:200px;
	background:rgba(255, 255, 255, .5);
}
*/

/*Banner Static*/


.banner-box {
	float:left;
	width:32.5%;
	border:1px solid #f0f0f0;
	margin:0 1% 0 -2px;
}

@media only screen and (max-width: 900px){
.banner-box {
	float:left;
	width:32.4%;
	border:1px solid #f0f0f0;
	margin:0 1% 0 -2px;
}

}

.banner-box:first-child {
	margin-left:0 !important;	
}

.banner-box:last-child {
	margin-right:0 !important;	
	width:32.66%;
}

.banner-static-contain { overflow: hidden; margin-top:10px;}
.banner-static-contain .banner-box img { width: 100%;}

/*=====================================================================================================================*/
/*Custommenu*/
.pt_custommenu div.popup {
    position:absolute;
/*    z-index:3000; */
    text-align:left;
    margin: 0 0 0 -1% !important;
	overflow:hidden;
	 display:block;
	padding: 0 !important;
	width:100% !important;

}

#popup_pt_item_menu_second {
	width:19% !important;	
}

.menuCenterWrap {
	text-align:center;	
	margin:0 auto;
	height:100%;
	width:530px;
	overflow:hidden;
}

@media only screen and (max-width: 580px){
.menuCenterWrap {
	text-align:center;	
	margin:0 auto;
	height:100%;
	width:65%;
	overflow:hidden;
}
}


#pt_menu_pt_item_menu .block-title {
	padding-right:10px;	
}

.pt_custommenu div.pt_menu.active .parentMenu a, .pt_custommenu div.pt_menu.active .parentMenu span.block-title{color: #0093dd; background-position: 50% 100%}
.pt_custommenu div.pt_menu .parentMenu a,
.pt_custommenu div.pt_menu .parentMenu span.block-title{
    text-decoration: none;
    display:block;
    line-height: 30px;
/*    color: #415887; */
	color: #505050;
    text-transform: uppercase;
	padding-right:0px;
    font-size: 17px;
	font-weight:normal;
	padding-right:15px;
    cursor: pointer;
	font-family: 'Abel', sans-serif;
/*    background: url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/arrow_custommenu.png) no-repeat scroll 50% -100px; */

}

@media only screen and (max-width: 1162px){

.pt_custommenu div.pt_menu .parentMenu a, .pt_custommenu div.pt_menu .parentMenu span.block-title{
    text-decoration: none;
    display:block;
    line-height: 30px;
/*    color: #415887; */
	color: #505050;
    text-transform: uppercase;
	padding-right:0px;
    font-size: 15px;
	font-weight:normal;
	padding-right:15px;
    cursor: pointer;
	font-family: 'Abel', sans-serif;
/*    background: url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/arrow_custommenu.png) no-repeat scroll 50% -100px; */

}

.menuCenterWrap {
	width:615px;
}

}


@media only screen and (max-width: 1091px){

.pt_custommenu div.pt_menu .parentMenu a, .pt_custommenu div.pt_menu .parentMenu span.block-title{
    text-decoration: none;
    display:block;
    line-height: 30px;
/*    color: #415887; */
	color: #505050;
    text-transform: uppercase;
	padding-right:0px;
    font-size: 13px;
	font-weight:normal;
	padding-right:10px;
    cursor: pointer;
	font-family: 'Abel', sans-serif;
/*    background: url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/arrow_custommenu.png) no-repeat scroll 50% -100px; */

}

.menuCenterWrap {
	width:523px;
}

}

@media only screen and (max-width: 1005px){

.pt_custommenu div.pt_menu .parentMenu a, .pt_custommenu div.pt_menu .parentMenu span.block-title{
    text-decoration: none;
    display:block;
    line-height: 30px;
/*    color: #415887; */
	color: #505050;
    text-transform: uppercase;
	padding-right:0px;
    font-size: 12px;
	font-weight:normal;
	padding-right:10px;
    cursor: pointer;
	font-family: 'Abel', sans-serif;
/*    background: url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/arrow_custommenu.png) no-repeat scroll 50% -100px; */

}

.menuCenterWrap {
	width:500px;
}

}

@media only screen and (max-width: 890px){

.pt_custommenu div.pt_menu .parentMenu a, .pt_custommenu div.pt_menu .parentMenu span.block-title{
    text-decoration: none;
    display:block;
    line-height: 30px;
/*    color: #415887; */
	color: #505050;
    text-transform: uppercase;
	padding-right:0px;
    font-size: 13px;
	font-weight:normal;
	padding-right:10px;
    cursor: pointer;
	font-family: 'Abel', sans-serif;
/*    background: url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/arrow_custommenu.png) no-repeat scroll 50% -100px; */

}

.menuCenterWrap {
	width:340px;
}

.header {
	width:91%;
}

.pt_custommenu #pt_menu_link .parentMenu ul li:nth-child(3) {
	
	border:0;
}

.pt_custommenu #pt_menu_link .parentMenu ul li:nth-child(4) {
	display:none;
	border:0;
}

.temporaryMessage {display:none;}
.catSubMenuArea {
	display:none;
}

.pt_custommenu #pt_menu_link .parentMenu ul li:last-child {
	display:none;
}

.ma-header-container {
	min-width: 0;
}

}

@media only screen and (max-width: 800px){

.pt_custommenu div.pt_menu .parentMenu a, .pt_custommenu div.pt_menu .parentMenu span.block-title{
    text-decoration: none;
    display:block;
    line-height: 30px;
/*    color: #415887; */
	color: #505050;
    text-transform: uppercase;
	padding-right:0px;
    font-size: 12px;
	font-weight:normal;
	padding-right:10px;
    cursor: pointer;
	font-family: 'Abel', sans-serif;
/*    background: url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/arrow_custommenu.png) no-repeat scroll 50% -100px; */

}

.logoSpan {
	width:14%;
	min-width: 160px;
}

.menuCenterWrap {
	width:340px;
}

.header {
	width:91%;
}

.pt_custommenu #pt_menu_link .parentMenu ul li:nth-child(3) {
	
	border:0;
}

.pt_custommenu #pt_menu_link .parentMenu ul li:nth-child(4) {
	display:none;
	border:0;
}

.temporaryMessage {display:none;}

.pt_custommenu #pt_menu_link .parentMenu ul li:last-child {
	display:none;
}

.ma-header-container {
	min-width: 0;
}

}

/**CAREERS **/

.careers-page-wrap {
  width: 80%;
  margin: 0 auto; }
  .careers-page-wrap .plus {
    font-weight: 900;
    font-family: 'Abel', sans-serif;  
    font-size: 20px;
    line-height: 10px; }
    .careers-page-wrap h1{
      font-family: 'Abel', sans-serif;  
    }
  .careers-page-wrap h3 {
    font-size: 18px;
    font-family: 'Abel', sans-serif;  
    margin: 0;
    padding: 0; }
    .careers-page-wrap h3 a{
      text-decoration:none;
      font-family: 'Abel', sans-serif;  
      color:#000;
    }
  .careers-page-wrap p {
    font-family: sans-serif;
    margin: 0;
    padding: 0; }
  .careers-page-wrap .careers-overview {
    width: 100%;
    overflow: hidden;
    display: block;
    padding-bottom: 1.5%; }
  .careers-page-wrap .jobs-block ul {
    margin: 0;
    padding: 0; }
    .careers-page-wrap .jobs-block ul li {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .careers-page-wrap .jobs-block ul li .job-title {
        background-color: #e0e0e0;
        border: 1px solid #d0d0d0;
        overflow: hidden;
        padding: .5% 1%;
        display: block; }
      .careers-page-wrap .jobs-block ul li .job-description-wrap {
        /*display: none;*/
        padding: 1.5%; }
        .careers-page-wrap .jobs-block ul li .job-description-wrap .job-description {
          display: block;
          margin-bottom: 1.5%; }
        .careers-page-wrap .jobs-block ul li .job-description-wrap .required-qualifications {
          display: block;
          padding-bottom: 1.5%; }
          .careers-page-wrap .jobs-block ul li .job-description-wrap .required-qualifications ul {
            width: 95%;
            display: block;
            overflow: hidden;
            margin: 1% auto 0;
            padding-left: 1.5%; }
            .careers-page-wrap .jobs-block ul li .job-description-wrap .required-qualifications ul li {
              margin: 0;
              padding: 0;
              list-style-type: square; }
        .careers-page-wrap .jobs-block ul li .job-description-wrap .preferred-qualifications {
          display: block;
          padding-bottom: 1.5%; }
          .careers-page-wrap .jobs-block ul li .job-description-wrap .preferred-qualifications ul {
            width: 95%;
            display: block;
            overflow: hidden;
            margin: 1% auto 0;
            padding-left: 1.5%; }
            .careers-page-wrap .jobs-block ul li .job-description-wrap .preferred-qualifications ul li {
              margin: 0;
              padding: 0;
              list-style-type: square; }


/** CAREERS **/


.featuredVideosTiledBlock {
}

#pt_menu3 a {
	padding:0 17px;	
}

.actions {
	display:none;	
}

.pt_custommenu div.act .parentMenu a{ color: #415887;}
.pt_custommenu div.pt_menu .parentMenu a:hover, .pt_custommenu div.pt_menu .parentMenu span.block-title:hover{ color: #415887; background-position: 50% 100%}
#pt_menu_home .parentMenu a{ background: none; padding-left: 0;}
.pt_custommenu .itemMenu h4.level1,
.pt_custommenu .itemMenu a.level1{
    font-size: 14px;
	text-align:center;
    color: #fff;
	height:50px;
    padding: 0 !important;
	float:left;
	line-height:50px;
	width:25%;
	font-family:'Abel',sans-serif;
	font-size:18px !important;
/*	border-right:1px solid #4B669E; */
	text-transform:uppercase !important;
}


.pt_custommenu .itemMenu a.level1:hover{ 
	color: #fff; 
	background-color:#3b5384;

}

.pt_custommenu .itemSubMenu h4.level2,
.pt_custommenu .itemSubMenu a.level2,
.pt_custommenu .itemSubMenu h4.level3,
.pt_custommenu .itemSubMenu a.level3,
.pt_custommenu .itemMenu a.level1.nochild{
    color: #fff;
    text-transform: none;
    font-weight: normal;
    font-size: 14px;
    border-bottom: 1px solid #2C4372;
    border-top: 1px solid #516897;
}
.pt_custommenu .itemSubMenu a.level2:last-child{ border-bottom: none;}
.pt_custommenu .itemSubMenu a.level2:hover,
.pt_custommenu .itemMenu a.level1.nochild:hover{
    color: #fff;
    
}

.categoryPageAd {
	width:97.5%;
	overflow:hidden;	
	max-height:190px;
}

.categoryPageAd img {
	width:100%;
	overflow:hidden;
	height:auto;	
}

.pt_custommenu .itemSubMenu a.level2 span{background: url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/submenu_li.png) no-repeat scroll 0 50%; padding-left: 15px;}
.pt_custommenu .itemSubMenu a.level2:hover span{background: url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/submenu_li_hover.png) no-repeat scroll 0 50%;
    margin-left: 10px;}

.pt_custommenu div.column {
    float:left;
    width: 235px; /* column width */
    
}
#popup_pt_item_menu_custom_menu{ padding: 20px}
.pt_custommenu div.popup .blockright{ margin-left: 10px;}
.static_block_custom_menu{ width: 860px; color: #fff}
.static_block_custom_menu .static-menu-img{ border: 1px solid #fff;}
.static_block_custom_menu .static-menu-img img{ width: 100%}
.static_block_custom_menu .left{ padding-right: 30px; border-right: 1px dashed #fff;}
.static_block_custom_menu .left .static-menu-img{ float: left; margin-right: 10px;}
.static_block_custom_menu .title{ text-transform: uppercase; font-size: 16px; padding-bottom: 5px;}
.static_block_custom_menu .right{ padding-left: 10px}
.static_block_custom_menu .right .static-bottom{ margin-top: 20px;}
.static_block_custom_menu .right .title{font-size: 12px; padding-top: 5px}

/*=====================================================================================================================*/
/*Banner7*/
.ma-banner7-container .flex-control-paging li a,
.nivo-controlNav a {width: 18px; height: 18px; display: block; background: #0093dd; cursor: pointer; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3); z-index: 9; color: #fff;}
.nivo-controlNav a {
    border: 0 none;
    display: inline-block;
    margin: 0 2px;
    cursor: pointer;
    position: relative;
    z-index: 9;
}
.ma-banner7-container .flex-control-paging li a:hover,
.ma-banner7-container .flex-control-paging li a.flex-active,
.nivo-controlNav a:hover,
.nivo-controlNav a.active { background: #000; cursor: pointer; }

.banner7-title h3 {
	color: #fff;
	font-size: 50px;
        font-family: HelveticaInseratLTStd-Roman; 
	text-transform: uppercase;
        
}

/*Featured Product Slider*/
.ma-featuredproductslider-wrapper{ 
	padding: 30px 0; 
	background: url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/top-divider.jpg); 
	background-size:100% auto;
	background-repeat:no-repeat;
	background-position:top center;
}
.ma-featuredproductslider-container{ padding: 0 0px}
.featuredproducts-static-container{padding: 10px 0px 20px 0px; }
.featuredproducts-static{  padding: 10px 0; color: #fff;}
.featuredproducts-static .title{ font-size: 60px; font-family: 'Abel', sans-serif; line-height: 60px; color:#505050; text-align:center; font-weight:lighter; letter-spacing:-2px;}
.ma-featuredproductslider-container .flex-direction-nav a {width: 23px; height: 44px; margin: -20px 0 0; display: block; background: url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px; }
.ma-featuredproductslider-container .flex-direction-nav .flex-next { background-position: 100% 0; right: -27px; }
.ma-featuredproductslider-container .flex-direction-nav .flex-prev { left: -27px;}
.ma-featuredproductslider-container .flexslider .flex-next:hover { background-position: 100% 100%;}
.ma-featuredproductslider-container .flexslider .flex-prev:hover { background-position: 0 100%;}
.ma-featuredproductslider-container .featuredproductslider-item .item-inner{ border: 1px solid #fff; position: relative; overflow: hidden; height:320px;}
.ma-featuredproductslider-container .featuredproductslider-item .item-inner:hover{ border: 0px solid #cacaca}
.featuredproductslider-item .actions .btn-cart{ position: absolute; left: -140px; top: 140px}
.featuredproductslider-item .actions .btn-cart span{ width: 140px; height: 35px; line-height: 35px; padding: 0; text-align: left; font-size: 10px; text-transform: uppercase}
.featuredproductslider-item .actions .btn-cart:hover span {}
.featuredproductslider-item .actions .btn-cart span span{color: #fff; padding-left: 40px; display: block; background: #4c4c4c url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/cart_icon.png) no-repeat scroll 10px 50%; width: auto;}
.featuredproductslider-item .actions .btn-cart:hover span span{background-color: #415887}
.featuredproductslider-item .actions .add-to-links li{  margin: 2px auto; }
.featuredproductslider-item .actions .add-to-links li a{ font-size: 10px; text-transform: uppercase;text-align: left}
.featuredproductslider-item .actions .add-to-links li a.link-wishlist{ width: 100px; height: 35px; line-height: 35px; color: #fff; padding-left: 40px; display: block; background: #4c4c4c url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/wishlist_icon.png) no-repeat scroll 10px 50%; position: absolute; top: 180px; left: -140px;}
.featuredproductslider-item .actions .add-to-links li a.link-wishlist:hover{ background-color: #415887}
.featuredproductslider-item .actions .add-to-links li a.link-compare{width: 100px; height: 35px; line-height: 35px; color: #fff; padding-left: 40px; display: block; background: #4c4c4c url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/compare_icon.png) no-repeat scroll 10px 50%; position: absolute; top: 220px; left: -140px;}
.featuredproductslider-item .actions .add-to-links li a.link-compare:hover{background-color:  #415887}
/*=====================================================================================================================*/
/*NewProduct Slider*/
.ma-newproductslider-wrapper{ padding-bottom: 20px;}
.ma-newproductslider-container{ padding: 0 30px}
.newproducts-static-container{ padding: 20px 30px 20px 10px; background: #415887 url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/new_products.png) no-repeat scroll 100% 50%;}
.newproducts-static{min-height: 259px; border-bottom: 1px solid #fff; border-top: 1px solid #fff; padding: 10px 0; color: #fff;}
.newproducts-static .title{ font-size: 40px; text-transform: uppercase; font-family: MyriadPro-Regular; line-height: 40px}
.ma-newproductslider-container .flex-direction-nav a {width: 23px; height: 44px; margin: -20px 0 0; display: block; background: url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px; }
.ma-newproductslider-container .flex-direction-nav .flex-next { background-position: 100% 0; right: -27px; }
.ma-newproductslider-container .flex-direction-nav .flex-prev { left: -27px;}
.ma-newproductslider-container .flexslider .flex-next:hover {background-position: 100% 100% }
.ma-newproductslider-container .flexslider .flex-prev:hover {background-position: 0 100% }
.ma-newproductslider-container .newproductslider-item .item-inner{ border: 1px solid #fff; position: relative; overflow: hidden; height:320px;}
.ma-newproductslider-container .newproductslider-item .item-inner:hover{ border: 1px solid #cacaca}
.newproductslider-item .actions .btn-cart{ position: absolute; left: -140px; top: 140px}
.newproductslider-item .actions .btn-cart span{ width: 140px; height: 35px; line-height: 35px; padding: 0; text-align: left; font-size: 10px; text-transform: uppercase}
.newproductslider-item .actions .btn-cart:hover span {}
.newproductslider-item .actions .btn-cart span span{color: #fff; padding-left: 40px; display: block; background: #4c4c4c url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/cart_icon.png) no-repeat scroll 10px 50%; width: auto;}
.newproductslider-item .actions .btn-cart:hover span span{background-color: #415887}
.newproductslider-item .actions .add-to-links li{  margin: 2px auto; }
.newproductslider-item .actions .add-to-links li a{width: 100px; height: 35px; line-height: 35px; font-size: 10px; text-transform: uppercase;text-align: left}
.newproductslider-item .actions .add-to-links li a.link-wishlist{ color: #fff; padding-left: 40px; display: block; background: #4c4c4c url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/wishlist_icon.png) no-repeat scroll 10px 50%; position: absolute; top: 180px; left: -140px;}
.newproductslider-item .actions .add-to-links li a.link-wishlist:hover{ background-color: #415887}
.newproductslider-item .actions .add-to-links li a.link-compare{color: #fff; padding-left: 40px; display: block; background: #4c4c4c url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/compare_icon.png) no-repeat scroll 10px 50%; position: absolute; top: 220px; left: -140px;}
.newproductslider-item .actions .add-to-links li a.link-compare:hover{background-color:  #415887}


.pushed {
	margin-top:15px !important;
}

.shopByCatPage {
	width:100%;
	margin:0;
	margin-top:1%;
	padding:0;
	display:block;
	overflow:hidden;	
}

.shopByCatPage a {
	text-align:center;
	width:100%;
	font-family:'Abel', sans-serif;
	font-size:16px;
	color:#303030;
	display:block;	
}

.shopByCatPage .price {
	font-size:15px !important;	
}

.tileTitleBlock {
	display:block;
	border-bottom:1px ridge #C0C0C0;
	color:#fff;
	margin:0 auto 0 auto;
	padding:3% 0;
	width:95.5%;
	overflow:hidden;	
	background-color:#000;
	 /* Safari 4-5, Chrome 1-9 */ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000), to(#303030)); 
	 /* Safari 5.1, Chrome 10+ */ background: -webkit-linear-gradient(top, #303030, #000); 
	 /* Firefox 3.6+ */ background: -moz-linear-gradient(top, #303030, #000); 
	 /* IE 10 */ background: -ms-linear-gradient(top, #303030, #000); 
	 /* Opera 11.10+ */ background: -o-linear-gradient(top, #303030, #000);
}

.shopProductBlock {
/*	width:1500%; */
	overflow:hidden;	
}
.productBlockShop{
	overflow: hidden;
}

.shopByCatPage ul {
	width:100%;
	overflow:hidden;
	list-style-type:none;
	margin:0;
	padding:0;
}

.shopByCatPage li {
	width:20%;
	margin:0 0 20px 0;
	padding:0;
	overflow:hidden;
	display:block;
	float:left;
}

.shopByCatPage li img {
	width:95%;
	margin:0 auto;
	padding:5%;
	border:1px solid #f0f0f0;
	height:auto;	
}

/*=====================================================================================================================*/

/*Brand Slider*/
.ma-brand-slider-contain{ padding: 10px 0; border-bottom: 1px solid #dedede; border-top: 1px solid #dedede; background: #dfdfdf;}
.ma-brand-slider-contain .flex-direction-nav a {width: 31px; height: 31px; margin: -15px 0 0; display: block; background: #303030 url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/brand_slider.png) no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px; }
.ma-brand-slider-contain .flex-direction-nav a:hover{ background-color: #415887;}
.ma-brand-slider-contain .flex-direction-nav .flex-next { background-position: 100% 0; right: 6px; }
.ma-brand-slider-contain .flex-direction-nav .flex-prev { left: 6px;}
.ma-brand-slider-contain .flexslider .flex-next:hover { }
.ma-brand-slider-contain .flexslider .flex-prev:hover { }
/*=====================================================================================================================*/
/*thumb Slider*/
.ma-thumbnail-container .flex-direction-nav a {width: 27px !important; height: 27px !important; border: 0 !important; margin: -20px 0 0; display: block; background: #415887 url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/upsell.png) no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px; }
.ma-thumbnail-container .flex-direction-nav a:hover{ background-color: #474747}
.ma-thumbnail-container .flex-direction-nav .flex-next { background-position: 100% 0; right: 3px; }
.ma-thumbnail-container .flex-direction-nav .flex-prev { left: 3px;}
.ma-thumbnail-container .flexslider:hover .flex-next { }
.ma-thumbnail-container .flexslider:hover .flex-prev { }
/*=====================================================================================================================*/
/*vertical menu*/

#pt_menu_pt_item_menu_second {
	margin-left:17px;	
}

.accordion a {
    background: url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/bg_li.png) no-repeat scroll 0 50%;
	text-decoration: none;
	text-transform: uppercase;
	/*font: bold 1.1em/2em Arial, sans-serif;*/
	font-size: 12px;
	line-height: 28px;
	color: #222;
	padding: 0 0 0 15px;
	display: block;
	cursor: pointer;
}
.accordion li.active a, .accordion a:hover {
	color: #415887;
}
.accordion ul a:hover, .accordion ul li.active a {
	color: #415887 !important;
}
.accordion ul ul a, .accordion ul li.active ul a {
	color: #222 !important;
}
.accordion ul ul a:hover, .accordion ul ul li.active a, .accordion ul li.active ul a:hover {
	color: #415887 !important;
}

.accordion ul ul ul a, .accordion ul ul li.active ul a {
	color: #222 !important;
}
.accordion ul ul ul a:hover, .accordion ul ul ul li.active a, .accordion ul ul li.active ul a:hover {
	color: #415887 !important;
}

.accordion ul ul ul ul a, .accordion ul ul ul li.active ul a {
	color: #222 !important;
}
.accordion ul ul ul ul a:hover, .accordion ul ul ul ul li.active a, .accordion ul ul ul li.active ul a:hover {
	color: #415887 !important;
}
/*=====================================================================================================================*/
/*Related Slider*/
.ma-related-wrapper{ margin-top: 20px;}
.related-product-title, .related-subtitle{ display: none}
.related-product-title h2{ border: none}
.ma-relatedslider-container{ padding: 0 0px; width:100%;}
.related-static-container{ padding: 20px 30px 20px 10px; background: #415887 url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/new_products.png) no-repeat scroll 100% 50%;}
.related-static{min-height: 259px; border-bottom: 1px solid #fff; border-top: 1px solid #fff; padding: 10px 0; color: #fff;}
.related-static .title{ font-size: 40px; text-transform: uppercase; font-family: MyriadPro-Regular; line-height: 40px}
.ma-relatedslider-container .flex-direction-nav a {width: 23px; height: 44px; margin: -20px 0 0; display: block; background: url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px; }
.ma-relatedslider-container .flex-direction-nav .flex-next { background-position: 100% 0; right: -27px; }
.ma-relatedslider-container .flex-direction-nav .flex-prev { left: -27px;}
.ma-relatedslider-container .flexslider .flex-next:hover {background-position: 100% 100% }
.ma-relatedslider-container .flexslider .flex-prev:hover {background-position: 0 100% }
.ma-relatedslider-container .relatedslider-item .product{ border: 1px solid #fff; position: relative; overflow: hidden; width:100%;}

.ma-relatedslider-container .flexslider .slides > li {
	margin-right:.115%;
	width:1.99% !important;	
}

.ma-relatedslider-container .relatedslider-item .product:hover{ border: 1px solid #cacaca}
/*=====================================================================================================================*/
/*Upsell Slider*/
.ma-upsellslider-container .ma-upsellslider-title{ padding: 5px 0 5px 10px; background-color: #415887}
.ma-upsellslider-container .ma-upsellslider-title h2{ color: #fff; text-transform: uppercase; font-family: 'Pathway Gothic One', sans-serif; font-size: 25px; font-weight: normal; margin: 0 }
.ma-upsellslider-container .flex-direction-nav a {width: 27px; height: 27px; margin: -20px 0 0; display: block; background: #415887 url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/upsell.png) no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px; }
.ma-upsellslider-container .flex-direction-nav a:hover{ background-color: #474747}
.ma-upsellslider-container .flex-direction-nav .flex-next { background-position: 100% 0; right: 6px; }
.ma-upsellslider-container .flex-direction-nav .flex-prev { left: 6px;}
.ma-upsellslider-container .flexslider:hover .flex-next { }
.ma-upsellslider-container .flexslider:hover .flex-prev { }
/*=====================================================================================================================*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	background: url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/ajax.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #555555;
	width: 32px !important;
	height: 15px !important;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	background: url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/ajax.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	background: #ffffff url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/ajax.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}

/* FEATURED CONTENT CREATOR AREA */
.featuredCreatorWrap {
	width:100%;
	overflow:hidden;
	margin:100px 0 0 0;
	padding:0;	
}

.menuIcon {
	display:inline-block;	
	height:75% !important;
	line-height:50px;
	margin-top:1.75%;
	margin-right:1%;
}

/*.menuIcon img {
	width: auto;
	height:80%;	
	margin-top:10%;
}*/

.featuredCreatorRow {
	overflow:hidden;
	margin-bottom:.25%;
}

.ma-thumbnail-container .flexslider .slides {
	min-width:1200% !important;	
}

.featuredTopSection {
	overflow:hidden;
	margin:0;
	padding:0;	
}

.featuredBigBox {
	width:50%;
	height:auto;
	
	float:left;
	overflow:hidden;
}

.featuredBigBox img {
	width:100%;
	height:auto;
}

.tileWrap {
	width:25%;
	float:left;
	overflow:hidden;	
}

.longFeaturedTile {
	width:100%;
	margin:0 0 0 1%;
	height:100%;
	overflow:hidden;
}

.featuredVideoWrap {
	margin-top:80px;
}

.camerasByTypeBlock {
	overflow:hidden;	
}


.camerasByTypeBlock h2 {
	font-family:'Pathway Gothic One', sans-serif;
	font-size:25px;
	color:#303030;
	margin:0 0 0 3.2%;
	padding:0;
	font-weight:normal;
}



.camerasByTypeBlock .price-box {
	display:none;	
}

.longFeaturedTile img {
	width:100%;
	height:auto;
}

.videoPopOver {
	width:100%;
	height:100%;
	top:0%;
	bottom:0;
	right:0;
	left:0;	
	overflow:hidden;
	background:rgba(0, 0, 0, .75);
	position:fixed;
	z-index:9999999;
	margin:0 auto;
	padding:.5% .5%;
	display:none;
}

.videoPopContainer {
	width:99%;
	height:99%;
	display:block;
	background:rgba(255, 255, 255, .75);
	overflow:hidden;	
	padding:0;
}

#youtube-feed {
	width:100%;
	overflow:hidden;
	margin:0 auto;
	list-style-type:none;
	padding:0 0 5% 0;	
}

#youtube-feed ul {
	margin:0;
	padding:0;
	list-style-type:none;	
}

#youtube-feed li {
	float:left;
	max-height:250px;
	width:25%;
	margin:0;
	overflow:hidden;	
	position:relative;
	margin-bottom:-1px;
	text-align:center;
}

#youtube-feed li img:hover {
	opacity:.3;	
}

#youtube-feed img {
	width:100%;
	height:auto;	
}

.closeVideo {
	position:absolute;
	top:50%;
	right:0;
	box-shadow:0 3px 18px -2px #101010;
	-webkit-box-shadow:0 3px 18px -2px #101010;
	-moz-box-shadow:0 3px 18px -2px #101010;		
	background-color:#415887;
	height:50px;
	width:100px;
	line-height:50px;
	text-align:center;
	font-size:14px;
	width:10%;
	z-index:999999999999999999;
	font-weight:bold;
	color:#fff;	
}

#youtube-feed .duration {
	display:none;
}

.sifr-m-pur {
	position:absolute;
	z-index:999;	
	background:rgba(0, 0, 0, .7);
	overflow:hidden;
	font-weight:bold;
	display:block;
	font-size:20px;
	top:0%;
	color:#fff;
	width:100%;
	padding:20% 0;
	height:100%;
	font-family:'Pathway Gothic One',sans-serif;
	text-align:center;	
	display:none;
}

.filmMakerOfTheMonth {
	width:100%;
	overflow:hidden;	
	margin-top:50px;
	border-top:1px solid #e1e1e1;
}

.filmMakerOfTheMonth img {
	width:100%;
	height:auto;	
}

.featuredVideosSmallWrap {
	width:70%;
	overflow:hidden;
	margin:0 auto;	
}

.recentFeaturedVideos {
	overflow:hidden;
	background-color:#FDFDFD;
	border-top:1px solid #DCDCDC;
	
}

.recentFeaturedVideos h2 {
	font-family:'Pathway Gothic One', sans-serif;
	font-size:35px;
	text-align:center;
	margin:0;
	padding:30px 0 40px;
	font-weight:normal;	
}

.homeFeaturedVideos {
	overflow:hidden;
	margin-top:25%;	
}

.gallery {
	width:100% !important;	
}

.gallery li {
	margin-right:0 !important;
	width:25% !important;	
}

.gallery li a.image {
	width:100% !important;	
}

.gallery li img {
	width:100%;
	height:auto;	
}

.featuredTile {
	width:99%; 
	height:auto;
	margin:0 0 1.5% 1%;	
	overflow:hidden;	
}

.featuredTile img {
	width:100%;
	height:auto;	
}

.featuredTile:last-child {
	margin:0 0 0 1%;	
}

.col3-layout .main {
  margin-top: 120px;
}
.col3-layout .col-main {
  width: 100%;
}

.home-section-head{
	width: 100%; text-align: center; font-family: 'Oswald', sans-serif; font-size: 34px; font-weight: bolder; text-transform: uppercase; padding: 20px 0 0px; margin-bottom: 0;
}

.home-section-subhead{
	width: 100%; text-align: center; font-family: 'Oswald', sans-serif; font-size: 24px; font-weight: 300; text-transform: uppercase; padding: 0px 0 35px;
}


/*new & sale*/
.new{width: 42px; height: 34px; background: url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/new.png) no-repeat; position: absolute; top: 0px; right: 40px}
.sale{width: 42px; height: 34px; background: url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/images/hot.png) no-repeat; position: absolute; top: 20px; right: 40px}

@media screen and (max-width:1470px) {
	.opc {
		margin-top:11%;
	}
}

@media screen and (max-width: 1100px){
	.head-search{
		width:245px;
	}
}
/*=====================================================================================================================*/
/* Fixed Mobile*/
@media (max-width: 1080px){
.block-subscribe input.input-text{ width: 200px;}
.featuredproductslider-item .item-inner:hover .btn-cart, .newproductslider-item .item-inner:hover .btn-cart, .products-grid .item .item-inner:hover .btn-cart, .featuredproductslider-item .item-inner:hover .add-to-links li a.link-wishlist, .newproductslider-item .item-inner:hover .add-to-links li a.link-wishlist, .products-grid .item .item-inner:hover .add-to-links li a.link-wishlist, .featuredproductslider-item .item-inner:hover .add-to-links li a.link-compare, .newproductslider-item .item-inner:hover .add-to-links li a.link-compare, .products-grid .item .item-inner:hover .add-to-links li a.link-compare {left: 35px}

.featuredproductslider-item .actions .btn-cart, .newproductslider-item .actions .btn-cart, .products-grid .item .actions .btn-cart {top: 80px}
.featuredproductslider-item .actions .add-to-links li a.link-wishlist, .newproductslider-item .actions .add-to-links li a.link-wishlist, .products-grid .item .actions .add-to-links li a.link-wishlist{top: 120px}
.featuredproductslider-item .actions .add-to-links li a.link-compare, .newproductslider-item .actions .add-to-links li a.link-compare, .products-grid .item .actions .add-to-links li a.link-compare{ top: 160px}
.newproducts-static .title, .featuredproducts-static .title, .related-static .title{ font-size: 30px; line-height: 30px;}
.newproducts-static, .related-static, .featuredproducts-static{ min-height: 202px;}

.footer-static-title h3{ font-size: 20px}
.products-list .add-to-links li{ margin-left: 2px;}
.products-list .add-to-links li a{ padding: 0 5px;}
.ma-relatedslider-container .flexslider .slides > li{ width: 210px !important}
.select-lang:before, .pager .limiter .select-limiter:before, .pager .sort-by .select-sort-by:before{ display: none}


}
@media (max-width: 860px) {
    .ma-nav-mobile-container{ margin-top: 10px;}
    .header .welcome-msg { margin: 0; }
    .header .links { }
    .header .links li { float: none; }
    .header .span4 { text-align: center; }
    .header .logo { float: none; margin: 25px 0 0; text-align: center; }
    .header .form-search { float: none; text-align: center; width: auto; }
    .header .form-search input.input-text { width: 75%; }
    .footer ul { float: none; }
    .footer address { text-align: center; }
    .block-subscribe input.input-text{ width: 150px}
    .footer-static-2 .f-col2 .top .footer-static-content a{ margin-right: 5px;}
    .newproducts-static .title, .featuredproducts-static .title, .related-static .title{ font-size: 25px; line-height: 27px;}
    .products-list .add-to-links{ clear: both; float: left}
    .products-list .add-to-links li{ clear: both; float: left; margin: 10px 0 0;}
    .product-view .add-to-cart button.button{ margin-left: 13px;}
    .featuredproductslider-item .item-inner:hover .btn-cart, .newproductslider-item .item-inner:hover .btn-cart, .featuredproductslider-item .item-inner:hover .add-to-links li a.link-wishlist, .newproductslider-item .item-inner:hover .add-to-links li a.link-wishlist, .featuredproductslider-item .item-inner:hover .add-to-links li a.link-compare, .newproductslider-item .item-inner:hover .add-to-links li a.link-compare { left: 28px;}
    .products-grid .item .item-inner:hover .btn-cart, .products-grid .item .item-inner:hover .add-to-links li a.link-wishlist, .products-grid .item .item-inner:hover .add-to-links li a.link-compare{ left: 14px;}
    .newproducts-static, .related-static, .featuredproducts-static{ min-height: 192px;}
}
@media (min-width:768px) and (max-width: 860px){
    .add-to-cart label{ margin-right: 5px;}
}

@media(max-width: 767px){
    .header .links { float: none; text-align: center;}
    .header .welcome-msg{clear: both; float: none; text-align: center;}
    .header .form-language{ margin-right: 20px;}
    .header .quick-access{ width: 400px; margin: 0 auto}
    .ma-footer-static-container{ padding: 20px 10px}
    .ma-newproductslider-container{ margin-top: 20px;}
    .ma-featuredproductslider-container{ margin-bottom: 20px;}
    .ma-relatedslider-container{ margin-top: 20px}
    .banner-box{ margin-top: 20px}
    .banner-box1{ margin-top: 0}
    .f-col{ margin-top: 20px}
    .f-col1{ margin-top: 0}
    .featuredproductslider-item .item-inner:hover .btn-cart, .newproductslider-item .item-inner:hover .btn-cart, .featuredproductslider-item .item-inner:hover .add-to-links li a.link-wishlist, .newproductslider-item .item-inner:hover .add-to-links li a.link-wishlist, .featuredproductslider-item .item-inner:hover .add-to-links li a.link-compare, .newproductslider-item .item-inner:hover .add-to-links li a.link-compare{ left: 41px;}
    .products-grid .item{ float: left; width: 248px}
    .products-grid .item .item-inner:hover .btn-cart, .products-grid .item .item-inner:hover .add-to-links li a.link-wishlist, .products-grid .item .item-inner:hover .add-to-links li a.link-compare{ left: 55px;}
    .col-right{ margin: 20px 0}
    .block .block-content{ margin-left: 10px}
    .block-subscribe .block-content{ margin-left: 0}
    .block-subscribe input.input-text{ width: 210px}
    .products-list li.item .img{ float: left; margin-right: 10px; width: 30%}
    .products-list li.item .content{ float: left; width: 68%}
    .products-list .add-to-links{ clear: none;}
    .products-list .add-to-links li{ clear: none; margin: 0 0 0 2px}
    .header a.logo{ display: block}
    .product-view .product-shop .content{ padding: 10px}
    /* START AGAIN HERE */
    .home-section-head{
		font-size: 37px;
		padding-top:2px;
		line-height:34px;
	}

	.home-section-subhead{
		font-size: 22px;
		margin-top:15px;
		padding-top:15px;
		border-top:1px solid #e0e0e0;
		/*border-bottom:1px solid #e0e0e0;*/
		margin-bottom:0;
		padding-bottom:15px;
	}
}

@media (max-width:730px) {
    .featuredproductslider-item .item-inner:hover .btn-cart, .newproductslider-item .item-inner:hover .btn-cart, .featuredproductslider-item .item-inner:hover .add-to-links li a.link-wishlist, .newproductslider-item .item-inner:hover .add-to-links li a.link-wishlist, .featuredproductslider-item .item-inner:hover .add-to-links li a.link-compare, .newproductslider-item .item-inner:hover .add-to-links li a.link-compare{ left: 33px}
    .products-grid .item{ width: 232px}
    .products-grid .item .item-inner:hover .btn-cart, .products-grid .item .item-inner:hover .add-to-links li a.link-wishlist, .products-grid .item .item-inner:hover .add-to-links li a.link-compare{ left: 46px}
}
@media (max-width: 680px) {
    .top-cart-content { left: 0; margin-left: -120px; }
    .product-view .cloud-zoom-big { display: none !important; }
    .featuredproductslider-item .item-inner:hover .btn-cart, .newproductslider-item .item-inner:hover .btn-cart, .featuredproductslider-item .item-inner:hover .add-to-links li a.link-wishlist, .newproductslider-item .item-inner:hover .add-to-links li a.link-wishlist, .featuredproductslider-item .item-inner:hover .add-to-links li a.link-compare, .newproductslider-item .item-inner:hover .add-to-links li a.link-compare{ left: 29px}
    .products-grid .item{ width: 206px}
    .products-grid .item .item-inner:hover .btn-cart, .products-grid .item .item-inner:hover .add-to-links li a.link-wishlist, .products-grid .item .item-inner:hover .add-to-links li a.link-compare{ left: 32px}
    .products-list li.item .img{ width: 100%}
    .products-list .product-image{ float: none; margin: 0}
    .products-list li.item .img a img{ width: 100%}
    .products-list li.item .content{ width: 100%}
    .products-list .product-shop{ padding-left: 10px;}
    .products-list .add-to-links li{ margin: 0 0 0 10px}
}

@media (max-width: 610px){
    .products-grid .item{ width: 192px}
    .products-grid .item .item-inner:hover .btn-cart, .products-grid .item .item-inner:hover .add-to-links li a.link-wishlist, .products-grid .item .item-inner:hover .add-to-links li a.link-compare{ left: 25px}
}
@media (max-width: 550px) {
    .products-grid .item{ width: 100%}
    .products-grid .item .item-inner:hover .btn-cart, .products-grid .item .item-inner:hover .add-to-links li a.link-wishlist, .products-grid .item .item-inner:hover .add-to-links li a.link-compare{ left: 180px;}
}

@media (max-width: 500px) {
    .products-list .add-to-links li{ margin: 0 0 0 5px}
    .top-cart-content{ margin-left: -160px}
    .nivo-controlNav a{ display: none;}
    .data-table thead th { padding: 2px; }
    .view-mode  { display: none; }
    .pager .sort-by { margin-left: 0; padding-left: 0; }
    .pager .pages { margin-left: 5px; float: none; }
    .col2-set .col-1 { float:none; width:auto; }
    .col2-set .col-2 { float:none; width:auto; }
    .products-list .product-image { float: none; }
    .products-list .product-shop { margin: 0; }
    .add-to-cart label, .add-to-cart input.qty-increase, .product-view .product-shop .add-to-box .add-to-links li { margin-right: 15px; }
    .product-view .box-tags .form-add input.input-text { width: 175px; }
    .cart-table th { padding:2px; }
    .cart-table td { padding:2px; }
    .cart-table .btn-empty { margin-top: 5px;}
    .opc .form-list .field { float: none; }
    .opc .form-list input.input-text { width: 98%; }
    .product-tabs li { float: none; border: 0; border-bottom:1px solid #a4a4a4; }
    .product-tabs li.last { border: 0; }
    .products-grid .item .item-inner:hover .btn-cart, .products-grid .item .item-inner:hover .add-to-links li a.link-wishlist, .products-grid .item .item-inner:hover .add-to-links li a.link-compare{ left: 160px;}
    .footer-static-3{ float: left; margin-top: 10px}
    .ma-brand-slider-contain .flex-direction-nav a{ display: none}
}

@media (max-width: 350px) {
    .top-cart-content{ margin-left: -190px}
    .header .form-language label{ display: none}
    .block-currency label{ display: none}
    .header .quick-access{ width: 180px}
    .top-cart-wrapper{ margin-right: 35px;}
    .header .form-language{ margin-right: 0; clear: both;}
    .block-currency{ margin-right: 30px;}
    .ma-newproductslider-container{ padding: 20px 0 0}
    .ma-featuredproductslider-container{ padding: 0 0 20px}
    .ma-relatedslider-container{ padding: 0}
    .ma-newproductslider-container .flex-direction-nav a, .ma-featuredproductslider-container .flex-direction-nav a, .ma-brand-slider-contain .flex-direction-nav a, .ma-relatedslider-container .flex-direction-nav a{ display: none;}
    .ma-newproductslider-container .flexslider .slides > li, .ma-featuredproductslider-container .flexslider .slides > li, .ma-relatedslider-container .flexslider .slides > li{ width: 320px !important}
    .products-list .add-to-links li{ margin: 10px 0 0}
    .featuredproductslider-item .item-inner:hover .btn-cart, .newproductslider-item .item-inner:hover .btn-cart, .featuredproductslider-item .item-inner:hover .add-to-links li a.link-wishlist, .newproductslider-item .item-inner:hover .add-to-links li a.link-wishlist, .featuredproductslider-item .item-inner:hover .add-to-links li a.link-compare, .newproductslider-item .item-inner:hover .add-to-links li a.link-compare{ left: 79px}
    .products-grid .item .item-inner:hover .btn-cart, .products-grid .item .item-inner:hover .add-to-links li a.link-wishlist, .products-grid .item .item-inner:hover .add-to-links li a.link-compare{ left: 79px;}
    .product-view .add-to-cart button.button{ margin-left: 0}
    .add-to-cart label, .add-to-cart input.qty-increase, .product-view .product-shop .add-to-box .add-to-links li{ margin-right: 10px}
}

@media (max-width: 300px) {
    .ma-newproductslider-container .flexslider .slides > li, .ma-featuredproductslider-container .flexslider .slides > li, .ma-relatedslider-container .flexslider .slides > li{ width: 295px !important;}
}

/*=====================================================================================================================*/

.searchResultsSpace {
	margin-top:90px;
}

.account-login {
	margin-top:120px;
}

#window_askquestion {
	margin-left:2%;	
}

#shipping-new-address-form .field {
	width:50%;

}

#window_askquestion .icon {
	float:left;	
}

.gifSliderWidth {
	width:100%;	
	display:block;
	overflow: hidden;
	background-color:#fff;
}

.gifSliderWidth .gif {
	width:33%;
	float:left;
	margin-left:6%;
}

.gifSliderWidth .gif img { 
	width:100%;
	height: auto;
	}

.gifSliderWidth .textBlock {
	width:35%;
	margin-top:5%;
	display:block;
	overflow:hidden;
	float: right;
	margin-right:16%;
}

.gifSliderWidth .textblock img { 
	width:100%;
	height: auto;
	}

#AmazonPayButtonMethod {
  display: block;
  height: 40px !important;
  margin-top: 2px;
  overflow: hidden !important;
}	

#AmazonPayButtonMethod img {
	height:100%;
	width:auto;
}

.giftvoucher #giftvoucher {
	margin-left:1px !important;
	margin-top:3px !important;
	float:left;
	margin-bottom:20px;
}
#review-buttons-container > .f-left {
  float: none !important;
}
#giftvoucher_container dt label {
  display: inline-block !important;
  margin-left: 19px !important;
}
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

.buttons-set.mobile{
  display:none;
}
.cms-featured-videos .main {
    position: relative;
    top: 40px;
}

.mobile-menu {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 50px;
  z-index: 99999999999999999999;
  background-color: #ffffff;
  display: none; }

.menu-popover {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  background-color: rgba(0, 0, 0, 0.85);
  height: 100%;
  width: 100%;
  overflow: hidden;
  overflow-y: scroll;
  display: none; }
  .menu-popover .nav {
    width: 98%;
    display: block;
    margin: 0 auto;
    margin-top: 55px; }
    .menu-popover .nav ul li {
      text-align: left;
      margin-left: 2%;
      border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
      .menu-popover .nav ul li:last-child {
        border: 0; }
      .menu-popover .nav ul li a {
        color: #fff;
        font-family: "Oswald", Sans-serif;
        text-transform: uppercase;
        font-size: 24px;
        font-weight: 300;
        padding: 3% 0 3% 3%;
        display: block; }

        .menu-popover .nav ul li ul {
          display: none;
          background: rgba(0,0,0,.7);
          border-top: 1px solid rgba(255,255,255,.75);
      }

      .menu-popover .nav ul li ul li{
        padding-left:2%;
      } 

@media screen and (max-width: 1024px) {
  .pad h1.feature-title {
    font-size: 35px; }

  .pad p {
    font-size: 17px; }

  .ma-header-container {
    display: none; }

  .catSubMenuArea {
    display: none !important; } 

  .container {
    width: 98% !important; }

  .product-view .add-to-cart-btn button.button span{
    padding:2px 0 5px 21px;
    height:40px;
  }
  .product-view .add-to-cart-btn button.button span span{
    padding-top:5px;
  }
  .encore-product-features{
    min-width:94% !important;
  }
  .feature-title{
    font-size:24px !important;
  }
  .pad p{
    font-size:14px !important;
  }
  .col1-layout .products-grid .item{
    width:100% !important;
    min-width: 100% !important;
  }
  .col1-layout .products-grid .item .item-inner {
    width:100% !important;
  }
  .products-grid .product-image {
    height:auto !important;
    width:95% !important;
    margin:0 auto !important;
    padding:0 !important;
  }
  .products-grid .product-image img {
    width:100%;
    height:auto !important;
    max-height:100% !important;
  }

  .mobile-menu {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row; }
    .mobile-menu .mobile-logo {
      margin-left: 1%; }
    .mobile-menu .menu-toggle {
      margin-left: auto;
      font-size:24px;
      margin-right: 1%; }

  .ma-footer-static-container {
    display: none; }

  .product-view {
    margin-top: 70px; }

  .main .main-inner .col-main .std .banner-static-contain .banner-box {
    width: 50% !important;
    margin: 0%; }
  .main .main-inner .col-main .std .shopByCatPage ul li {
    width: 33.3%; }
    .main .main-inner .col-main .std .shopByCatPage ul li img{
        width:96%;
    }
  .main .main-inner .col-main .std .shopByCatPage .shopProductBlock .products-grid .item {
    width: 33% !important;
    min-width: 33% !important;
    max-width: 33% !important; }
    .main .main-inner .col-main .std .shopByCatPage .shopProductBlock .products-grid .item .item-inner a img {
      width: 100%;
      height: auto; }
  .main .main-inner .col-main .std .shopByCatPage .shopProductBlock .products-grid .product-image {
    height: auto; }
    .main .main-inner .col-main .std .shopByCatPage .shopProductBlock .products-grid .product-image img {
      width: 100%;
      height: auto;
      max-height: 100%; }

  .product-view .product-essential .productImageCol {
    width: 100%;
    margin: 0; }
  .product-view .product-essential .product-shop {
    width: 100% !important;
    margin: 0; } }
@media screen and (max-width: 768px) {
  .checkout-onepage-index .col-right {
    display:none;
  }
  .checkout-onepage-index .col2-right-layout .col-main{
      width:100% !important;
  }
  .checkout-onepage-index .col-1 .buttons-set {
    display: none;
  } 
  .checkout-onepage-index .col-1 .buttons-set.mobile {
    display: block;
  } 
  .page-title h1{
    font-size:24px !important;
    letter-spacing:0;
    font-family:"Oswald", sans-serif;
  }
  .checkout-onepage-index .form-list .input-box {
    width:100% !important;
  }
  #billing-new-address-form .fields .field{
    width:100% !important;
  }
  #youtube-feed li{
    width:50%;
  }
  .col-2.registered-users .form-list .input-box {
    width:100%;
  }
  .col-1.new-users .buttons-set {
    display:none;
  }
  .col-1 .buttons-set.mobile {
    display: block !important;
  }
  .account-login{
    margin-top:60px !important;
  }
  .account-login .content {
    height:auto !important;
    min-height:0 !important;
  }
  .productVideoWrap .data-table tbody td{
    width:auto !important;
  }
  .pad h1.feature-title {
    font-size: 28px; }

  .pad p {
    font-size: 15px; }

    .is-blog .two-right-main {
      width:100%;
    }
    .is-blog .col-right.sidebar{
      display:none;
    }
    .firstCheckoutCollateral{
      width:100% !important;
    }
  .cart .totals{
    width:100% !important;
  }
  .cart .discount {
      height: auto !important;
      display: block;
      overflow: hidden;
  }
  .main .main-inner .col-main .std .banner-static-contain .banner-box {
    width: 100% !important;
    margin: 0%; 
    display:none;
  }
  .menu-popover .nav ul li{
    margin-left:0;
  }

  .shopByCatPage a{
    margin-top:20px;
  }

  .ready-to-ship-head{
    margin-top:0 !important;
  }
  .supportWrapRight .email{
    width:100% !important;
  }
  .inPersonWrap{
    width:100% !important;
  }
  .shopByCatPage h2{
    text-align:center;
    padding-bottom:12px;
  }
  .product-view{
    margin-top: 30px !important;
  }
  .data-table tbody td{
    width:50px !important;
  }

  .main .main-inner .col-main .std .banner-static-contain .banner-box.mobile-on {
    display:block !important;
    margin-bottom:10px !important;
  }

  .main .main-inner .col-main .std .banner-static-contain .banner-box {
    width: 100% !important;
    margin: 0%; }
  .main .main-inner .col-main .std .shopByCatPage ul li {
    width: 50%; }
  .main .main-inner .col-main .std .shopProductBlock .products-grid .item {
    width: 50% !important;
    min-width: 50% !important;
    max-width: 50% !important; } }

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(http://www.dslrpros.com/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(http://www.dslrpros.com/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(http://www.dslrpros.com/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(http://www.dslrpros.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(http://www.dslrpros.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(http://www.dslrpros.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(http://www.dslrpros.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(http://www.dslrpros.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(http://www.dslrpros.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

/**
 * Apptha
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.apptha.com/LICENSE.txt
 *
 * ==============================================================
 *                 MAGENTO EDITION USAGE NOTICE
 * ==============================================================
 * This package designed for Magento COMMUNITY edition
 * Apptha does not guarantee correct work of this extension
 * on any other Magento edition except Magento COMMUNITY edition.
 * Apptha does not provide extension support in case of
 * incorrect edition usage.
 * ==============================================================
 *
 * @category    Apptha
 * @package     Apptha_Amazereviews
 * @version     0.2.2
 * @author      Apptha Team <developers@contus.in>
 * @copyright   Copyright (c) 2014 Apptha. (http://www.apptha.com)
 * @license     http://www.apptha.com/LICENSE.txt
 **/
/* popup_box DIV-Styles*/
#popup_box {
display:none; /* Hide the DIV */
position:fixed;
_position:absolute; /* hack for internet explorer 6 */
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index:100; /* Layering ( on-top of others), if you have lots of layers: I just maximized, you can change it yourself */
margin-left: 0;
/* additional features, can be omitted */
background: url(http://www.dslrpros.com/skin/frontend/base/default/apptha-reviews/images/popup_bg.png) repeat;
font-size:15px;
}
#popup_box .white-container{background: #fff; padding:15px;}
#popup_box .shadow_grid{width:254px; padding:5px; background: url(http://www.dslrpros.com/skin/frontend/base/default/apptha-reviews/images/popup_bg.png) repeat; position: absolute; left: 40%; top: 20%; -webkit-box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.75);
-moz-box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.75);
box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.75);}
#popup_box .white-container h4{border-bottom: 1px solid #ccc;}
#popup_box .white-container span{font-size: 12px;}
#container {
background: #d2d2d2; /*Sample*/
width:100%;
height:100%;
}

a{
cursor: pointer;
text-decoration:none;
}

/* This is for the positioning of the Close Link */
#popupBoxClose {
	background: url(http://www.dslrpros.com/skin/frontend/base/default/apptha-reviews/images/close.png) no-repeat;
	right: -9px;
	top: -7px;
        width: 24px;
        height: 24px;
	position:absolute;
	color:#000;
	font-weight:bold;

}




.main{background:#fff;}
.fleft{float:left !important;}
.fright{float:left !important; margin: 7px 0px 0px 10px; font-size: 12px;}
.dblock{display:block;}
.clear{clear:both;}
.group:before,
.group:after{ content: ""; display: table;}
.group:after { clear: both; }
.group { zoom: 1; /* For IE 6/7 (trigger hasLayout) */}

.individual-star-ratings {
	width: auto;
	overflow: hidden;
}

.rating-histogram {
list-style-type: none;
}


.advanced-smallfont {
font-size: 11px;
}

.tmargin3 {
margin-top: 3px;
}


.rating-bars {
background: #f2f2f2;
width: 100px;
display: inline-block;
height: 10px;
vertical-align: bottom;
zoom: 1;
}


.rating-bars .progress {
background: #7dd03f url(http://www.dslrpros.com/skin/frontend/base/default/apptha-reviews/images/graph-bar-tile-bbd1e89e.png);
background-repeat: repeat-x;
height: 9px;
-webkit-box-shadow: .5px .5px .5px #c5c5c5;
box-shadow: .5px .5px .5px #c5c5c5;
background-image: url(http://www.dslrpros.com/skin/frontend/base/default/apptha-reviews/images/graph-bar-tile-bbd1e89e.png);
}


.fk-give-star:hover li.user-ratings{display:none!important}
.fk-give-star li.user-ratings{background:url(http://www.dslrpros.com/skin/frontend/base/default/apptha-reviews/images/bkg_rating.gif) 0 -200px repeat-x;height:17px}



.fk-give-star{width:69px;height: 17px;position:relative;background:url(http://www.dslrpros.com/skin/frontend/base/default/apptha-reviews/images/bkg_rating.gif) repeat-x;list-style-type:none;display:block;vertical-align:bottom;*display:inline;zoom:1;z-index:1; margin-top:10px;}
.fk-give-star li{float:left}
.fk-give-star:hover li.user-rating{display:none!important}
.fk-give-star li a{display:block;width:14px;height:13px;text-indent:-9000px;z-index:20;position:absolute;top:0;cursor:pointer}
.fk-give-star li.user-rating{background:url(http://www.dslrpros.com/skin/frontend/base/default/apptha-reviews/images/bkg_rating.gif) 0 -200px repeat-x;height:13px}
.fk-give-star li a:hover{background:url(http://www.dslrpros.com/skin/frontend/base/default/apptha-reviews/images/bkg_rating.gif) 0 -200px repeat-x;z-index:1;left:0}
.fk-give-star a.star-1{left:0}
.fk-give-star a.star-1:hover{width:14px}
.fk-give-star a.stars-2{left:14px}
.fk-give-star a.stars-2:hover{width:28px}
.fk-give-star a.stars-3:hover{width:42px}
.fk-give-star a.stars-3{left:28px}
.fk-give-star a.stars-4{left:42px}
.fk-give-star a.stars-4:hover{width:56px}
.fk-give-star a.stars-5{left:56px}
.fk-give-star a.stars-5:hover{width:70px}
.fk-give-star.small{padding:0}
.fk-give-star.small li a:hover{left:0;z-index:1}
.fk-give-star.small a.star-1{left:0}
.fk-give-star.small a.star-1:hover{width:13px}
.fk-give-star.small a.stars-2{left:13px}
.fk-give-star.small a.stars-2:hover{width:26px}
.fk-give-star.small a.stars-3:hover{width:39px}
.fk-give-star.small a.stars-3{left:26px}
.fk-give-star.small a.stars-4{left:39px}
.fk-give-star.small a.stars-4:hover{width:52px}
.fk-give-star.small a.stars-5{left:52px}
.fk-give-star.small a.stars-5:hover{width:65px}
.actionBtn{background: #1ba2f4; background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod?EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top, #1ba2f4 0%, #196bb5 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1ba2f4), color-stop(100%,#196bb5)); background: -webkit-linear-gradient(top, #1ba2f4 0%,#196bb5 100%); background: -o-linear-gradient(top, #1ba2f4 0%,#196bb5 100%); background: -ms-linear-gradient(top, #1ba2f4 0%,#196bb5 100%); background: linear-gradient(to bottom, #1ba2f4 0%,#196bb5 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ba2f4', endColorstr='#196bb5',GradientType=0 ); border: solid 1px #1a7fd9;
box-shadow: inset #52c0ff 0px 1px 0; display: inline-block; padding: 5px 15px; color: #fff; border-radius: 4px; margin-top: 10px; font: bold 12px Arial,sans-serif; cursor: pointer;}

#review-form .data-table {border: 0px solid #bebcb7;}
#review-form .data-table li{clear: both;}
#review-form .data-table li label{float: left; margin:-5px 10px 0px 0px;}
#review-form .data-table li .starContainer{float: left; }
#review-form .data-table li .starContainer .fk-give-star{margin-top: 0;}
.appthaReview .ratings_review{float:left;width:100%;}.ratings_review h2{font-family:'Segoe UI',Arial,Helvetica,sans-serif;font-weight:bold;font-size:17px;color:#000;background:#f1f1f1;border-bottom:2px solid #c70717;border-top:1px solid #d8d8d8;padding:7px 13px;margin:20px 0;}.ratings_review ul{float:left;width:100%;}.ratings_review ul li{border-bottom:1px solid #d8d8d8;margin-bottom:10px;}.ratings_review ul li h3{color:#4a91ac;font-family:'Segoe UI',Arial,Helvetica,sans-serif;font-size:17px;font-weight:normal;margin-bottom:3px;}.ratings_review ul li span{color:#afb1b2;font-family:'Segoe UI',Arial,Helvetica,sans-serif;font-size:11px;}.ratings_review ul li span strong{color:#7c7c7c;font-family:'Segoe UI',Arial,Helvetica,sans-serif;font-size:11px;}.ratings_review ul li p{color:#000;font-family:'Segoe UI',Arial,Helvetica,sans-serif;font-size:13px;margin-bottom:10px;}

.appthaReview .review-header{color:#F1F1F1;font-family: 'Segoe UI',Arial,Helvetica,sans-serif;font-weight: bold;font-size: 17px;color: #000;background: #f1f1f1;border-bottom: 2px solid #c70717;border-top: 1px solid #d8d8d8;padding: 7px 13px;margin: 20px 0;}

.appthaReview .rating_top{ padding: 0 0 0px;}
.appthaReview .rating_top h3{margin: 0; font: bold 14px Arial, sans-serif; color: rgb(75, 75, 71);;}
.appthaReview .rating_top h5{font:normal 11px/18px Arial, sans-serif;float: left;margin: 0 0 0 10px;}
.appthaReview .rating_top h5 strong{font:bold 12px/18px Arial, sans-serif;}
.appthaReview .rating_top .all-reviews a{}
.appthaReview .rating_top .all-reviews a:hover{}

.appthaReview .rating-box{}
.appthaReview .rating-box .rating{}

.appthaReview .individual-star-ratings{margin: 15px 0 0 0;float: left;}
.appthaReview .individual-star-ratings ul{}
.appthaReview .individual-star-ratings ul li{padding: 0 0 5px;}
.appthaReview .individual-star-ratings ul li .rating-bars{float: left;width: 200px;background: #F3F3F3;height: 11px;margin: 2px 4px 0;}
.appthaReview .individual-star-ratings ul li .rating-bars .progress{background: #EB5D51;height: 11px;}
.appthaReview .individual-star-ratings ul li span{float:left; margin: -2px 0px 0px;}
.appthaReview .individual-star-ratings ul li strong{float: left; font: bold 11px Arial,sans-serif; color: rgb(158, 158, 158);}

.appthaReview .line{float: right; }
.appthaReview .threecolumn_view{float: left !important; margin: 15px 0 20px 0 !important;width: 100%;}
.appthaReview .line h3.advanced-rate-title{margin: 0;}
.appthaReview .noneRated{float: left;padding-top: 40px;}

.appthaReview .box-reviews .reivew-header{padding: 0 0 10px;}
.appthaReview .box-reviews .reivew-header h3{margin:0; }
.box-reviews .reivew-sub-header{padding: 10px 0 10px;}
.appthaReview .box-reviews .reivew-header .rating-box,
.appthaReview .box-reviews.box-reviews-detail .rating-box
{}
.appthaReview .box-reviews .reivew-header .rating-box .rating,
.appthaReview .box-reviews.box-reviews-detail .rating-box .rating
{}
#customer-reviews{ margin-top: 10px; }
.appthaReview .box-reviews .reivew-header .review_title{ float: left; width: 100%; padding-bottom: 3px; }
.appthaReview .box-reviews .reivew-header .review_addedby{ width: 100%; float: left;  }
.appthaReview .box-reviews .reivew-header h5.nickName{font-weight: bold; margin: 0; display: inline-block; padding-left: 2px; }
.appthaReview .box-reviews .reivew-header .reviewed_date{ display: inline-block; }
.box-reviews .reivew-sub-header span,
.box-reviews .reivew-header h6
{display: block;font: normal 11px Arial, sans-serif;margin: 0;text-align: right;}
.box-reviews .reivew-sub-header span.permalink{padding-right: 10px; margin-right: 10px; border-right: 1px solid #ccc;}

.box-reviews .reivew-sub-header span a{ line-height: 10px;}
.box-reviews .reivew-sub-header span a:hover{}
.box-reviews .review-details{padding:10px 0 0;}

.appthaReview .box-reviews .socialshare-useful-yesno{}
.box-reviews .socialshare-useful-yesno span{float: left;display: block;}
.box-reviews .socialshare-useful-yesno span.socialshare{width: 50px;}
.box-reviews .socialshare-useful-yesno span.socialshare a {float:left; margin-right: 5px;}
.box-reviews .socialshare-useful-yesno span.useful{padding-left: 20px;}
.box-reviews .socialshare-useful-yesno span.yesno{float:right; color: #e26703; margin: 3px 0px 0px;}
.box-reviews .socialshare-useful-yesno .yesno a:hover{text-decoration:underline;}
.box-reviews .reivew-container{border-bottom: dotted 1px rgb(207, 207, 207);padding: 0 0 15px;margin: 0 0 15px; overflow: hidden;}

.appthaReview .form-add{padding-bottom: 0; }
.appthaReview .form-add h3{color: #0a263c;}
.appthaReview .form-add h3 span{color: #e26703;}
.appthaReview .form-add ul.form-list{width: 450px;padding: 8px 0 0;}
.appthaReview .form-add ul.form-list li{clear: both;margin: 0 0 10px;}
.appthaReview .form-add ul.form-list li label{color: #000;float: left;}
.appthaReview .form-add ul.form-list li .input-box{float: none;clear: both;}
.appthaReview .form-add ul.form-list li .input-box input, .form-add ul.form-list li .input-box textarea{border: 1px solid lightGrey;background-color: white;font: 12px Arial, Helvetica, sans-serif, helvetica;-moz-box-shadow: inset 0 2px 3px #eee;-webkit-box-shadow: inset 0 2px 3px #EEE;box-shadow: inset 0 2px 3px #EEE;}

.appthaReview .form-add ul.data-table{border: none;width: 270px;}
.appthaReview .form-add ul.data-table li{clear: both;}
.appthaReview .form-add ul.data-table li.group {padding: 3px 0;}
.appthaReview .form-add ul.data-table li label{float: left;font-weight: bold;}
.appthaReview .form-add ul.data-table .starContainer{float: right;}
.appthaReview .form-add ul.data-table li .fk-give-star{margin:0;}
.appthaReview .form-add .buttons-set{margin: 0;padding: 0;border: 0;}
.appthaReview .form-add .buttons-set button.button{

}
.appthaReview .form-add .buttons-set button.button:hover{

}
.appthaReview .form-add .buttons-set button.button span{}

.block .review-details{padding: 0 9px;}
.block .review-details h5{font: normal 12px Arial, sans-serif;margin: 0; padding-bottom: 5px;}
.block .review-details h6{font: italic 12px Arial, sans-serif;margin: 0;}
.block.recently-reviewed ul li{border-top: solid 1px rgb(219, 219, 219);}
.block.recently-reviewed ul li:first-child{border-top: none;}

.appthaReview .box-reviews.box-reviews-detail .reivew-header h3{}
.appthaReview .box-reviews.box-reviews-detail .review-details{padding:0 0 15px;clear: both;}
.appthaReview .box-reviews.box-reviews-detail .review-header{margin:0 0 10px;}
.appthaReview .box-reviews.box-reviews-detail .reivew-header h5.nickName{text-align:right}
ul.ratings-table{}
ul.ratings-table li:first-child{border: none;padding-left: 0;}
ul.ratings-table li{float: left;margin-right: 10px;border-left: solid 1px #ccc;padding-left: 10px;min-width: 100px;}
ul.ratings-table li label{float: left;display: block;font-weight: bold;padding-right: 5px;}
ul.ratings-table li .rating-box{float: left;}

.block.recently-reviewed .block-title strong {background: url(http://www.dslrpros.com/skin/frontend/base/default/apptha-reviews/images/recentReviews.gif) no-repeat 0 1px;padding-left: 21px;}

/*april5 2013*/
.product-collateral { padding:25px; }
.product-collateral .box-collateral { clear: both; }

.product-view { margin-top: 10px;}
.product-view.list-view{ margin-top: 0 !important;}
#inner_review .review-details{padding: 10px 0 10px 0;}
#inner_review .report_grid{padding:0 0 10px 0;}
#inner_review .fright{float: right;}

ul#avrg_rating{margin: 0; padding: 5px 0; float: left;}
ul#avrg_rating li{float: none;overflow: hidden;padding: 0;border-left: 0; margin: 0;}
ul#avrg_rating li label{width: 150px;}
#error_message{clear: both;margin: 3px 0 0;font-size: 11px;font-weight: bold;color: #eb340a;}
.success_msg{color:green; font-weight: bold;}
.result_content{color:green; font-weight: bold;}
span.vote_review{color: #e26703;}
small.slash{color: #1e7ec8;}
textarea#txtMsg{width: 217px;}

.empty_content{padding: 5px;}
#review_details{text-align: right;}
#review_details button.button{clear: both; margin-top: 8px;}
h2.review_title{float: left; margin-bottom: 27px;}
span.nickName{ text-transform: capitalize;}
#customer-reviews h3{ font-size: 14px !important; margin: 0px !important; font-weight: bold !important; text-transform: capitalize !important;}
#customer-reviews h2{font-size: 15px !important; font-weight: bold;}

@media only screen and (max-width: 760px){ 	
	.appthaReview .line{margin: 10px 0px; float: left;}
	.input-box textarea{ width: 100%;}
	
}

/* custom css 
.amaze-product-view {
	margin-top: 10px !important;
}

.product-collateral {
	margin-left: 0 !important;
	width: initial !important;
	padding:25px !important;
}
*/
.ma-bestseller-vertscroller-wrap .jcarousel-container {
}
#ma-bestseller-vertscroller-right, #ma-bestseller-vertscroller-left {
	height: 5555px !important;
}

.ma-bestseller-vertscroller-wrap  .jcarousel-container-vertical {
    width: 100% !important;
    height: 345px;
    padding: 0;
}
.ma-bestseller-vertscroller-wrap  .jcarousel-clip {
    overflow: hidden;
}
.ma-bestseller-vertscroller-wrap  .jcarousel-clip-vertical {
    width: 100% !important;
    height: 345px;
}
.ma-bestseller-vertscroller-wrap  .jcarousel-item {
    width: 100% !important;
    height: auto !important;
}
.ma-bestseller-vertscroller-wrap .product-image {
	float: left;
	margin: 0 10px 0 0;
	border: 1px solid #cacaca;
}
.ma-bestseller-vertscroller-wrap .product-name  {
	margin: 0 0 5px;
}

.ma-bestseller-vertscroller-wrap  .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}
.ma-bestseller-vertscroller-wrap .block-content li.item {
	padding: 0;
	border-bottom: 1px solid #cacaca;
	padding: 18px 0;
}

/**
 *  Vertical Buttons
 */
.ma-bestseller-vertscroller-wrap .jcarousel-next-vertical, 
.ma-bestseller-vertscroller-wrap  .jcarousel-prev-vertical {
    background: transparent url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/magentothem/images/arrow-updown.png) no-repeat 0 0;
	width: 60px;
	height: 14px;
	position: absolute;
	left: 35%;
	cursor: pointer;
}
.ma-bestseller-vertscroller-wrap .jcarousel-next-vertical {
    bottom: 5px;
	background-position: 0 100%;
}

.ma-bestseller-vertscroller-wrap  .jcarousel-next-vertical:hover,
.ma-bestseller-vertscroller-wrap  .jcarousel-next-vertical:focus {
    background-position: 0 -28px;
}
.ma-bestseller-vertscroller-wrap  .jcarousel-prev-vertical {
    top: 5px;
}
.ma-bestseller-vertscroller-wrap  .jcarousel-prev-vertical:hover,
.ma-bestseller-vertscroller-wrap  .jcarousel-prev-vertical:focus {
    background-position: 0 -14px;
}
.pt_custommenu {
    position:relative;
    z-index:1000;
    font-size: 14px;
    margin: 0px 0 0 0;
	padding:0px 0 0 0;
	height:100%;
}
.pt_custommenu div.pt_menu {
    float: left;
	padding:10px 0 0 0;	
	height:100%;
}

.pt_custommenu div.pt_menu.active {

}

.block-title {
	border-right:1px solid #e1e1e1;	
}

.pt_custommenu div.pt_menu .parentMenu a:hover,
.pt_custommenu div.pt_menu .parentMenu span.block-title:hover,
.pt_custommenu #pt_menu_link ul li a.act,
.pt_custommenu #pt_menu_link ul li a:hover,
.pt_custommenu div.pt_menu.act {
}
.pt_custommenu div.popup a {
    text-decoration: none;
    display:block;
}

.pt_custommenu .itemMenu h4.level1,
.pt_custommenu .itemSubMenu h4.level2 span{
    color: #897725;
}

.parentMenu {
	height:100%;	
}


.pt_custommenu div.popup a.actParent {
    color: #4D4D4D;
}
.pt_custommenu div.popup a.act {
 
}
.pt_custommenu div.column.last {
    border-right: 0 none;
    margin-right: 0;
    padding-right: 0;
}
.pt_custommenu div.itemSubMenu {
}

.pt_custommenu .block2{
    float: left;
	width:270px;
	background-color:#000;
	margin:21px 0 0 0;
	
	/* Safari 4-5, Chrome 1-9  background: -webkit-gradient(linear, 100% 0%, 0% 0%, from(#c8c8c8), to(#000)); */
	/* Safari 5.1, Chrome 10+  background: -webkit-linear-gradient(bottom, #000, #303030); */
	/* Firefox 3.6+ background: -moz-linear-gradient(bottom, #000, #303030); */ 
	/* IE 10 background: -ms-linear-gradient(bottom, #000, #303030); */ 
	/* Opera 11.10+  background: -o-linear-gradient(bottom, #000, #303030);*/
}
.pt_custommenu div.popup .block1{
    overflow: hidden;
    float: left;
	width:100% !important;
}
.pt_custommenu div.popup .block1 .column{
    margin-bottom: -99999px;
    padding-bottom: 99999px;
	margin-top:21px;
	    background-color: #415887;
	width:100%;
}
.pt_custommenu div.popup .blockright img{
    max-width: 100%;
} 

.pt_custommenu div.pt_menu .parentMenu p{
    margin: 0;
    padding: 0;
}
.pt_custommenu #pt_menu_link{
	padding:10px 0 0 0px;
}
.pt_custommenu #pt_menu_link .parentMenu ul li{
    float: left;
    list-style: none;
	 padding: 0 0 0 15px;
	 border-right:1px solid #e1e1e1;
}

.pt_custommenu #pt_menu_link .parentMenu ul li:last-child {
	border:0 !important;	
	padding-right:0;
}

/*.pt_custommenu #pt_menu_link .parentMenu ul li a{
    float: left;
   	padding:0;
    display: block;
}*/



.pt_custommenu .clearBoth {
    clear:both;
}


/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.ma-relatedslider-container .flex-container a:active,
.ma-relatedslider-container .flexslider a:active,
.ma-relatedslider-container .flex-container a:focus,
.ma-relatedslider-container .flexslider a:focus  {outline: none;}
.ma-relatedslider-container .slides,
.ma-relatedslider-container .flex-control-nav,
.ma-relatedslider-container .flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.ma-relatedslider-container .flexslider {margin: 0; padding: 0;}
.ma-relatedslider-container .flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.ma-relatedslider-container .flexslider .slides img { width: 100%; display: inline-block;}
.ma-relatedslider-container .flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.ma-relatedslider-container .slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .ma-relatedslider-container .slides {display: block;} 
* html .ma-relatedslider-container .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .ma-relatedslider-container .slides > relatedslider-item:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.ma-relatedslider-container .flexslider {margin: 0 0 20px; position: relative; zoom: 1;}
.ma-relatedslider-container .flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; overflow: hidden}
.ma-relatedslider-container .loading .flex-viewport {max-height: 300px;}
.ma-relatedslider-container .flexslider .slides {zoom: 1;}

.ma-relatedslider-container .carousel .relatedslider-item {margin-right: 5px; text-align: center; position: relative; }
.ma-relatedslider-container .product {  }
.ma-relatedslider-container .related-checkbox { position: absolute; top: 0; left: 50%; margin: 0 0 0 -8px; display: none}

/* Direction Nav */
.ma-relatedslider-container .flex-direction-nav {*height: 0;}
.ma-relatedslider-container .flexslider:hover .flex-next:hover, .ma-relatedslider-container .flexslider:hover .flex-prev:hover {opacity: 1;}
.ma-relatedslider-container .flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.ma-relatedslider-container .flex-control-nav {width: 100%; position: absolute; top: -16px; text-align: center;}
.ma-relatedslider-container .flex-control-nav li { margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.ma-relatedslider-container .flex-control-paging li a {width: 11px; height: 11px; display: block; background: #aaa; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.ma-relatedslider-container .flex-control-paging li a:hover { background: #fff; }
.ma-relatedslider-container .flex-control-paging li a.flex-active { background: #fff; cursor: default; }

.ma-relatedslider-container .flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.ma-relatedslider-container .flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.ma-relatedslider-container .flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.ma-relatedslider-container .flex-control-thumbs img:hover {opacity: 1;}
.ma-relatedslider-container .flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {

}
.ma-relatedslider-container .ma-loading {
	width: 16px;
	height: 16px;
	position: absolute;
	z-index: 99;
	background: url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/magentothem/images/loader.gif) no-repeat ;
	top: 50%;
	left: 50%;
	margin: -8px 0 0 -8px;
}
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.ma-upsellslider-container {
  float: left;
  width: 100%;
}
.ma-upsellslider-container .flex-container a:active,
.ma-upsellslider-container .flexslider a:active,
.ma-upsellslider-container .flex-container a:focus,
.ma-upsellslider-container .flexslider a:focus  {outline: none;}
.ma-upsellslider-container .slides,
.ma-upsellslider-container .flex-control-nav,
.ma-upsellslider-container .flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.ma-upsellslider-container .flexslider {margin: 0; padding: 0;}
.ma-upsellslider-container .flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.ma-upsellslider-container .flexslider .slides img { display: inline-block;}
.ma-upsellslider-container .flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.ma-upsellslider-container .slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .ma-upsellslider-container .slides {display: block; padding-bottom:10px;} 
* html .ma-upsellslider-container .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .ma-upsellslider-container .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.ma-upsellslider-container .flexslider {margin: 0 0 20px; position: relative; zoom: 1; background-color:#f7f7f7;}
.ma-upsellslider-container .flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.ma-upsellslider-container .loading .flex-viewport {max-height: 300px;}
.ma-upsellslider-container .flexslider .slides {zoom: 1;}

.ma-upsellslider-container .carousel li {margin-right: 8px; text-align: center; }


/* Direction Nav */
.ma-upsellslider-container .flex-direction-nav {*height: 0;}
.ma-upsellslider-container .flexslider:hover .flex-next:hover, .ma-upsellslider-container .flexslider:hover .flex-prev:hover {opacity: 1;}
.ma-upsellslider-container .flex-direction-nav .flex-disabled { opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.ma-upsellslider-container .flex-control-nav {width: 100%; position: absolute; top: -16px; text-align: center;}
.ma-upsellslider-container .flex-control-nav li { margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.ma-upsellslider-container .flex-control-paging li a {width: 11px; height: 11px; display: block; background: #aaa; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.ma-upsellslider-container .flex-control-paging li a:hover { background: #fff; }
.ma-upsellslider-container .flex-control-paging li a.flex-active { background: #fff; cursor: default; }

.ma-upsellslider-container .flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.ma-upsellslider-container .flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.ma-upsellslider-container .flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.ma-upsellslider-container .flex-control-thumbs img:hover {opacity: 1;}
.ma-upsellslider-container .flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .ma-upsellslider-container .flex-direction-nav .flex-prev {opacity: 1; }
  .ma-upsellslider-container .flex-direction-nav .flex-next {opacity: 1; }
}
.ma-upsellslider-container .ma-loading {
	width: 16px;
	height: 16px;
	position: absolute;
	z-index: 99;
	background: url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/magentothem/images/loader.gif) no-repeat ;
	top: 50%;
	left: 50%;
	margin: -8px 0 0 -8px;
}
/*----------- dropdown menu  -----------*/
#ma-dropdown {
    width: 193px;
}
/* All Levels */ /* Style consistent throughout all nav levels */
#ma-dropdown li {
    position:relative;
    text-align:left;
    border-bottom: 1px solid #cdcdcd;
}
#ma-dropdown li.last {
    border: none;
}
#ma-dropdown li.over {
    z-index:998;
}
#ma-dropdown a,
#ma-dropdown a:hover {
    display:block;
    line-height:1.3em;
    text-decoration:none;
}
#ma-dropdown span {
    display:block;
    cursor:pointer;
    white-space:nowrap;
}
#ma-dropdown li ul span {
    white-space:normal;
}
#ma-dropdown ul li.parent a {
}
#ma-dropdown ul li.parent li a {

}
/* 0 Level */
#ma-dropdown li.active a {
    color:#d96708;
}
#ma-dropdown a {
    padding:6px 10px;
    color:#464646;
    font-weight:bold;
}
#ma-dropdown li.over a,
#ma-dropdown a:hover {
    color:#d96708;
}
/* 1st Level */
#ma-dropdown ul li,
#ma-dropdown ul li.active {
    margin:0;
}
#ma-dropdown ul li.last {
    background:#ecf3f6;
    padding-bottom:0;
}
#ma-dropdown ul a,
#ma-dropdown ul a:hover {
    background:none;
}
#ma-dropdown ul li a {
    font-weight:normal !important;
}
/* 2nd Level */
#ma-dropdown ul,
#ma-dropdown div {
    position:absolute;
    width:193px;
    top:-1px;
    left:-10000px;
    border:1px solid #cdcdcd;
}
#ma-dropdown div ul {
    position:static;
    width:auto;
    border:none;
}
/* 3rd+ Level */
#ma-dropdown ul ul,
#ma-dropdown ul div {
    top:-1px;
}
#ma-dropdown ul li a { background:#fff; }
#ma-dropdown ul li a:hover { background:#d5e4eb; }
#ma-dropdown ul li a,
#ma-dropdown ul li a:hover { color:#2f2f2f !important; }
#ma-dropdown ul span,
#ma-dropdown ul li.last li span { }
/* Show menu */
#ma-dropdown li ul.shown-sub,
#ma-dropdown li div.shown-sub { left:193px; z-index:999; }
#ma-dropdown li .shown-sub ul.shown-sub,
#ma-dropdown li .shown-sub li div.shown-sub { left:193px; }
/********** Navigation > */


/* ======================================================================================= */
/*------Accordion ---------*/


.accordion {
	list-style-type: none;
	padding: 0;
}
.accordion ul {
	padding: 0;
	margin: 0 0 0 15px;
	display: block;
}
.accordion li {
	cursor: pointer;
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	width: 100%;
	position: relative;
}
.accordion li.active>a {
	/*background: url('http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/magentothem/images/close.gif') no-repeat center right;*/
}
.accordion li div {
	padding: 20px;
	background: #aef;
	display: block;
	clear: both;
	float: left;
	width: 360px;
}


.accordion ul a {
	color: #222 !important;
}
.accordion li.parent>a {
	/*background: url('http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/magentothem/images/open.gif') no-repeat center right;*/
}

.accordion li ul li {
    font-size: 0.9em;
}
.accordion li.active>ul {

}

.accordion ul a {
	padding-left: 15px;
}
.accordion ul ul a {
	padding-left: 15px;
}
.accordion ul ul ul a {
	padding-left: 15px;
}
.accordion ul ul ul ul a {
	padding-left: 15px;
}
.accordion ul ul ul ul ul a {
	padding-left: 15px;
}

/*----------- button accordion -------------*/
.accordion span.head {
	position: absolute;
	top: 3px;
	right: 8px;
}
.accordion span.head a { 
	background: url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/magentothem/images/menu_down.png) no-repeat;
	color:#333333;
	display:block;
	height:19px;
	padding:0;
	width:19px;
	border: 0;
	border: 1px solid #cacaca;
}
.accordion span.head a:hover, .accordion li.active>span.head a {
	background: url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/magentothem/images/menu_up.png) no-repeat;
}
.accordion li.selected span.head a {
	background: url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/magentothem/images/menu_up.png) no-repeat;
}
.accordion li.selected span.head a:hover {
	background: url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/magentothem/images/menu_down.png) no-repeat;
}


/*
#ma-accordion {
	display: inline-block;
}
#ma-accordion li.level0 {
	position: relative;
}
#ma-accordion li {
	position: static;
	background:#f6f6f6;
	font-weight:normal;
	list-style:none;
	float:left;
}

#ma-accordion li {
	width: 193px;
}
#ma-accordion li a {
	padding: 3px 5px 3px 10px;
	display: inline-block;
	color: #2f2f2f;
	text-decoration: none;
	font-weight:bold;
}
#ma-accordion li.active a, #ma-accordion li a:hover {
	color: #DC6809;
}

#ma-accordion li.active ul li.active a, #ma-accordion li.active ul li a:hover {
	color: #DC6809;
}
#ma-accordion li.active ul li a {
	color: #2f2f2f;
}
#ma-accordion ul.level0 {
	clear:both;
	display: none;
}
#ma-accordion li.active ul.level0 {
	display: inline-block;
}
#ma-accordion ul li a { 
	text-decoration:none;
	text-transform:none;
	padding: 3px 5px 3px 20px;
	font-weight:normal;
}
#ma-accordion ul li a {
	background:url("http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/magentothem/images/menu_bg_li1.gif") no-repeat scroll 10px 8px transparent;
}


#ma-accordion li.active ul li.active ul li.active a, #ma-accordion li.active ul li.active ul li a:hover {
	color: #DC6809;
}
#ma-accordion li.active ul li.active ul li a {
	color: #2f2f2f;
}
#ma-accordion ul ul {
	float:left;
	padding:0px;
	width:100%;
	display: inline-block !important;
}
#ma-accordion ul ul li { }
#ma-accordion ul ul li a {
	background:url("http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/magentothem/images/menu_bg_li2.gif") no-repeat scroll 20px 9px transparent; 
	padding: 3px 5px 3px 30px;
}

#ma-accordion li.active ul li.active ul li.active ul li.active a, #ma-accordion li.active ul li.active ul li.active ul li a:hover {
	color: #DC6809;
}
#ma-accordion li.active ul li.active ul li.active ul li a {
	color: #2f2f2f;
}
#ma-accordion ul ul ul li a {
	padding: 3px 5px 3px 40px;
	background-position: 30px 9px;
}

#ma-accordion li.active ul li.active ul li.active ul li.active ul li.active a, #ma-accordion li.active ul li.active ul li.active ul li.active ul li a:hover {
	color: #DC6809;
}
#ma-accordion li.active ul li.active ul li.active ul li.active ul li a {
	color: #2f2f2f;
}
#ma-accordion ul ul ul ul li a {
	padding: 3px 5px 3px 50px;
	background-position: 40px 9px;
}

#ma-accordion span.head {
	position: absolute;
	top: 0;
	right: 8px;
}
#ma-accordion span.head a { 
	background: #f6f6f6 url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/magentothem/images/menu_down.gif) no-repeat;
	color:#333333;
	display:block;
	height:15px;
	margin-top:5px;
	padding:0;
	width:15px;
}
#ma-accordion span.head a:hover {
	background: #ff0000 url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/magentothem/images/menu_up.gif) no-repeat;
}
#ma-accordion li.selected span.head a {
	background: #f6f6f6 url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/magentothem/images/menu_up.gif) no-repeat;
}
#ma-accordion li.selected span.head a:hover {
	background: #f6f6f6 url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/magentothem/images/menu_down.gif) no-repeat;
}
*/

/* ======================================================================================= */
/*----------- Tree ---------*/

#ma-tree {
	
}
#ma-tree li {
	padding-left: 10px;
	font-weight: bold;
}
#ma-tree li a {
	padding: 3px 5px 3px 10px;
	display: block;
	text-decoration: none;
	color: #2f2f2f;
}
#ma-tree li.active a, #ma-tree li a:hover {
	color:#E26703; 
}
#ma-tree ul li a {
	background: url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/magentothem/images/bg-li.gif) no-repeat 0 50%;
}
#ma-tree ul li {
	font-weight: normal;
}
/*--------- level 2 ----------*/
#ma-tree li.active ul li.active a, #ma-tree li.active ul li a:hover {
	color:#E26703; 
}
#ma-tree li.active ul li a {
	color:#2f2f2f; 
}
/*--------- level 3 ----------*/
#ma-tree li.active ul li.active ul li.active a, #ma-tree li.active ul li.active ul li a:hover {
	color:#E26703; 
}
#ma-tree li.active ul li.active ul li a {
	color:#2f2f2f; 
}
/*--------- level 4 ----------*/
#ma-tree li.active ul li.active ul li.active ul li.active a, #ma-tree li.active ul li.active ul li.active ul li a:hover {
	color:#E26703; 
}
#ma-tree li.active ul li.active ul li.active ul li a {
	color:#2f2f2f; 
}
/*--------- level 5 ----------*/
#ma-tree li.active ul li.active ul li.active ul li.active ul li.active a, #ma-tree li.active ul li.active ul li.active ul li.active ul li a:hover {
	color:#E26703; 
}
#ma-tree li.active ul li.active ul li.active ul li.active ul li a {
	color:#2f2f2f; 
}

/* Affiliateplus stylesheet */
.affiliate_message { margin: 10px 0px 0px 0px; }

/* Banner-Links */
#banner-view-list li.banner-view-item{ border-top: 2px solid #CCCCCC; margin-bottom: 45px; }
#banner-view-list li.banner-view-item span.share{ float: right; }

/* Referer */
#referer_grid thead th a { color: #0A263C; }
#referer_grid thead th a:hover{ color: #0A263C; }

/* Miniform request money */
.affiliateplus_form_request { overflow: hidden; margin-bottom: 10px; }
.affiliateplus_form_request #request_amount{color:#686868}

/* Tiers */
#tiers_grid thead th a { color: #0A263C; }
#tiers_grid thead th a:hover{ color: #0A263C; }

/* Payment Method */
li.payment_method_form { margin-left: 21px;*float: left;*width: 100%; }
#affiliateplus_payment_request_form .form-list .wide{*float:left;*width: 100%}
#affiliateplus_payment_request_form .fieldset{*float:left;*width: 90%}
#affiliateplus_payment_request_form input.radio { float:left; margin: 3px 5px 0px 0px; }
#affiliateplus_payment_request_form .field .verified{background: url(http://www.dslrpros.com/skin/frontend/default/default/images/i_msg-success.gif) no-repeat}
#affiliateplus_payment_request_form .field .verified a{padding-left: 20px;color:#446423 !important;text-decoration: none;font-weight: bold; cursor: default;}
#affiliateplus_payment_request_form .field .not-verified{background: url(http://www.dslrpros.com/skin/frontend/default/default/images/i_msg-error.gif) no-repeat}
#affiliateplus_payment_request_form .field .not-verified a{padding-left: 20px;text-decoration: none;font-weight: bold; cursor: default;}
.affiliateplus-action-gray{background: #ACABAB !important;border: 1px solid #ACABAB !important;}

/*  Contact Group */
#group-table tr { cursor:pointer;}
#group-table tr:hover{ background-color:#FCF5DD}

/* Commissions */
ul.affiliate-commission-tab{
	height: 27px;
	font-weight: bold;
	margin-top: 10px;
}
ul.affiliate-commission-tab li.affiliate-tab-item{
	float: left;
	height: 20px;
	border: 1px solid #E2E2E2;
	border-bottom: 0px;
	margin: 1px 2px;
	padding: 3px 6px;
	background-color: #E2E2E2;
}
ul.affiliate-commission-tab li.active-tab{
	font-size: 1.1em;
	background-color: #FFF;
	color: #DE5400;
}
ul.affiliate-commission-tab li a{
	text-decoration: none;
	color: #999;
}
/* End commissions */

/* Search Grid Style */
.data-table .affiliateplus-grid-title th{
    background-image: none;
    border-bottom: 1px solid #C2D3E0;
}

.data-table .affiliateplus-grid-search th{
    vertical-align: top;
}
.data-table .affiliateplus-grid-search .affiliateplus-grid-search-item{
    padding-bottom: 2px;
}
.data-table .affiliateplus-grid-search .affiliateplus-grid-search-item .search-text{
    width: 97%;
}

.data-table .affiliateplus-grid-search .affiliateplus-grid-search-item .range-container{
    float: left;
    padding-bottom: 2px;
}
.data-table .affiliateplus-grid-search .affiliateplus-grid-search-item .data-range{
    min-width: 121px;
    min-height: 18px;
    margin-bottom: 3px;
}
.data-table .affiliateplus-grid-search .affiliateplus-grid-search-item .data-range .label{
    display: block;
    width: 36px;
    float: left;
}
.data-table .affiliateplus-grid-search .affiliateplus-grid-search-item .data-range img{
    width: 15px;
    height: 15px;
    cursor: pointer;
}
.data-table .affiliateplus-grid-search .affiliateplus-grid-search-item .data-range input.range-text{
    float: right;
    width: 50px;
    padding: 1px;
}

.data-table .affiliateplus-grid-search .affiliateplus-grid-search-item select{
    width: 100%;
}

.data-table .affiliateplus-grid-search .affiliateplus-grid-search-item .range-container .from-price,
.data-table .affiliateplus-grid-search .affiliateplus-grid-search-item .range-container .to-price{
    min-width: 100px;
}

.affiliateplus-search-button {
    padding-bottom: 5px;
    text-align: right;
}
/* End Search */

/*bonus*/
#affiliateplus_payment_request_form .authentication-comment{margin: 0;padding: 0 0 0 13px;font-size: 11px;}

/* End */

/* Refer a Friend */
#affiliateplus-sidebar {
	width: 345px;
}

#affiliateplus-sidebar .allow .step-title {
	cursor: pointer;
	border-bottom: 1px solid #BBAFA0;
}

#affiliateplus-sidebar .allow .step-title:hover{
	background: #F9F3E3;
}

#affiliateplus-sidebar .allow .step-title:hover .number{
	background: #F18200;
	border-color: #F19900;
	color: #FFF;
}

#affiliateplus-sidebar .allow .step-title:hover h2{
	color: #F18200;
}
	
#affiliateplus-sidebar .step, #affiliateplus-sidebar p.box-content{
	padding: 8px;
}

#affiliateplus-sidebar .form-list textarea{
	width: 318px;
	height: 100px;
}

#affiliateplus-sidebar .step-title span.logo{
	width: 16px;
	height: 16px;
	margin-right: 4px;
	border: none;
}

/* Personal */
#affiliateplus-sidebar #input-personal-url{
	width: 219px;
	float: right;
}
#affiliateplus-sidebar #input-personal-url #personal_url{
	width: 215px;
}
#affiliateplus-sidebar #personal_affiliate_url{
	width: 327px;
	text-align: center;
}

/* Email */
#affiliateplus-sidebar .step-title span.email-logo{
	background: url('http://www.dslrpros.com/skin/frontend/default/default/css/magestore/images/email-grayscale.png') no-repeat;
}
#affiliateplus-sidebar .active .step-title span.email-logo, #affiliate-opc-email .step-title:hover span.logo{
	background: url('http://www.dslrpros.com/skin/frontend/default/default/css/magestore/images/email-color.png') no-repeat;
}
#affiliateplus-contact-list .form-list .input-box, #affiliateplus-contact-list .form-list .input-box select{
	width: 100%;
}
#affiliateplus-contact-list .buttons-set{
	padding-top: 7px;
	border-top: 0px;
	margin-top: 0px;
}

/* Google */
#affiliateplus-sidebar .step-title span.google-logo{
	background: url('http://www.dslrpros.com/skin/frontend/default/default/css/magestore/images/gplus-grayscale.png') no-repeat;
}
#affiliateplus-sidebar .active .step-title span.google-logo, #affiliate-opc-google .step-title:hover span.logo{
	background: url('http://www.dslrpros.com/skin/frontend/default/default/css/magestore/images/gplus-color.png') no-repeat;
}

/* Facebook */
#affiliateplus-sidebar .step-title span.facebook-logo{
	background: url('http://www.dslrpros.com/skin/frontend/default/default/css/magestore/images/facebook-grayscale.png') no-repeat;
}
#affiliateplus-sidebar .active .step-title span.facebook-logo, #affiliate-opc-facebook .step-title:hover span.logo{
	background: url('http://www.dslrpros.com/skin/frontend/default/default/css/magestore/images/facebook-color.png') no-repeat;
}

/* Tweeter */
#affiliateplus-sidebar .step-title span.twitter-logo{
	background: url('http://www.dslrpros.com/skin/frontend/default/default/css/magestore/images/tweet.png') no-repeat 0px -17px;
}
#affiliateplus-sidebar .active .step-title span.twitter-logo, #affiliate-opc-twitter .step-title:hover span.logo{
	background: url('http://www.dslrpros.com/skin/frontend/default/default/css/magestore/images/tweet.png') no-repeat 0px 3px;
}

#affiliateplus-sidebar .tweeter span.span{
	-webkit-border-radius: 3px;
	border: #CCC solid 1px;
	padding: 2px;
	-moz-border-radius: 3px; border-radius: 3px;
	background-image: -moz-linear-gradient(top, white, #DEDEDE);
	background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#DEDEDE));
	background-image: -ms-linear-gradient(top, white, #DEDEDE);
	background-image: linear-gradient(top, white, #DEDEDE);
	background-image: -o-linear-gradient(top, white, #DEDEDE);
}
#affiliateplus-sidebar button.tweeter span.span span{
	background: url('http://www.dslrpros.com/skin/frontend/default/default/css/magestore/images/tweet.png') no-repeat -26px 3px;
	padding: 0px 3px 0px 24px;
	color: #1E7EC8;
	margin-left: 2px;
}


#affiliateplus-sidebar .buttons-set{
	padding-top: 7px;
	border-top: 0px;
	margin-top: 0px;
}

#affiliateplus-sidebar .affiliateplus-opc li{
	margin-bottom: 8px;
}

/* Share on Product Detail Page */
.affiliateplus-share-product .affiliateplus-share-img {
    position: relative;
    float: left;
    top: -16px;
}
.affiliateplus-share-product .share_twitter iframe{
    width: 88px !important;
}
.affiliateplus-share-product .share_facebook .fb_button{
    background: url("http://www.dslrpros.com/skin/frontend/default/default/css/magestore/images/fb_share_button.png") no-repeat;
    border: none;
    height: 20px;
    width: 70px;
    cursor: pointer;
    position: relative;
    bottom: 1px;
    color: #FFF;
    font-size: 12px;
    padding-top: 2px;
    padding-left: 16px;
}
.affiliateplus-share-product .affiliateplus-sharing {
    float: right;
}
.affiliateplus-share-product .share {
    float: right;
    margin-top: 5px;
}

/* Share on Product List Page */
.affiliateplus-share-product-list{
    overflow: hidden;
    margin: 3px 0px;
}
.affiliateplus-share-product-list .logo{
    width: 16px; height: 16px;
    margin-right: 8px; border: none;
    cursor: pointer;
}
.affiliateplus-share-product-list .email-logo{
	background: url('http://www.dslrpros.com/skin/frontend/default/default/css/magestore/images/email-color.png') no-repeat;
}
.affiliateplus-share-product-list .facebook-logo{
    background: url('http://www.dslrpros.com/skin/frontend/default/default/css/magestore/images/facebook-color.png') no-repeat;
}
.affiliateplus-share-product-list .twitter-logo{
    background: url('http://www.dslrpros.com/skin/frontend/default/default/css/magestore/images/tweet.png') no-repeat 0px 3px;
}
.affiliateplus-share-product-list .google-logo{
    background: url('http://www.dslrpros.com/skin/frontend/default/default/css/magestore/images/gplus-color.png') no-repeat;
}

#tinybox {position:absolute; display:none; padding:10px; background:#fff url(http://www.dslrpros.com/skin/frontend/default/default/css/tinybox/images/preload.gif) no-repeat 50% 50%; border:10px solid #e3e3e3; z-index:2000}
#tinymask {position:absolute; display:none; top:0; left:0; height:100%; width:100%; background:#000; z-index:1500}
#tinycontent {background:#fff}
/* Affiliateplus Program Plugin stylesheet */

.affiliate-clear { min-height: 18px; clear: both; }

.affiliateplusprogram_total_commission { color: #ff0000; }

.affiliateplus-form-search .input-box .label { font-weight: bold; }
.affiliateplus-form-search .input-box .left input { margin-left: 10px; }

.affiliateplus-anchor {color: #1e7ec8; text-decoration: underline; cursor: pointer;}
/**
* Giftvoucher reward template
*/
.dialog.giftcard-preview-template-dialog{
    left: 50% !important;
    margin-left: -330px !important;    
}
.input-select.validation-failed
{
   border-color: red;
}

span#giftvoucher_wait{
	color: #2F2F2F;
}

.giftvoucher-discount-code{
	color: #008000;
}
.giftvoucher-discount-code button{
	border: medium none;
	background: none repeat scroll 0 0 transparent;
}

.giftvoucher-discount-code button:hover{
	cursor: pointer;
}

.giftvoucher-media{
	border: 2px solid #F7F9F9;
}

.giftvoucher-media .giftmedia{
	border-bottom: 2px solid #F7F9F9;
	padding: 7px;
	color: #F18200;
	font-size: 15px;
}

#giftmedia pre{
 white-space: pre-wrap;
 white-space: -moz-pre-wrap;
 white-space: -pre-wrap;
 white-space: -o-pre-wrap;
 word-wrap: break-word;
}

.giftvoucher-media .giftmedia-image{
	overflow: hidden;
	width: 265px;
	position: relative;
}

.giftvoucher-product-info .giftvoucher-amount-desc, .giftvoucher-product-info #recipient_ship_desc {
    font-size: 0.9em;
    font-style: italic;
    color: #080;
    margin-top: -5px;
}

.giftvoucher-product-info #message{
	width: 95%;
	height: 88px;
}

.giftvoucher-product-info #recipient_address{
	width: 325px;
	height: 57px;
}

.giftvoucher-product-info #recipient_email,
.giftvoucher-product-info #recipient_name,
.giftvoucher-product-info #customer_name{
	width: 95%;
}

#giftvoucher-result{
	font-size: 15px;
}

#giftvoucher-result label{
	width: 160px;
}


/* Search Grid Style */
.data-table .giftvoucher-grid-title th{
    background-image: none;
    border-bottom: 1px solid #C2D3E0;
}

.data-table .giftvoucher-grid-search th{
    vertical-align: top;
}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item{
    padding-bottom: 2px;
}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .search-text{
    width: 97%;
}

.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .range-container{
    float: left;
    padding-bottom: 2px;
}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range{
    min-width: 121px;
    min-height: 18px;
    margin-bottom: 3px;
}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range .label{
    display: block;
    width: 36px;
    float: left;
}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range img{
    width: 15px;
    height: 15px;
    cursor: pointer;
}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range input.range-text{
    float: right;
    width: 50px;
    padding: 1px;
}

.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item select{
    width: 100%;
}

.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .range-container .from-price,
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .range-container .to-price{
    min-width: 100px;
}

.giftvoucher-search-button {
    padding-bottom: 5px;
    text-align: right;
}
/* End Search */
.customer-account-giftcard .balance{
    overflow: hidden; 
    margin-bottom: 10px; 
    border-bottom: 1px dotted black;
}
.customer-account-giftcard #giftvoucher_grid .gift-voucher-sent-friend{
    background-color: #F6B26B;
}
.customer-account-giftcard .account-balance{
    overflow: hidden; 
    margin-bottom: 10px; 
    border-bottom: 1px dotted black;
}
/*Hai.Tran*/
.custom-field{
    width: 175px !important;
}
.custom-field-right{
    width: 375px !important;
}
.giftcard-preview-template-dialog .top,
.giftcard-preview-template-dialog .bot{
    display: none;
}
.giftcard-preview-template-dialog .dialog_e,
.giftcard-preview-template-dialog .dialog_w {
	width: 0;	
}
.giftcard-preview-template-dialog .dialog_close{
    display: none;
}
.giftcard-preview-template-dialog .dialog_content{
    background-color: transparent !important;
    color: #2f2f2f !important;
    font: 12px/1.55 Arial, Helvetica, sans-serif;
}
.gift-active{
    border: 2px solid rgb(228,121,17) !important;
}
div.egcSwatch-arrow {
/*    display: none;*/
    position: absolute;
    height: 11px;
    top: -2px;
    left: 1px;
    width: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    clear: both;
/*    z-index: 10;*/
    background-image: url(http://www.dslrpros.com/skin/frontend/default/default/css/magestore/giftvoucher/down-arrow.png);
}
#giftcard-template-show-images:hover #giftcard-template-next{
    background-image: url(http://www.dslrpros.com/skin/frontend/default/default/css/magestore/giftvoucher/arrow-slide-right.png);
}
#giftcard-template-show-images:hover #giftcard-template-prev{
    background-image: url(http://www.dslrpros.com/skin/frontend/default/default/css/magestore/giftvoucher/arrow-slide-left.png);
}
/*#giftcard-template-next:hover{
    background-image: url(/../giftcard/skin/frontend/default/default/images/giftvoucher/arrow-slide-right.png);
}
#giftcard-template-prev:hover{
    background-image: url(/../giftcard/skin/frontend/default/default/images/giftvoucher/arrow-slide-left.png);
}*/
/** Media Library **/
.uploader .file-row { display: inline-block;width:315px; padding:0.3em 0.6em; /*margin:0.5em 0.6em;*/ border:1px solid #ccc; background-color:#f9f9f9; /*vertical-align:middle;*/ }
.uploader .file-row-narrow { width: auto; margin: 0 0 2px 40px; }
.uploader .file-row .file-info { float:left; }
/*.uploader .file-row .file-info-name { with: 80%; overflow: hidden; }
.uploader .file-row .file-info-size { width: 20%; }*/
.uploader .file-row-info { margin: 0 0 0 10px; }
.uploader .file-row-info .file-info-name  { font-weight:bold; }
.uploader .file-row .progress-text { float:right; font-weight:bold; }
.uploader .file-row .delete-button { float:right; }
.uploader .buttons { float:left; }
.uploader .flex { float:right; }
.uploader .progress { border:1px solid #f0e6b7; background-color:#feffcc; }
.uploader .error { border:1px solid #aa1717; background-color:#ffe6de; }
.uploader .error .progress-text { padding-right:10px; }
.uploader .complete { border:1px solid #90c898; background-color:#e5ffed; }

#amount_range{
    width: 60px;
}
#popup-giftcard{
	position: fixed;
	z-index: 1000;
	width: 600px;  
	left: 50%;
	top: 20%;
	margin-left: -300px;  
}
#bg-fade{
	background: #000;
	position: absolute;
	z-index: 999;
	width: 100%;
	min-height: 800px;
	float: left;
	top: 0;
	left: 0;
	opacity: 0.8;
	filter:alpha(opacity=80);
}

#giftvoucher-view-condition {
	float: left;
	clear:both;
}
/* 
    Document   : reupdate.css
    Created on : Aug 14, 2014, 2:27:31 PM
    Author     : Billy
    Description:
        Purpose of the stylesheet follows.
*/

/****************************Template 02 _ top*************************************/

	#giftcard-template-top{
            overflow:hidden; 
            max-height: 550px;
            font-size: 14px;
            width: 100%;
            height: 365px;
        }
	#giftcard-template-top .giftcard-template-content{
            margin-left:0px;
            padding: 0;
            position: relative;
        }
	#giftcard-template-top .giftcard-template-content-top, .giftcard-change-image-temp2{
            height: 190px; 
            background-color: #FFFFFF;
            background-position: center; 
            background-repeat: no-repeat; 
            background-size: 100% 100%;
        }
	#giftcard-template-top .giftcard-template-content-temp2{          
            padding-top: 0px;          
            background-repeat: repeat;
            background-size: 100%
        }	
        .logo-title.logo-title-top {
            padding-left: 15px;
            float: left;  
             height: 84px;
        }
	.logo-title.logo-title-top img{                     
           float: left;                
           border-radius: 0px 0px 5px 5px;
           max-height: 70px;
           background-position: 15px 0px !important;          
        }
        .name-value-top{
            float: left;
            width: 100%;
            background: url('http://www.dslrpros.com/skin/frontend/default/default/css/magestore/giftvoucher/bkg-title.png') no-repeat;
            background-size: 103% 105%;
            margin-top: 55px;            
            height: 50px;
            position: absolute;
            bottom: 0;
        }
	.name-value-top .giftcard-title{
           float: left;
            font-size: 20px;
            font-family: 'Open Sans', sans-serif;
            margin-left: 15px;
            line-height: 48px;
            font-weight: 600;
        }
	#giftcard-template-top .giftcard-value{           
            float: right;                        
             width: 218px;
             background: url('http://www.dslrpros.com/skin/frontend/default/default/css/magestore/giftvoucher/bkg-value.png') no-repeat;
             height: 50px;   
               background-size: 100% 100%; 
        }
	.name-value-top .giftcard-value .giftcard-text-color{
            float: left;
            font-size: 12px;            
            padding-top: 20px;
            font-family: 'Open Sans', sans-serif;
            font-weight: 600;
        }
	.name-value-top .giftcard-value .giftcard-price-change { 
            float: right;
            margin-left: 15px;
            font-size: 26px;           
            font-family: 'Open Sans', sans-serif;
            font-weight: bold;
        }
        .name-value-top .value-price span {           
            margin-right: 5px;
            font-family: 'Open Sans', sans-serif;
            font-weight: bold;
            font-size: 12px;
            margin-top: -3px;
        }
        .name-value-top .giftcard-value .giftcard-price-change .price {            
            margin-right: 10px;
            font-size: 26px;
            font-family: 'Open Sans', sans-serif;
        }       
	.giftcard-date-top{
            width: 59%;             
            float:left;
            padding-top: 10px;           
        }
	 .giftcard-date-top .giftcard-from-to{          
            float: left;
            font-size: 16px;             
            color: #636363 !important;            
            font-family: 'Open Sans', sans-serif;
            margin-left: 15px;
        }
	.giftcard-date-top .giftcard-from-to .giftcard-from{           
          float: left;
           max-height: 25px;
        }
	.giftcard-date-top .giftcard-from-to .giftcard-text-color,
        .giftcard-date-top .giftcard-from-to .giftcard-style-color{          
            font-family: 'Open Sans', sans-serif;
            font-size: 16px;         
        }  
        .giftcard-information {
            float: left;
            clear: both;
            width: 342px; 
            margin-top: 8px;
            margin-left: 15px;
        }
        .giftcard-date-top .giftcard-barcode {
            float: right;
            text-align: right;
            padding-right: 15px;            
        }
        .giftcard-date-top span.giftcard-barcode img {  
            max-width: 100%;
            float: right;
            height: 40px;
        }
        .giftcard-date-top .giftcard-barcode {
            padding-right: 15px;
            margin-top: -10px;
        }
	.giftcard-date-top .giftcard-from-to .giftcard-style-color{
            color: orange;
            font-size: 16px
        }
	.giftcard-date-top .giftcard-to{           
            margin-left:0px; 
            max-height: 25px; 
            float:left; 
            clear:both;
        }		
	.giftcard-date-top .giftcard-number .giftcard-style-color{
            color: orange; 
            font-weight: bold; 
            font-family: 'Open Sans', sans-serif;
            font-style: italic;
            line-height: 30px;
        }	
        .name-value-top .value-price{
            float: right;
            line-height: 55px;
        }	
	.giftcard-date-top .giftcard-message{
            padding: 6px;
            padding-bottom: 14px; 
            padding-top: 3px; 
            height: 80px;
            vertical-align: middle; 
            background: #fff; 
            border-radius: 5px; 
            border:1px solid #cecece;       
        }
        .barcode-note .giftcard-code{
            float: right;
            margin-right: 15px;
        }
        .barcode-note .barcode{
            text-align: right;
            float: right;
            width: 158px; 
            height: 40px;
        }

        .barcode-note .barcode img{
            height: 40px; 
            max-width: 100%;
            float: right;
        }
	.giftcard-date-top .giftcard-custom-message{
            margin: 0; 
            white-space: pre-wrap;  
            max-height: 85px; 
            overflow: hidden; 
            font-size: 11px;
        }	
	.barcode-note .giftcard-note{
            margin-top: 5px;
            float: right;
            width: 215px;
            text-align: right;           
            overflow: hidden;
            height: 87px;
            position: absolute;
            bottom: 10px;
        }
	.barcode-note .giftcard-note .giftcard-text-color{
            font-size: 12px;            
            margin: 0px;           
            font-family: 'Open Sans', sans-serif;
           font-weight: 600;
        }
         
	#giftcard-template-top .giftcard-template-content-top.giftcard-change-image-temp2{width:100% !important; position: relative;}	
	#giftcard-template-top .giftcard-template-content{
            width:100%; 
            background-size:100% auto !important;
            float: left;   
            height: 175px;           
        }
	#giftcard-template-top .giftcard-title-top{
            width:100%;
            position: relative;
        }
        .hidden-giftcard-content-temp2 .giftcard-barcode-value {height: 30px !important}
	#giftcard-template-top .title{width:60% !important;}		
	#giftcard-template-top .barcode-note{
            width: 230px;
            float: right;
            margin-top: 5px;
            position: relative;
            height: 170px;
        }	
	#giftcard-template-top .giftcard-value-bottom {display: none}	


/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 15-08-2014, 09:33:08
    Author     : MSI
*/
/*---Detail Template 3---*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:600italic,300,700,400,600);
    #giftcard-template-back .giftcard-template-content{display: none; height: 0px} 
    .title-value.giftcard-logo-background {
        float: left;
        width: 100%;
        background: url('http://www.dslrpros.com/skin/frontend/default/default/css/magestore/giftvoucher/bkg-title.png') no-repeat;
        height: 50px;   
       background-size: 100%;       
    } 
    .giftcard-logo-background .giftcard-value-color {
        float: right;  
        width: 194px;
        background: url('http://www.dslrpros.com/skin/frontend/default/default/css/magestore/giftvoucher/bkg-value.png') no-repeat;
        height: 50px;   
        background-size: 100% 100%;
        text-align: right;
        padding-right: 15px;
        line-height: 48px;
    }
    .from-to-barcode-background{
        float: left;
        width: 100%;
        margin-bottom: 5px;
    }
    .giftcard-change-image-background-popup .giftcard-logo {
        float: left;   
        height: 84px;
        margin-left: 15px;
    }
    .giftcard-change-image-background-popup .giftcard-logo img {      
        margin-bottom: 15px;       
        border-radius: 0px 0px 5px 5px;
        max-height: 70px;
        float: left;        
    }
    .giftcard-logo-background .giftcard-text-color {           
        font-size: 12px;        
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        padding-right: 10px;
    }
  .giftcard-logo-background .giftcard-style-color.giftcard-price-change {              
        font-size: 26px;
        margin-top: 6px;       
    } 
    .giftcard-logo-background .giftcard-style-color.giftcard-price-change .price {
         font-family: 'Open Sans', sans-serif;
        font-weight: bold;
        float: right;
        line-height: 52px;
    }
   
    .giftcard-logo-background .giftcard-title {
        float: left;
        font-size: 20px;
        font-family: 'Open Sans', sans-serif;
        margin-left: 15px;
        padding-top: 9px;
        font-weight: 600;
    }   
    .from-to-barcode-background .from-to {
       font-size: 16px; 
       font-family: 'Open Sans', sans-serif;
        float: left;       
        margin-left: 15px;       
    }
    .from-to-barcode-background .from-to .giftcard-form{       
        float: left; 
        text-align: left;
         margin-top: 10px;
    }       
    .from-to-barcode-background .from-to .giftcard-to {
        float: left; 
        text-align: left;        
        clear: both;
    }
    .giftcard-text {
        height: 90px;
    }
    .from-to-barcode-background span img {
        height: 40px;
        max-width: 100%;
    }
   .from-to-barcode-background .from-to .giftcard-text-color {       
        font-family: 'Open Sans', sans-serif;   
        font-size: 16px;
        font-weight: 600;
    }   
    .from-to-barcode-background .from-to .giftcard-style-color{
        font-size: 16px;
        font-family: 'Open Sans', sans-serif;        
    }    
    .giftcard-box-background{
        overflow: hidden;
        width: 95%; 
        margin: 0 auto;  
    } 
    .giftcard-box-background .giftcard-text-box{
        background: #fff;
        border-radius: 5px;
        border:1px solid #cccccc; 
        padding: 0; 
        padding-bottom: 16px; 
        padding-top: 3px;         
        display:table-cell;
        vertical-align: middle;
    }
    .giftcard-box-background .giftcard-text-color.giftcard-custom-message{
        margin: 0;
        white-space: pre-wrap; 
        max-height: 85px; 
        overflow: hidden;
        font-size: 11px;
        font-family: 'Open Sans', sans-serif;
        padding: 0px 5px;
        color: black !important;
    }  
   .from-to-barcode-background .giftcard-barcode{       
        float: right;    
        margin-right: 15px;
    }
    .from-to-barcode-background .giftcard-barcode .giftcard-style-color{
        color: orange;
        font-weight: bold;
        font-size:15px; 
       font-family: 'Open Sans', sans-serif;
    }
    .from-to-barcode-background .giftcard-barcode .giftcard-style-color{
        font-size: 14px; 
        line-height: 30px;
        color: orange; 
        font-weight: bold; 
        font-family: 'Open Sans', sans-serif;
        font-style: italic;
    }
    .giftcard-note-background{       
       // margin-top: 8px;       
        float:left;
        box-sizing: content-box;
        overflow: hidden;
        text-align: center;
        vertical-align: middle;
        margin-top: 10px;
        height: 30px
    }
    .giftcard-note-background .form-note{
        width: 100%; 
        margin: 0 auto;        
    }
    .giftcard-note-background .giftcard-text-color{
        font-size: 12px;
        line-height: 15px;
        margin: 0;      
        font-family: 'Open Sans', sans-serif;
        text-align: left;  
         padding: 0 15px;
         font-weight: 600;
    }           
    #giftcard-template-back {width: 100% ;float: left; position: relative}
    #giftcard-template-back .giftcard-change-image-background-popup{
        width: 100%;
        position: absolute;
        top: 0%;
    }    
    .giftcard-box-background .giftcard-text-box {
        display: inherit !important; 
        background-size: 100% !important; 
        width: 100% !important;
        height: 80px;
    }
    giftcard-box-background {
        width: 93% !important; 
        height: 95px; 
        padding: 5px 3%; 
        margin-top: 0px !important;
        box-sizing: content-box;
        float: left;
    }
    .from-to-barcode-background .giftcard-number{
        float: right;
        text-align: right;        
    }    
    .from-to-barcode-background .giftcard-barcode span.barcode  {       
        float: right;               
    }   
      
    /*****template 03 width devices*******/    
    .giftcard-change-image-background-popup img#img-type-background{
        position: relative;
        top: 0;
        z-index: 10;
        left:0;         
    }
    #giftcard-template-back img#img-type-background{width: 100%}
    #giftcard-preview-template img#img-type-background{width: 100%}    
    #giftcard-preview-template #giftcard-preview-template-content .giftcard-change-image-background-popup.giftcard-change-image{
        width: 100% !important; 
        top: 0%;
        position: absolute;
    }

.giftcard-product-media{
    float:Left;
    width:600px;
    height: 365px;
     transform-origin: top left; 
    -webkit-transform-origin: top left;    
}
.product-img-box {
   // overflow: hidden\0;    
}
#close-popup-giftcard {
    background: url('http://www.dslrpros.com/skin/frontend/default/default/images/giftvoucher/close.png') no-repeat;
    width: 35px;
    height: 35px;
    position: absolute;
    top: -25px;
    right: -25px;
}
#giftcard-preview-template-content{float:left;width: 100%;overflow: hidden;}
/****************************Template 01 _ left*************************************/
.giftvoucher-product-info{overflow: hidden}
#giftcard-template-left{
    overflow:hidden;
    width: 655px; 
    font-size: 14px;
    float:left;
    background-size: 100% 100%;
}
#giftcard-preview-template .giftcard_value-color .giftcard-text-color{
    padding-right: 10px;
    margin-top: 15px;
}
/*#giftcard-preview-template-content {float: left;overflow: hidden;}*/
.dialog.giftcard-preview-template-dialog .dialog_e{background:none;}
.giftcard-template-content-left,.giftcard-change-image{
    width: 275px; 
    height: 365px; 
    display:block; 
    float: left;
    background-position: center;
    background-repeat: no-repeat; 
    background-size: 275px 400px;
}
.logo1 { width: 100%; height: 50px; margin-top: -7px;}
#giftcard-template-left .giftcard-title {
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;    
    font-weight: 600;
    margin-top: 10px !important;
    margin-left: 10px !important;
}
.giftcard-from{ 
    margin-right: 15px;
    overflow: hidden;
    display: table-cell;
    float: left; 
    margin-bottom: 5px;
}
.giftcard-from-to  .giftcard-style-color{
    color: orange;
    font-size:16px;
    font-family: 'Open Sans', sans-serif;      
}
.giftcard-to{max-height: 25px;}
.giftcard-box{overflow: hidden;margin-top: 10px;}
.giftcard-box  .giftcard-text-box{
    display: block;
    border-radius: 5px;
    border: 1px solid #cccccc;
    padding: 0 6px;   
    height: 90px;   
    vertical-align: middle; 
    background:#fff;
    margin-top: 10px;
}
.giftcard_value .giftcard-text-color{
    float: left;
    padding-right: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
#giftcard-preview-template .giftcard-template-content .giftcard_value .giftcard-text-color{
    padding-right: 10px; 
    margin-top: 10px;
}
.giftcard_value .giftcard-style-color{
    float: left; 
    clear: both;      
}
.giftcard_value .giftcard-style-color .price{
    font-size: 22px; 
    font-family: 'Open Sans', sans-serif;
    /* color: orange; */
    font-weight: bold;  
}
.giftcard-number{
    width: 100%;
    float: right; 
    text-align: right;
    margin-bottom: 5px;
}
.giftcard-number .giftcard-style-color{
    color: orange;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
}
.giftcard-custom-message{
    margin: 0; 
    white-space: pre-wrap; 
    max-height: 85px; 
    overflow: hidden; 
    font-size: 11px;
	background-color: #FFF;
	border: none;
}
.giftcard-barcode  .giftcard-style-color{  
    font-size: 14px; 
    color: orange; 
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
}
.giftcard-text{    
    overflow: hidden;
    vertical-align: bottom;
    height: 70px;
}
.giftcard-text  .giftcard-text-color{
    font-size: 12px; 
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
#giftcard-template-show-images .gift-active{overflow:hidden}
#giftcard-template-show-images .gift-active img{ display:inline;}
/******************Detail giftcard by Crystal****************/
#giftcard-template-left .giftcard-template-content {
    background-position: 0;
    background-size: 100%;
    width: 350px;
    display: block;
    margin-left: 0; 
    float: right;
    height: 365px;
    background-repeat: repeat;  
    box-sizing: content-box;
}
#giftcard-template-left .giftcard-logo div{width: 100% !important; margin-top: -7px !important;background-size: 80% 50px !important;}
#giftcard-template-left .giftcard-from-to .giftcard-text-color {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
}
#giftcard-template-left{width: 100% !important}
#giftcard-template-left .giftcard-change-image {
        width:250px;
        background-position:inherit !important; 
        background-size: 100% 100% !important;
        height:365px; 
        padding-bottom: 0;
        position: relative;
}
.giftcard-change-image img{
    height: 63px;
    max-width: 100%;
    display: inline;
}
.giftcard-change-image img#img-type-left{
    position: relative;
    top: 0;
    z-index: 10;
    left:0; 
}
.giftcard-template-content-left .giftcard-logo{   
    position: absolute;
    top: 287px;
    text-align: center;
    width: 100%;
}
/*#giftcard-template-left .giftcard-template-content div {width: 100% !important; float: left;}*/
#giftcard-template-left .giftcard-template-content div.giftcard-style-color{
      margin: 15px 10px 0 15px;
}
#giftcard-template-left .giftcard-template-content div.giftcard_value{
  float: left;
}
#giftcard-template-left .giftcard-template-content div.giftcard-code{   
    float: right;
    width: 200px;
    margin-top: -5px;
}
#giftcard-template-left .giftcard-template-content .value-barcode {
    width: 320px;
    float: left;
    margin: 15px;
    margin-bottom: 10px;
}
#giftcard-template-left .giftcard-template-content div.giftcard-from-to,
#giftcard-template-left .giftcard-template-content div.giftcard-box,
#giftcard-template-left .giftcard-template-content div.giftcard-text{
   width: 320px;
    float: left;
    margin:0 15px;
}
#giftcard-template-left .giftcard-barcode {    
    float: right;
    width: 177px;
    text-align: right;
}
#giftcard-template-left .giftcard-barcode img {float: right;max-width: 100%;height: 40px;}    
#giftcard-template-left .giftcard-to{float: left;clear: both;margin-left: 0px;}    
#giftcard-template-show-images {padding-top: 10px !important;}

/**********add giftcard by Sally************/
#addredeem-giftvoucher-code .buttons-set {margin-bottom: 10px;}
#addredeem-giftvoucher-code .buttons-set p.required{float:right; width: 40%}
#addredeem-giftvoucher-code .input-box{padding-top:5px !important;}
#addredeem-giftvoucher-code .button-add-list{float:left; width:55%;}
#addredeem-giftvoucher-code .buttons-set button.button{float:left !important;}
#addredeem-giftvoucher-code .buttons-set button.button:hover {background: #2e8ab8}
#gift-voucher-code{width:55% !important;}
/***************checkout cart by Sally***************/
.giftvoucher #giftvoucher{position: relative;margin-right: -33px;margin-top: 10px;margin-left: 15px;}
.giftcard_change img{display:inline;}
/*************shopping cart by Sally*************/
.discount .giftvoucher #giftvoucher{position: relative;margin-right: 0px;margin-top: 0px;margin-left: 0px;}
.giftvoucher-discount-code img{display:inline}
/************my account by Sally***********/
.data-table .giftvoucher-grid-detail .input-text{width:160px;}
.data-table .giftvoucher-grid-title-hidden{display:none;}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range img{width:inherit !important; height:inherit !important; padding-top:9px; float: left}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range .label{width:50px !important; padding-top:9px;}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item select{width:65px !important; }
.data-table .balance .left{color:#3091C2!important;}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range input.range-text{margin-bottom:5px !important; margin-top:0px;}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range input#giftvoucher_grid-balance-to{margin-top:0px;}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range input#giftvoucher_grid-balance-from{margin-top:0px;}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range input.data-table-balance_change-from{margin-top:0px;}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range input.data-table-balance_change-to{margin-top:0px;}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .to-date img{padding-top:17px;}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .to-price .label{padding-top:11px;}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .to-date .label{padding-top:13px;}
.data-table .pager{padding-top:10px;}  
.balance .view-detail{margin-bottom:10px;margin-top:10px; background:none; padding-left:0px !important;}
.balance .view-detail.button:hover{background:none;}
.amount .addredeem{float:right; margin-top:31px; padding:7px 17px;}
/***********View giftcard*************/   
#giftcard_history_table .item-hidden{display:none;}
.giftvoucher-index-view .custom-field{float:left; width: 45% !important}
.giftvoucher-index-email  .custom-field{float:left;}
.giftvoucher-index-view .form-list li{width:100%; float: left;} 
.giftvoucher-index-email .form-list li{width:100%; float: left;} 
/******History balance*******/
.customer-account-giftcard .sub-title {font-size:24px !important; text-transform:uppercase; border-bottom:1px solid silver;margin-bottom:15px;font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;}
#history_grid .giftvoucher-grid-search{width:100%;}
#history_grid .giftvoucher-grid-search .giftvoucher-grid-search-item{width:100% !important;}
#history_grid .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range input#history_grid-balance_change-from{margin-top:0px;}
#history_grid .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range input#history_grid-balance_change-to{margin-top:0px;}
#history_grid .giftvoucher-grid-search .giftvoucher-grid-search-item #history_grid-giftcard_code{width:50%}

.dialog.giftcard-preview-template-dialog .dialog_w{background: none;}
/*---End Detail Popup Template 1---*/



/***********End Detail Popup Template 3*************/

/******************Send email***************/
.giftvoucher-product-info .giftcard-send-friend {
    float: left; 
    clear: both; 
    width: 190px !important;
    padding-bottom: 10px;
}
/* .giftvoucher-product-info .giftcard-date-box img {float: right; margin-top: 8px;margin-right: 40px;display: block;} */
.giftvoucher-product-info .giftcard-date-box input.validate-date-giftcard {float: left;margin-right: 3px;width: 140px !important;}    
#giftcard-preview-button-add span {padding-left: 0 !important}
.giftcard-date-box button span{padding-left: 0 !important}
.add-to-box {clear: both}
.giftvoucher-receiver{float: left; clear: both; padding-bottom: 20px; width: 100%}
.giftvoucher-product-info #giftcard-template-show-images {width: 100% !important;}
.giftvoucher-product-info .validation-advice{float: left; clear: both;}
.recipient_email,
.message,
.recipient_ship_form {float:left; clear:both;}

/******************End***********************/
/***************checkout cart by Sally***************/
.fieldset .giftvoucher  #giftvoucher{position: relative;margin-right: -33px;margin-top: 10px;margin-left: 15px;}
.giftcard_change img{display:inline;}
.fieldset .giftvoucher_credit #giftvoucher_credit{position: relative;margin-right: -33px;margin-top: 10px;margin-left: 15px;}
.fieldset #giftvoucher_container{float:left;width: 100% !important;}  
.fieldset .sp-methods{float:left; clear:both; width: 100% !important;} 
.credit_input img {display:inline;}
.credit_input  .input-text{width:68px !important;}
#giftvoucher_container dt label{display:initial !important;}
.notice-msg li{font-weight:700;}
.giftvoucher-index-index .pager{margin-top:7px;}
/*************shopping cart by Sally*************/
.discount-form.giftvoucher   #giftvoucher{position: relative;margin-right: 5px;margin-top: 5px;margin-left: 0px;}
.discount-form .giftvoucher_credit  #giftvoucher_credit{position: relative;margin-right: 5px;margin-top: 5px;margin-left: 0px; float:left}
.giftvoucher-discount-code img{display:inline;}
dd#giftcard_shoppingcart_apply, dd.giftvoucher li, dt.giftvoucher, dt.giftvoucher_credit, dd.giftvoucher-credit,li.giftvoucher-discount-code strong{float:left; clear:both; width: 100% !important}


.giftcard-code-hidden{display:none;}

@media  (max-width:1199px){
    /**********add giftcard************/
    #gift-voucher-code{width:65% !important;}
}
@media (max-width:1099px){
    #history_grid  .giftvoucher-grid-search-item{width:280px !important;}  
    #history_grid  #giftvoucher_grid-gift_code{width:170px !important; margin-left:70px;}
    #history_grid   .giftvoucher-grid-search .giftvoucher-grid-search-item select{ margin-left:70px;width:170px !important; }
    #history_grid  .giftvoucher-grid-title{display:none;}
    #history_grid  .giftvoucher-grid-title-hidden{display:block;}
    #history_grid th {float:left;display:block !important; text-align:left; /* width:100%; */border:none; background:none !important;}
    #history_grid th .giftvoucher-grid-title-hidden{float:left;display:block; text-align:left; text-transform:initial; font-weight:bold;}
    #history_grid th .giftvoucher-grid-detail{ margin-left:270px; display:block; /* width:100%; */ text-align:left;} 
    #history_grid td{display:block; float:left; border-bottom:none; /* width:100%; */}
    #history_grid td .giftvoucher-grid-title-hidden{float:left;display:block; text-align:left; font-weight:bold;}
    #history_grid td .giftvoucher-grid-detail{ margin-left:300px; display:block; /* width:100%; */} 
    #history_grid  .giftvoucher-grid-search{border-bottom:1px solid #AAA2A2;}
    #history_grid tr{border-bottom:1px solid #AAA2A2;}
    .from-price{float:left;  }
    .to-price{float:left;  }
    .from-date{float:left;}
    .to-date{float:right;}
    #history_grid  .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range .label{width:50px !important; text-align:right; padding-right:3px;}
    #history_grid  .pager-header{display:none !important;}
    #history_grid  .giftvoucher-grid-search .giftvoucher-grid-search-item .to-price input.range-text{margin-left:20px;}
    #history_grid  .giftvoucher-grid-search .giftvoucher-grid-search-item .from-price  input.range-text{margin-left:20px;}
    #history_grid   .giftvoucher-grid-search .giftvoucher-grid-search-item .to-date .label{padding-top:9px !important;}
    #history_grid  .giftvoucher-grid-search .giftvoucher-grid-search-item .to-date img{padding-top:9px !important;}
    #history_grid .giftvoucher-grid-search .giftvoucher-grid-search-item .search-text{width: 170px !important; margin-left: 70px;}
    #history_grid  .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range .label{padding-top:0px !important;}
    #history_grid  .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range img{padding-top:0px !important;}
    /* ********************* */
  
}
    /**********add giftcard by Sally************/
    #gift-voucher-code{width:90% !important;}    
    #giftcard-template-left .giftcard-template-content .hidden-giftcard {
        height: 65px !important;
    }
	#giftcard-template-left .hidden-content {height: auto}
@media (max-width:990px){
    /************my account***********/
    .giftvoucher-grid-search-item{width:280px !important;}  
    #giftvoucher_grid-gift_code{
        width:170px !important; margin-left:70px;}
    .data-table .giftvoucher-grid-search .giftvoucher-grid-search-item select{ margin-left:70px; }
    .giftvoucher-grid-title{display:none;}
    .giftvoucher-grid-title-hidden{display:block;}
    #giftvoucher_grid th {
        float:left;
        display:block !important;
        text-align:left; /* width:100%; */
        border:none; 
        background:none !important;
    }
    #giftvoucher_grid th .giftvoucher-grid-title-hidden{
        float:left;
        display:block;
        text-align:left; 
        text-transform:initial;
        font-weight:bold;
    }
    #giftvoucher_grid th .giftvoucher-grid-detail{ 
        margin-left:300px; 
        display:block; /* width:100%; */ 
        text-align:left;
    } 
    #giftvoucher_grid td{
        display:block; 
        float:left; 
        border-bottom:none;
        width:100%;
    }
    #giftvoucher_grid td .giftvoucher-grid-title-hidden{
        float:left;
        display:block; 
        text-align:left;
        font-weight:bold;
    }
    #giftvoucher_grid td .giftvoucher-grid-detail{
        margin-left:300px;
        display:block; /* width:100%; */
    } 
    .giftvoucher-grid-search{
        border-bottom:1px solid #AAA2A2;
    }
    #giftvoucher_grid tr{border-bottom:1px solid #AAA2A2;}
    .from-price{float:left;}
    .to-price{float:left;} 
    .from-date{float:left;}  
    .to-date{float:right;}   
    .data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range .label{
        width:50px !important; 
        text-align:right; 
        padding-right:3px;
    }
    .pager-header{display:none !important;}
    .data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .to-price input.range-text{margin-left:20px;}
    .data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .from-price  input.range-text{margin-left:20px;}
    .data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .to-date .label{padding-top:9px !important;}
    .data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .to-date img{padding-top:9px !important;}
    /*view giftcard*/
    #giftcard_history_table .item-hidden{
        display:block !important;
        float:left; font-weight:700; 
        font-size:16px;
    }
    #giftcard_history_table thead{display:none;}
    #giftcard_history_table .item-detail{text-align: left;
        display: block;
        padding-left: 165px;
        font-size:16px;
    }
    #giftcard_history_table td{
        float:left; 
        width:100%; 
        border-bottom: none;
    }
    #giftcard_history_table tr{
        border-bottom:1px solid #AAA2A2;
    } 
    .giftvoucher-index-view  h2{
        font-size:18px;
    }
    .giftvoucher-index-view .form-list{
        border-bottom:1px solid #ececec;
        float:left;
        margin-bottom:15px;
    }
    .giftvoucher-index-view .form-list .field{
        margin-bottom:20px !important; /* display: block; */
    }
    .giftvoucher-index-view .form-list li{
        width:100%;
        float: left;
    }
    .giftvoucher-index-view .box-account.box-info {        
        margin-bottom: 15px;
    }
    .fields .custom-field-right{width:55% !important;}
    /**********check giftcard************/
    .col-main .giftvoucher-fieldset .input-box   input[type=text]{width:95% !important;}
    /**********check giftcard************/
    .col-main .giftvoucher-fieldset .input-box   input[type=text]{width:95% !important;}
}
@media  (max-width:880px){
    /************my account***********/
    #giftvoucher_grid th .giftvoucher-grid-detail{
        margin-left:230px !important; 
    }
    #giftvoucher_grid td .giftvoucher-grid-detail{
        margin-left:230px  !important;
    }
    .data-table   th .giftvoucher-grid-detail{
        margin-left:230px !important;
    }
    .data-table   td .giftvoucher-grid-detail{
        margin-left:230px  !important; 
    }
    #history_grid td{width:100% !important;
    }

    /**********add giftcard************/
    #gift-voucher-code{width:100% !important;}
}
@media only screen and (max-width: 770px){
    /************my account by Sally***********/
    #giftvoucher_grid th .giftvoucher-grid-detail{ margin-left:300px !important; }
    #giftvoucher_grid td .giftvoucher-grid-detail{ margin-left:300px  !important; }
    .data-table   th .giftvoucher-grid-detail{ margin-left:300px !important; }
    .data-table   td .giftvoucher-grid-detail{ margin-left:300px  !important; }
    /**********add giftcard by Sally************/
    .col-main .giftvoucher-fieldset .input-box   input[type=text]{width:365px !important;}
}
@media  (max-width:640px){
    /************my account by Sally***********/
    #giftvoucher_grid th .giftvoucher-grid-detail{ margin-left:200px !important; width:auto !important; }
    #giftvoucher_grid td .giftvoucher-grid-detail{ margin-left:200px  !important;  width:auto !important; }
    .data-table   th .giftvoucher-grid-detail{ margin-left:200px !important; width:auto !important; }
    .data-table  td .giftvoucher-grid-detail{ margin-left:200px  !important;  width:auto !important; }
}
@media  (max-width:580px){
    /************my account by Sally***********/
    #giftvoucher_grid th .giftvoucher-grid-detail{
        margin-left:150px !important;
        width:auto!important;
    }
    #giftvoucher_grid td .giftvoucher-grid-detail{ 
        margin-left:150px  !important;
        width:auto !important;
    } 
    .to-price{
        float:left;
        margin-left:0px !important;
    }
    .to-date{
        float:left;
        margin-left:0px !important;
    }
    .button{padding:5px !important;}
    .giftvoucher-grid-search-item{width:auto !important;}
    .balance .view-detail{background:#3399cc !important; }
    .balance .view-detail.button:hover{background:#2e8ab8 !important;}
    .balance .left{
        color:#fff !important;
        padding: 7px 15px !important;
    }
    #history_grid th .giftvoucher-grid-detail{ 
        margin-left:150px !important; 
        width:auto!important; 
    }
    #history_grid td .giftvoucher-grid-detail{
        margin-left:150px  !important; 
        width:auto !important;
    }
    #history_grid td{width:100% !important;}
    /*end*/
}
@media  (max-width:533px){
    /**********add giftcard by Sally************/
    .buttons-set button{margin-bottom:3px;}
    #addredeem-giftvoucher-code .buttons-set button.button{float:right !important; width:40%;}
}
@media  (max-width:480px){
    /************my account by Sally***********/
    #giftvoucher_grid th .giftvoucher-grid-detail{
        margin-left:150px !important;
        width:auto !important;
    }
    #giftvoucher_grid td .giftvoucher-grid-detail{ 
        margin-left:150px  !important;
        width:auto !important; 
    } 
    .to-price{
        float:left;
        margin-left:0px !important; 
    }
    .to-date{
        float:left; 
        margin-left:0px !important;
    }
    .button{padding:4px !important;}
    .giftvoucher-grid-search-item{width:auto !important;} 
    #history_grid th .giftvoucher-grid-detail{ 
        margin-left:150px !important;
        width:auto !important; 
    }
    #history_grid td .giftvoucher-grid-detail{
        margin-left:150px  !important;
        width:auto !important;
    } 	 	
    #history_grid .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range input.range-text{margin-bottom:10px !important;}
}
@media  (max-width:440px){
    /**********check giftcard by Sally************/
    .page-title h1{font-size:18px !important;}
    /* My account */
    .balance .button{float:none !important; width:185px !important;}
    .giftvoucher-search-button{text-align:left !important;}
    .button{padding:5px !important;}
    #history_grid th .giftvoucher-grid-detail{margin-left:115px !important;}
    #history_grid .giftvoucher-grid-search .giftvoucher-grid-search-item select{width:50px !important;}

    /*my account*/
    #giftvoucher_grid-gift_code{width:65px !important; margin-left:70px;}
}
@media  (max-width:420px){
    /***************checkout cart by Sally***************/
    .giftcard{display:block;}
}
@media only screen and (max-width: 380px){
    /*My Account*/
    #giftvoucher_grid th .giftvoucher-grid-detail{ margin-left:120px !important; width:auto !important; }
    #giftvoucher_grid td .giftvoucher-grid-detail{ margin-left:120px  !important;  width:auto !important; } 

    /************my account***********/
    #giftvoucher_grid th .giftvoucher-grid-detail{margin-left:115px !important;}
    #history_grid .giftvoucher-grid-search .giftvoucher-grid-search-item .search-text{width:50px !important;}
    .data-table  .balance .button{float:none !important; width:185px !important;}
    .data-table  .giftvoucher-search-button{text-align:left !important;}
    .data-table   th .giftvoucher-grid-detail{margin-left:115px !important;}
    .data-table  .button{padding:5px !important;}

}

@media  (max-width:400px){
    /**********add giftcard by Sally************/
    #addredeem-giftvoucher-code .buttons-set button.button{width:100%;}
    #addredeem-giftvoucher-code .button-add-list{width:100% !important;}
    input#full_gift_card_code{max-width:100% !important; width:100% !important;} 
    .giftvoucher-index-view.customer-account .wrapper{min-width:100%}
}
/**
 * MagPleasure Ltd.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magpleasure.com/LICENSE.txt
 *
 * @category   Magpleasure
 * @package    Magpleasure_Activecontent
 * @copyright  Copyright (c) 2011-2013 MagPleasure Ltd. (http://www.magpleasure.com)
 * @license    http://www.magpleasure.com/LICENSE.txt
 */

.mp_activecontent {
    margin-bottom: 0px;
    margin-top: 0px;
}

.mp_activecontent ul {
    padding-left: 0;
}

.mp_activecontent .mp-ac-pager {
    overflow: hidden;
}

.mp_activecontent.autohide .mp-prev, .mp_activecontent.autohide .mp-next, .mp_activecontent.autohide .mp-pager-wrapper {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition:opacity 700ms;
    -moz-transition:opacity 700ms;
    -o-transition:opacity 700ms;
}

.mp_activecontent.autohide:hover .mp-prev, .mp_activecontent.autohide:hover .mp-next, .mp_activecontent.autohide:hover .mp-pager-wrapper {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mp_activecontent .mp-next, .mp_activecontent .mp-prev, .mp_activecontent .mp-pager-wrapper {
    z-index: 100;
}

.mp_activecontent .mp-prev, .mp_activecontent .mp-next, .mp_activecontent .mp-pager {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.mp_activecontent .mp-prev:hover, .mp_activecontent .mp-next:hover, .mp_activecontent .mp-pager:hover,
.mp_activecontent.autohide .mp-prev:hover, .mp_activecontent.autohide .mp-next:hover, .mp_activecontent.autohide .mp-pager:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}


.mp_activecontent.horizontal .mp-prev {
    width: 35px;
    height: 35px;
    left: 25px;
	top:40% !important;
    background: url("http://www.dslrpros.com/skin/frontend/default/default/mp_activecontent/images/arrows.png") no-repeat scroll 0 0px transparent;
    position: absolute;
}

.mp_activecontent.horizontal .mp-next {
    width: 35px;
    height: 35px;
    right: 25px;
		top:40% !important;
    background: url("http://www.dslrpros.com/skin/frontend/default/default/mp_activecontent/images/arrows.png") no-repeat scroll -35px 0px transparent;
    position: absolute;
}

.mp_activecontent.vertical .mp-next {
    width: 35px;
    height: 35px;
    bottom: -5px;
    background: url("http://www.dslrpros.com/skin/frontend/default/default/mp_activecontent/images/varrows.png") no-repeat scroll 0 -35px transparent;
    position: absolute;
}

.mp_activecontent.vertical .mp-prev {
    width: 35px;
    height: 35px;
    top: -5px;
    background: url("http://www.dslrpros.com/skin/frontend/default/default/mp_activecontent/images/varrows.png") no-repeat scroll 0 0 transparent;
    position: absolute;
}

.mp_activecontent.vertical .mp-pager-wrapper  {
    left: 0;
    position: absolute;
    top: 0;
    bottom: inherit;
}

.mp_activecontent.vertical .mp-pager {
    left: -7px;
    position: absolute;
    top: -50%;
    width: 10px;
}
.mp_activecontent.vertical .mp-pager .pager-link.last {
    margin-bottom: 0;
}

.mp_activecontent.vertical .mp-pager .pager-link {
    margin-bottom: 3px;
    float: none;
}

.mp_activecontent .mp-pager-wrapper  {
    bottom: 10px;
    left: 50%;
    position: absolute;
}

.mp_activecontent .mp-pager {
    left: -50%;
    position: relative;

}
.mp_activecontent .mp-pager .pager-link.last {
    margin-right: 0;
}

.mp_activecontent .mp-pager .pager-link {
    margin-right: 3px;
    float: left;
}

.mp_activecontent .mp-pager .pager-link {
    width: 10px;
    height: 10px;
    background: url("http://www.dslrpros.com/skin/frontend/default/default/mp_activecontent/images/switcher.png") no-repeat scroll -14px 0 transparent;
    text-decoration: none;
    cursor: pointer;
}

.mp_activecontent .mp-pager .pager-link.pager-active {
    background: url("http://www.dslrpros.com/skin/frontend/default/default/mp_activecontent/images/switcher.png") no-repeat scroll 0 0 transparent;
}

.mp_activecontent .mp-pager {
    background: none repeat scroll 0 0 #000000;
    padding: 3px;
    text-align: center;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.mp_activecontent .mp-pager .clear {
    clear: both;
}

.mp-ac-clear {
    clear: both;
}

.mp-ac-wrapper > ul > li {
	width:100% !important;	
}
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.ma-brand-slider-contain .flex-container a:active,
.ma-brand-slider-contain .flexslider a:active,
.ma-brand-slider-contain .flex-container a:focus,
.ma-brand-slider-contain .flexslider a:focus  {outline: none;}
.ma-brand-slider-contain .slides,
.ma-brand-slider-contain .flex-control-nav,
.ma-brand-slider-contain .flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.ma-brand-slider-contain .flexslider {margin: 0; padding: 0;}
.ma-brand-slider-contain .flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; width:.5% !important;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.ma-brand-slider-contain .flexslider .slides img {width: 70%; display: inline-block;}
.ma-brand-slider-contain .flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.ma-brand-slider-contain .slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .ma-brand-slider-contain .slides {display: block;} 
* html .ma-brand-slider-contain .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .ma-brand-slider-contain .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.ma-brand-slider-contain .flexslider { position: relative; zoom: 1;}
.ma-brand-slider-contain .flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.ma-brand-slider-contain .loading .flex-viewport {max-height: 300px;}
.ma-brand-slider-contain .flexslider .slides {zoom: 1;}

.ma-brand-slider-contain .carousel li {margin-right: 5px; text-align: center; }


/* Direction Nav */
.ma-brand-slider-contain .flex-direction-nav {*height: 0;}

.ma-brand-slider-contain .flexslider:hover .flex-next:hover, .ma-brand-slider-contain .flexslider:hover .flex-prev:hover {opacity: 1;}
.ma-brand-slider-contain .flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.ma-brand-slider-contain .flex-control-nav {width: 100%; position: absolute; top: -16px; text-align: center;}
.ma-brand-slider-contain .flex-control-nav li { margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.ma-brand-slider-contain .flex-control-paging li a {width: 11px; height: 11px; display: block; background: #aaa; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.ma-brand-slider-contain .flex-control-paging li a:hover { background: #fff; }
.ma-brand-slider-contain .flex-control-paging li a.flex-active { background: #fff; cursor: default; }

.ma-brand-slider-contain .flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.ma-brand-slider-contain .flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.ma-brand-slider-contain .flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.ma-brand-slider-contain .flex-control-thumbs img:hover {opacity: 1;}
.ma-brand-slider-contain .flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .ma-brand-slider-contain .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .ma-brand-slider-contain .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}
.ma-brand-slider-contain .sliderproduct-loading {
	width: 16px;
	height: 16px;
	position: absolute;
	z-index: 99;
	background: url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/magentothem/images/loader.gif) no-repeat ;
	top: 50%;
	left: 50%;
	margin: -8px 0 0 -8px;
}
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.ma-bestseller-sldier-title{ display: none}
.ma-featuredproductslider-container .flex-container a:active,
.ma-featuredproductslider-container .flexslider a:active,
.ma-featuredproductslider-container .flex-container a:focus,
.ma-featuredproductslider-container .flexslider a:focus  {outline: none;}
.ma-featuredproductslider-container .slides,
.ma-featuredproductslider-container .flex-control-nav,
.ma-featuredproductslider-container .flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.ma-featuredproductslider-container .flexslider {margin: 0; padding: 0;}
.ma-featuredproductslider-container .flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.ma-featuredproductslider-container .flexslider .slides img { display: inline-block;}
.ma-featuredproductslider-container .flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.ma-featuredproductslider-container .slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .ma-featuredproductslider-container .slides {display: block;} 
* html .ma-featuredproductslider-container .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .ma-featuredproductslider-container .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.ma-featuredproductslider-container .flexslider { position: relative; zoom: 1;}
.ma-featuredproductslider-container .flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.ma-featuredproductslider-container .loading .flex-viewport {max-height: 300px;}
.ma-featuredproductslider-container .flexslider .slides {zoom: 1;}

.ma-featuredproductslider-container .carousel li {margin-right: 5px; text-align: center; }


/* Direction Nav */
.ma-featuredproductslider-container .flex-direction-nav {*height: 0;}
.ma-featuredproductslider-container .flexslider:hover .flex-next:hover, .ma-featuredproductslider-container .flexslider:hover .flex-prev:hover {opacity: 1;}
.ma-featuredproductslider-container .flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.ma-featuredproductslider-container .flex-control-nav {width: 100%; position: absolute; top: -16px; text-align: center;}
.ma-featuredproductslider-container .flex-control-nav li { margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.ma-featuredproductslider-container .flex-control-paging li a {width: 11px; height: 11px; display: block; background: #aaa; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.ma-featuredproductslider-container .flex-control-paging li a:hover { background: #fff; }
.ma-featuredproductslider-container .flex-control-paging li a.flex-active { background: #fff; cursor: default; }

.ma-featuredproductslider-container .flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.ma-featuredproductslider-container .flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.ma-featuredproductslider-container .flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.ma-featuredproductslider-container .flex-control-thumbs img:hover {opacity: 1;}
.ma-featuredproductslider-container .flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

.ma-featuredproductslider-container .ma-loading {
	width: 16px;
	height: 16px;
	position: absolute;
	z-index: 99;
	background: url(http://www.dslrpros.com/skin/frontend/default/ma_petsyshop/magentothem/images/loader.gif) no-repeat ;
	top: 50%;
	left: 50%;
	margin: -8px 0 0 -8px;
}
