body {
    font-family: "Ubuntu Beta", UbuntuBeta, Ubuntu, 'Bitstream Vera Sans', 'DejaVu Sans', Tahoma, sans-serif;
    background: url(images/body_bg.png);
    font-size: 12px;
    line-height: 16px;
    color: #333333;
    margin: 0;
    padding: 0;
}

li {
line-height:16px;
margin-left:28px;
}

#container {
    background: #f7f6f5;
    margin: 0 auto 20px;
    padding: 0;
    width: 976px;
}
#container-inner {
    background-color: #dfdcd9;
}
#header, #container-inner {
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-box-shadow: #bbb 0 0 5px;
    -webkit-box-shadow: #bbb 0 0 5px;
}
#header {
    background: #772953 url(images/header_bg.png) top left repeat-x;
    height: 64px;
    margin: 0;
    padding: 0;
    position: relative;
}

#menu-search {
    height: 40px;
    margin: 0 16px;
}
#search-box {
    margin-left: 720px;
    -moz-border-radius: 0px 0px 4px 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-box-shadow: #bbb 0px 0px 2px;
    -webkit-box-shadow: #bbb 0px 0px 2px;
    background-color: #f2f2f2;
    width: 224px;
    height: 40px;
}
#search-box-input {
    float: left;
    width: 172px;
    height: 20px;
    border-color: #d1d1d1;
    border-style: solid none none solid;
    border-width: 1px medium medium 1px;
    margin: 8px 0 0 8px;
    padding: 1px;
    font-size: 12px;
}

.prod_desc ul{
  line-height:22px;
  list-style-type:circle;
}

.prod_desc li{
line-height:16px;
margin-left:28px;
}


#search-box-button {
    float: left;
    background: url(images/search_submit_bg2.png) transparent;
    width: 24px;
    height: 24px;
    margin: 8px 0 0 8px;
    padding: 0;
    border: none;
    cursor: pointer;
}
#search-box-button:hover {
    background-position: 0 -23px;
}
#search-box-button:active {
    background-position: 0 -46px;
}
#search-box button span {
    position: absolute;
    overflow: hidden;
    text-indent: -9999px;
}
#content {
    padding: 0 16px;
}
#end-content {
    clear: both;
}
#inner-content {
  -moz-border-radius:4px 4px 4px 4px;
  -webkit-border-radius: 4px;
  background:none repeat scroll 0 0 #FFFFFF;
  float:left;
  padding:10px 0;
  width:944px;
}
h1 {
  font-size: 36px;
  line-height: 40px;
  margin: 12px 0 32px 8px;
  padding: 0;
  line-height: 40px;
  color: #772953;
  margin-bottom: 20px;
}
h1 a, h1 span.grey, h2 span.grey, h1 span, h2 span {
color:#AEA79F;
text-decoration: none;
}
span.first {
 color: #772953;
}
.box, .box-onecol {
    color: #333;
    background: #f7f7f7;
    margin-bottom: 16px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.box {
    padding: 8px 8px 32px;
    width: 928px;
}
.box-onecol {
    padding: 8px 240px 32px 160px;
    width: 528px;
}
.box h1, .box-onecol h1 {
    margin: 32px 0 16px;
    font-weight: normal;
}
.box-944 {
    background: #ffffff;
    width: 944px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.box-304 {
    background: #ffffff;
    width: 304px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.box-624 {
    background: #ffffff;
    width: 304px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.content-box {
    width: 912px;
    padding: 16px;
}
#canonical-header {
    background-image: url(images/header_logo.png);
    height: 24px;
    left: 22px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 22px;
    width: 200px;
    overflow: hidden;
    text-indent: -9999px;
}
#canonical-header a {
    display: block;
    height: 100%;
    width: 100%;
}
#footer {
    padding-top: 16px;
}
#footer * {
    font-size: 10px;
    line-height: 14px;
}
#footer p {
    margin: 0;
    padding-bottom: 2px;
    border-bottom: 1px dotted #aea79f;
}
#footer p.footer-title {
    font-weight: bold;
    border-bottom: 1px dotted #333333;
}
#footer a {
    color: #333;
    text-decoration: none;
}
#footer a:hover {
    color: #772953;
    text-decoration: underline;
}
#footer .footer-div {
    width: 144px;
    float: left;
    margin-left: 16px;
    height: 136px;
}
#footer .last-div {
    margin-right: 16px;
}
#footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#footer li {
    margin: 0;
    padding: 1px 0;
}
#main-menu {
    list-style: none;
    margin: 0;
    margin-left: 16px;
    padding: 0;
    height: 100%;
    background: transparent url(images/topnav_divider.png) top left no-repeat;
}
#main-menu li.first{
  margin-left:2px
}

#main-menu li {
    float: left;
    margin: 0;
    padding: 0;
    height: 64px;
    font-size: 14px;
    line-height: 16px;
    background: transparent url(images/topnav_divider.png) top right no-repeat;
}
#main-menu a {
    display: block;
    float: left;
    margin: 0;
    padding: 24px 8px;
    text-decoration: none;
    color: #fff;
    text-shadow: #000 0 1px;
    /*line-height: normal;*/
    text-align: center;
    margin-left: -2px;
}
#main-menu a:hover,
#main-menu li.active {
    background: url(images/topnav_active_bg.png) no-repeat right top transparent !important;
}
h1.masthead {
    color: #333333;
    font-size: 36px;
    font-weight: normal;
    line-height: 40px;
    padding-left: 8px;
    margin-bottom:16px;
}
h2 {
    color: #333;
    font-size: 24px;
    font-weight: normal;
    line-height: 28px;
}
h3 {
  color:#333333;
  font-weight:normal;
  margin-bottom:10px;
  font-size:16px;
  line-height:20px;
  margin:0 0 16px;
  padding:0;
}
h3.link-other {
    color: #333;
}
h3.link-services {
    color: #fff;
}
h4 {
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
}
h4.link-news {
    color: #830051;
}
h4.link-canonical {
    color: #e24912;
}
h4.partners {
    color: #333;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
}
h5 {
    color: #333;
    font-size: 10px;
    font-weight: normal;
    line-height: 16px;
}
p {
    font-size: 12px;
    line-height: 16px;
}
p.call-to-action {
    color: #333;
}
p.case-study {
    color: #333;
}
p.highlight {
    font-size: 16px;
    line-height: 20px;
}
p.services {
    color: #fff;
}
p.small-text {
    color: #333;
    font-size: 10px;
}
div.formitem input[type=text],
div.formitem input[type=password],
textarea {
    font-size: 12px;
    border: 1px solid white;
    border:1px solid #ccc;
    padding: 2px;
    color: black;
    width: 290px;
}
select {
    width: 290px;
}
div.formitem input[type=text]:focus, #search-input:focus,
div.formitem input[type=password]:focus,
textarea:focus {
    border: 1px solid #eb6f31;
    outline: 1px solid #eb6f31;
}
/* Clearing floats without extra markup
Based on How To Clear Floats Without Structural Markup by PiE
[http://www.positioniseverything.net/easyclearing.html] */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}  /* for IE/Mac */
p.introduction {
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    width: 540px;
    padding-left: 8px;
    height: 116px;
    margin-bottom: 0;
}
div#subheader {
    margin: 0 16px 8px 0;
    height: 40px;
}
div#subheader div {
    float:right;
    height: 40px;
    background: #F2F2F2 url(images/bg-subheader.png) repeat-x;
    font-size: 12px;
    line-height: 16px;
    color: #333333;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-box-shadow: #bbb 0 0 2px;
    -webkit-box-shadow: #bbb 0 0 2px;
}
div.subheader-search {
    padding: 0 8px;
    width: 226px;
}
div.subheader-menu {
    width: 702px;
}
div.subheader-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
div.subheader-menu li {
    float: left;
    background: transparent url("images/subnav_divider.png") no-repeat right top;
    margin: 0;
}
#subheader ul li a:hover, #subheader ul li span.active {
    background: transparent url("images/subnav_active_bg.png") repeat-x;
    text-decoration:none;
}
#subheader ul li a:hover {
    color: #772953;
}
#subheader ul li a, #subheader ul li span, #subheader ul li input {
    padding: 12px 8px 0;
    display: block;
    height: 28px;
    text-decoration: none;
    color: #333333;
}
#subheader p {
    font-size: 12px;
    line-height: 24px;
    color: #333333;
    margin: 8px 0 8px 8px;
}
#chooseLinks {
    margin: auto;
    border-collapse: collapse;
}
div#masthead {
    margin: auto;
    clear:both;
    width: 848px;
}
td.cdchoice {
    width: 304px;
    height: 90px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
td.cdchoice:hover a {
    color: #dd4814;
    background: transparent;
}
td.cdchoice p {
    font-size: 12px;
    line-height: 16px;
    color: #333333;
}
td.cdchoice-spacer {
    width: 16px;
    padding: 0;
}
#search-submit {
    background:transparent url(images/search_submit_bg2.png) no-repeat scroll left top;
    border:medium none;
    cursor:pointer;
    height:25px;
    margin:0 0 0 3px;
    overflow:hidden;
    padding:0;
    text-indent:30px;
    width:25px;
}
#search-submit:hover {
    background-position: 0 -23px;
}
#search-submit:active {
    background-position: 0 -46px;
}
#search-input {
    border-color: #d1d1d1;
    border-style: solid none none solid;
    border-width: 1px medium medium 1px;
    font-size:11px;
    height:14px;
    padding:6px 0 3px 3px;
    width:173px;
    margin-top:7px !important;
}
table.form {
    width: 640px;
}
div.formitem {
    padding: 8px 0 0;
    clear: both;
}
div.formlabel {
    padding-bottom: 4px;
}
strong, strong label {
    font-weight: normal;
    color: black;
    font-size: 12px;
    line-height: 16px;
}
legend {
    color: white;
    background: #aea79f;
    font-size: 16px;
    line-height: 20px;
    height: 20px;
    padding: 8px;
    width: 512px;
}
fieldset {
    width: 528px;
    border: 0;
    background: #dfdcd9;
    padding: 0 0 16px;
    margin-bottom: 16px;
}
fieldset div.formitem {
    padding-left: 8px;
}
.fieldRequired {
    font-weight: bold;
    color: #dd4814;
}
p a, ul li a {
    color: #333;
    text-decoration: none;
}
p a:hover, ul li a:hover {
    text-decoration: underline;
}
/* News Feed link */
.news-feed a  {
    background:url("images/news_feed_bg.png") no-repeat scroll right top transparent;
    padding:0 20px 0 0;
}
/* Fancy buttons */
input.button {
    background: #dd4814;
    border: 0;
    color: white;
    font-size: 20px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-shadow: #333 0 1px;
}
input.button:hover {
    background: #b83a0f;
    color: white;
}
input.button:active {
    background: #962d0c;
    color: #aea79f;
}
div.error div.message, div.error.message {
    display: inline-block;
    color: #dd4814;
    padding-left: 30px;
    background: transparent url(images/error.png) no-repeat left center;
    height: 22px;
    vertical-align: middle;
    line-height: 22px;
    margin: 0 10px;
}
ul {
    padding: 0;
  list-style-type:circle;
}
.box ul li, .box-onecol ul li {
    text-indent: -8px;
}
.box ul li:before, .box-onecol ul li:before {
    content: "-";
}
.box .shipitPortlet ul {
    padding: 8px 16px;
    margin: 0;
    width: 130px;
}
.box .shipitPortlet ul li {
    margin-bottom: 4px;
}
table#standardrequests th {
    text-align: left;
    white-space: nowrap;
}
div.donate {
    margin-top: 32px;
}
div.donate div.formitem input[type="text"] {
    width: 100px;
}
#leftsidebar {
  width: 160px;
  vertical-align: top;
}
#center-content {
}
#rightsidebar {
  width: 300px;
}
#maincontent {
}
#content {
  width: 960px;
}
#content td , #content td > div{
  padding:  1px 0 0 0;
  font-size: 12px;
  line-height: 16px;
}

#leftnav_permanent {
   padding-left:10px !important;
}

#content td a {
  text-decoration: none;
  font-size: 12px;
  line-height: 14px;
  /*
padding: 0 0 8px;
*/
  color: #772953;
}
#categories {
  padding-left:10px;
}
#categories li {
   border-bottom:1px dotted #333333;
  line-height:1.2em;
  list-style:none outside none;
  margin:2px 0 3px 4px;
  padding-bottom:6px;
  padding-top:1px;
  width:127px;
}
#categories li a {
  font-size:10px;
  line-height:16px;
  color: #333333;
  text-decoration: none;
}
#categories li a:hover {
  color: #772953;
  text-decoration: underline;
}
#categories li.one a {
  margin-left: 20px;
}
#categories li.two a {
  margin-left: 30px;
}
#payment-logos, #currency-picker {
  text-align: center;
  margin-bottom: 10px;
}
#currency-picker {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}
#copyright {
    clear: left;
    background-image: url(images/footer_logo.png);
    background-position: 795px 16px;
    background-repeat: no-repeat;
    margin: 0 16px;
    padding: 10px 0 0 0;
    height: 42px;
    margin-top: 31px;
}
#copyright * {
    color: #aea79f;
    margin: 0;
}
#copyright p {
    color: #aea79f;
    font-size: 10px;
    line-height: 14px;
    margin: 2px 0;
    width: 530px;
    border: none;
}
#vatmessage {
  padding-top: 12px;
}
#leftnav_permanent {
  padding-left: 10px;
}
#sale_items {
  padding-top: 5px;
  display: block;
}
#breadcrumb h1 span {
  font-size: 24px !important;
}
#breadcrumb h1 {
   font-size: inherit;
   line-height: inherit;
}


.store_links{
   font-size:12pt;
   padding:20px;
   text-align:right;
}

.store_links a{
    color:#772953;
    text-decoration:none;
}
.store_links a:hover{
    color:#000;
    text-decoration:underline;
}
.price {
    color: #772953;
    margin:10px 0px;
    padding:0;
}
.product-range tr.toprow {
   background-color:#f9f8f7;
   text-indent: 10px;
}
#content .product-range th, #content .product-range td{
   padding:10px 5px 10px 0px;
}


.product-range tr.even, .product-range tr.odd{
   border-bottom: 1px dashed #e9e6e2;
}
#content .product-range tr.even td, #content .product-range tr.even th, #content .product-range tr.odd td, #content .product-range tr.odd td{
   padding-bottom: 5px;
}
#additionalinfo{
  line-height:20px;
}

#review a{ text-decoration:underline !important;}


.review_follow_up { overflow:hidden;position:relative;cursor:pointer}

#fade-bottom { background: url('../images/fadebottom.png') repeat-x scroll 0 2px transparent; position:absolute; bottom:0px;width:100%;text-align:right}

.ProductImage img {border:10px solid #f9f8f7;}

span.productSpecialPrice {
    color:#772953;
}

h2.price s{  color:#AEA79F; }
.hidden_crumb { color:#dfdcd9; }

#inner-content
{
position:relative;
}

#can_video_div {
   position:absolute;
   width: 960px;
   margin:0 auto;
   z-index:9999;
   display:none;
   opacity:0;
   left:-18px;
   top:-5px;
   background: none repeat scroll 0 0 #000000;
   box-shadow: 0 0 15px #000000;
   padding: 10px;
   text-align: center;
   border-radius: 30px 30px 30px 30px;
}
#can_video_div a {
  color:#fff;
  text-decoration:none;
}
/*.div_expanded { //height:inherit;} */





#new_footer:after {
  content: " ";
  clear: both;
  display: block;
}

#new_footer {
  padding: 0 15px;
}

#new_footer ul {
  padding: 0;
  overflow: hidden;
  margin: 22px 0 0;
}

#new_footer li {
  float: left;
}

#new_footer h2 {
  font-size: 13px;
  color: #717171;
  text-transform: uppercase;
  padding: 11px 0 0 3px;
}

#new_footer .social_box {
  float: left;
  width: 37%;
}

#new_footer .social_box ul {

}

#new_footer .social_box li ~ li {
  margin-left: 14px;
}

#new_footer .social_box a {
  background: url(images/footer_social.png) no-repeat 0 0;
  display: block;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  opacity: .9;
  color: transparent;
  overflow: hidden;
  text-indent: 1000%;
}

#new_footer .social_box a.google {
  background-position: -113px 0;
}

#new_footer .social_box a.facebook {
  background-position: -56px 0;
}

#new_footer .social_box a.canonical {
  background-position: -172px 0;
}

#new_footer .social_box a:hover {
  opacity: 1;
}

#new_footer .social_box img {

}

#new_footer .new_menu {
  float: left;
  width: 63%;
}

#new_footer .new_menu ul {
  margin-top: 19px;
  padding-left: 4px;
}

#new_footer .new_menu li {
  width: 33.3333%;
}

#new_footer .new_menu a {
  font-size: 13px;
  padding-right: 10px;
  color: #333333;
  line-height: 18px;
}

#payment-logos > span {
	    display: inline-block;
}

#payment-logos > span ~ span {
	margin-left: 5px;
}

.subheader-search.subheader-currency {
    display: block!important;
    border-radius: 0!important;
    width: 199px;
    text-align: right;
    padding-top: 9px;
    height: 31px!important;
}
.subheader-search.subheader-currency form {
    display: inline-block;
}
.subheader-search.subheader-currency select {
	    width: 100px;
}
div.subheader-menu {
	width: 487px;
	-webkit-border-bottom-right-radius: 0!important;
}
.subheader-search {
	    -webkit-border-bottom-left-radius:0!important;
}
body.checkout_shipping .subheader-currency,
body.checkout_payment .subheader-currency,
body.checkout_confirmation .subheader-currency
{color: transparent!important;}


div#christmas {
    background-image: url("../../images/christmas_backgrounds.gif");
    border: 2px groove red;
    color: #990000;
    font-size: 14px;
    font-weight: bold;
    line-height: 2rem;
    margin: 0 18px 0 0;
    padding: 10px;
    text-align: center;
}