@import url(menu_h.css);
#ocmenu {
  margin-top:-14%;
  border:0px solid green;
  float:left;
  width:91%;
  position:relative;
  z-index:99;
  float:left;
  padding-left:44px;
  border:0px solid;
}

.form-thank-you {
  text-align: center;
  font-weight: bold;
}
.formmail .checkbox {display:inline-block; width:190px; padding: 7px 0 0;}
.formmail td {padding:10px 0px}
html {
max-width:100%;min-width:100%;overflow-x:hidden;
}

iframe {max-width:100%;}
.image-caption {text-align:center;padding:3px}
#map{max-width:100%;}
#ocontent {
 float:left;
 width:100%;
 position:relative;
}
#icontent {
 position:relative;
}

#plusone {display:inline}
.border150 #icontent {
 border-left:150px solid #fff;
}

td {
 vertical-align:top;
}
table {
 border-collapse:collapse;
 max-width:100%;
}
table td {
 border-bottom:1px solid;
}

form table td {border-bottom:0px;}
form textarea {max-width:100%;width:100%;}

#categories {
  width:165px;
  float:left;
  margin-left:-25px;
  z-index:1;
  border-right:1px dotted#ccc
}
#categories {
 position:relative;
 padding:70px 0px 20px 0px;
}
#categories a.on {
 text-decoration:underline;
}



/*------------------*\
|* global interface *|
\*------------------*/
body {
  margin: 0px;
  padding: 0px;
  color: #371200;
  background:#CB5201;
  font:normal 18px calibri, arial, helvetica;
  text-align: center;
    max-width:100%;
}
.black {
  color: #ccc;
}

img {
  border: 0px;
  max-width:100%;
  height:auto;
}
.nowrap {white-space:nowrap}
/* forms */
form {
  margin: 0px;
}
input, textarea {
  font: normal 13px tahoma, geneva, verdana, sans-serif;
}
input.text, input.password, textarea {
  padding: 1px 0px 1px 2px;
  border: 1px solid #57594b;
}

/* links */
a {
  color: #fe9438;
  text-decoration:none;
}
.lasttitle {
  color: #fe9438;
}
a:visited {
  color: #fe9438;
}
a:hover {
  color: #fe9438;
  text-decoration: underline;
}

/* headings */
h1 {
  font-size: 16px;
}
h2 {
  font-size: 15px;
}
h2 {
  margin: 0px 0px 10px 0px;
  padding: 5px 0px 0px 0px;
  border-bottom: 1px dotted #bbbfa1;
}
#header h2 {
  border-bottom: 0px dotted #bbbfa1;
}

h3 {
  font-size: 13px;
}
h4 {
  font-size: 12px;
  text-align:center;
}
h5 {
  font-size: 14px;
  color:#990099;
  margin:0px;
}
/* use this with text in headings you wish to make small */
.hsmall {
  font-weight: normal;
  font-size: 9px;
}

#accessibility {
  position: absolute;
  left: -9000px;
  width: 9000px;
}
#wrapper {
  margin: 0px auto;
  border:0px solid;
  padding:0;
  width:100%;
  max-width: 910px;
  text-align: left;

}


/*--------*\
|* header *|
\*--------*/
#logo {
  width: 24%;
  height: 100%;
  text-indent: -9999px;
  outline:0px solid;
}
#logo h1, #logo a {
  margin: 0px;
  width: 100%;
  height: 100%;
  z-index:10;
  position:relative;
}
#logo a {
  text-decoration: none;
  display: block;
  outline: none;
}
#header {
  background: transparent url(/images/secondary_white_header.jpg) top center no-repeat;
  max-height:240px;/*177px or 203px at 115% background-size*/
  height:240px;/*177px*/

  font: normal 11px arial, helvetica;
  max-width:910px;
  width:100%;
  border:0px solid;
}
.black #header {
  background: transparent url(/images/secondary_black_header.jpg) top center no-repeat;
}
#loginbar {
  position:relative;
  float: right;
  text-align: right;
  border:0px solid;
  max-width:500px;
  width:60%;
}
#loginbar h2 {
  margin-top:50px;
  margin-right:22px;
  text-align:right;
  font-size:16px;
}

#loginbar .HeaderImage {
/*have to offset for the padding on the wrapper*/
  border:0px solid;
  max-width:100%;
  height:auto;
}

#loginbar a {
}
/* these colours are the same as defined by 'a', but we unset a:visited */
#loginbar a:hover {

}
#loginbar a.in {

}
#loginbar a.out {

}

/*------------*\
|* navigation *|
\*------------*/
.navbar {
  margin-bottom: 0px;
}


/*-----------*\
|* searchbar *|
\*-----------*/
.searchbar {
  margin-bottom: 3px;
  padding: 5px 10px;
  border-bottom: 1px solid #57594b;
  background: #edf2cb;
}
.searchbar input.text, .searchbar input.submit {
  margin-right: 5px;
}
/* setting this in mozilla causes rendering issues */
* html .searchbar input.submit {
  height: 21px;
}
/* these colours are the same as defined by 'a', but we unset a:visited */
.searchbar a {
  color: #212126;
  font-size: 10px;
}
.searchbar a:hover {
  color: #5c5b66;
}

/*--------*\
|* footer *|
\*--------*/
#footer {
  margin-top: 0px;
  padding: 60px 25px 90px 5px;
  border-top: 0px solid #57594b;
  background: transparent url(/images/secondary_white_footer.jpg) top center no-repeat;
  color: #2F1808;

}


.black #footer {
    background: transparent url(/images/secondary_black_footer.jpg) top center no-repeat;

}

#footer img {

}
#footer p {
  margin: 0px;
  padding: 3px 0px 3px 0px;
  font-size: 12px;
  text-align:center;

}
#footer p.small {
  margin: 0px;
  padding: 3px 0px;
  font-size: 11px;
  text-align:right;
}

#footer a {
  color: #781E86;
  text-decoration:none;
}
#footer a:visited {
  color: #781E86;
}
#footer a:hover {
  color: #781E86;
  text-decoration: underline;
}


#footer .addthis {
  float:left;
  width:210px;
  height:40px;
  border:0px solid;
  text-align:right;
}
#footer .addthis img {
   float:none;
}

/*---------------*\
|* contentheader *|
\*---------------*/
#contentheader {
  padding: 0px 10px 0px 0px;
}
#contentheader .error, #contentheader .message {
  margin: 0px 0px 0px 0px;
  padding: 2px 0;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-align: left;
}
#contentheader .error {
  color: #8c3030;
  font-weight:bold;
}
#contentheader .message {
  color: #444;
  font-weight:bold;
}
#contentheader .error *, #contentheader .message * {
  margin: 0px;
  padding: 0px;
}

/*---------------*\
|* contentfooter *|
\*---------------*/
#contentfooter {

}

/*---------*\
|* content *|
\*---------*/
#ocwrapper {
  margin-top:-1px;
/* background colour of left sidebar */
  border-left: 0px solid #e2e1eb;
/* background colour of right sidebar */
  border-right: 0px solid #e2e1eb;
  padding-bottom:50px;
    background: transparent url(/images/secondary_white_pattern.jpg) top center repeat-y;
}
.black #ocwrapper {
    background: transparent url(/images/secondary_black_pattern.jpg) top center repeat-y;
}

.white #icwrapper {
  background9: transparent url(/images/secondary_white_sub_head.jpg) top center no-repeat;
  background-size:contain;
}
.black #icwrapper {
  background: transparent url(/images/secondary_black_sub_head.jpg) top center no-repeat;
  background-size:contain;
}


#leftsidebar {
  margin-left: -200px;
  padding: 10px 0px 10px 10px;
  width: 190px;
  float: left;
  position: relative;
/* hide the left sidebar by default */
  display: none;
}
#rightsidebar {
  margin-right: -200px;
  padding: 10px 10px 10px 0px;
  width: 190px;
  float: right;
  position: relative;
  display:none;
}


#contentwrapper {
  width: 100%;
  float: left;
  position: relative;

border:0px solid;
  9background:url(/images/x-secondary-white-top.jpg) top center no-repeat;

}
.black #contentwrapper {
  width: 100%;
  float: left;
  position: relative;
  9background:url(/images/x-secondary-black-top.jpg) top center no-repeat;

}

#header,#footer,#ocwrapper,#contentwrapper,
.black #header,.black #footer,.black #ocwrapper,.black #contentwrapper {
   background-size: 100%;
}

#content {
  position:relative;
  margin: 0px 0px 0px 0px;
  top:-20px;
  padding: 00px 12% 0px 13%;
  font-size: 14px;
  line-height:20px;
  border:0px solid;
}
#home #content {
 height:369px;
}
/* hack for ie/win's guillotine bug */
/* start non ie/mac css \*/
* html #content {
  height: 1%;
}
/* end non ie/mac css */


.location-pictures {
  margin: 0 auto;
  max-width: 300px;
  width: 100%;
  text-align: center;
}
.location-pictures > div {
  margin-bottom: 10px;
}


/*-----------------*\
|* global elements *|
\*-----------------*/
.floatleft {
  position:relative;
  float:left;
}
.floatright {
  position:relative;
  float:right;
}

#catDescription .floatleft {
  clear:left;
  margin-right:10px;
  margin-bottom:15px;

}
#catDescription .floatright {
  clear:right;
  margin-left:10px;
  margin-bottom:15px;
}
#content #catDescription ul {margin:10px 0px 15px 0px ;padding:0;}

.floatcenter {
 margin:0 auto;
 text-align:center;
 display:block;
}

.shadowtop, .shadowbottom {
  height: 0px;
  font-size: 1px;
  display: inline-block;
/* ie/mac fix \*/
  display: block;
/* end fix */
}
.shadowtopleft, .shadowtopright, .shadowbottomleft, .shadowbottomright {
  width: 0px;
  height: 0px;
  font-size: 1px;
}


.shadowbottom {

}
.shadowleft {

}
.shadowright {

}
.shadowtopleft {
  float: left;

}
.shadowtopright {
  float: right;

}
.shadowbottomleft {
  float: left;

}
.shadowbottomright {
  float: right;

}

/* links */
.linklisting {
  margin: 15px 0px 15px 0px;
  padding: 0px 0px 0px 0px;
  float:left;
  border:1px solid #333;


}
/* links */
.linklisting {
  margin: 15px 0px 15px 0px;
  padding: 0px 0px 0px 0px;
  float:left;
  border:0px solid #333;
}
.olinklisting {
  margin: 15px 0px 15px 0px;
  padding: 0px 0px 0px 40px;
  float:left;
  width:178px;
  border:0px solid #333;
  max-width:100%;
  overflow:hidden;

  line-height:normal;
}
.black #linkswrapper {text-align:center;border:0px solid;margin:0 -15px;}
.black .linklisting {
  margin:0 auto;
  float:none;
  width:88%;
  min-width9:150px;
  max-width:100%;
  text-align:center;
  outline:0px solid red;
  margin: 15px auto;
  padding: 0px 0px 0px 0px;
  height:240px;
  font-size:11px;
}
.black .olinklisting {
  margin: 15px 0px 0px 0px;
  padding: 0px 0%;
  float:none;
  display:inline-block;
  width:32%;
  min-width9:250px;
  height:100%;
  outline:0px solid gold;
  font-size:11px;
  line-height:normal;
}
.border-left-210{border-left:210px solid #fff !important;}
.border-left-213{border-left:30px solid #fff !important;}

.Right {
  margin-top:5px;

  float:right;
  width:255px;
  margin-left:20px;
}

.Right .olinklisting {
  margin:0px 0 0 0;
  padding:0px 0 30px 0;
  border:0px solid;
  float:right;
  width:100%;
}
.Right .linklisting {
  margin:0px;
  padding:0px;
  border:0px solid;
  width:100%;
}
.Left {
  margin-top:60px;
  border:0px solid;
  float:Left;
  width:170px;
}

.Left .olinklisting {
  margin:0px 0 0 0;
  padding:0px 0 10px 0;
  border:0px solid;
  float:right;
  width:170px;
}
.Left .linklisting {
  margin:0px;
  padding:0px;
  border:0px solid;
  width:150px;
}


.wide {
 position:relative;
 text-align:left;
 float:left;
 width:100%;
}

.wide .olinklisting {
 margin:20px 0 0 0px;
 float:left;
 border-top:1px dotted #ccc;
 width:100%;
 padding:0 0 0 0px;
 position:relative;clear:left;

}

.wide .linklisting {
 margin:20px auto;
 float:left;
 border:0px solid;
 padding:0 0 0 215px;
 text-align:left;
 width:100%;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box
}
.wide .linklisting .thumbnail {
  float:left;
  position:relative;
  margin-left:-215px;
  z-index:10;
  border:0px solid;
  width:192px;
  text-align:center;
}
.Right .wide .linklisting .thumbnail {
  float:left;
  position:relative;
  margin-left:-235px;
  z-index:10;
  border:0px solid;
  width:192px;
  text-align:center;
}
.wide .linkheader {
   text-align:left;
   font-size:12px;
}

.wide .linkdescription {
 border:0px solid;
 text-align:left;
  
}
.wide .linklisting h4 {
 text-align:left;
}

.thumbnail img {
  border:1px solid #fe9438;
  max-width:100%;height:auto;
  margin-bottom:5px;/*not sure this is the correct location. Targets black portfolio.*/
}




.linklisting h4.linktitle, .linklisting p.linkurl, .linklisting p.linkrating {
  overflow: hidden;
  width: 100%;
  margin: 2px 0px;
}
.linklisting h4.linktitle a {
  padding-bottom: 0px;
}
.linklisting p.linkurl a {
  font-size: 9px;
  text-decoration: none;
}
.linklisting p.linkrating {
  font-size: 9px;
}
.linklisting p.linkrating .linkexpired {
  color: #8c3030;
  font-weight: bold;
}
.linklisting .linkdescription, .review .reviewcontent {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  border: 0px solid #bbbfa1;
  overflow: hidden;
}
/* overflow: hidden doesn't work in ie unless the width is set */
* html .linklisting .linkdescription, * html .review .reviewcontent {
  width: 96%;
}
.linklisting p.linkactions {
  margin: 0px;
}
.linklisting p.linkactions a, #detailed p.actions a, #jump_frame .actions a {
  padding: 1px 4px;
  border: 1px solid #bbbfa1;
  font-size: 9px;
  text-decoration: none;
}
.linklisting p.linkactions a:hover, #detailed p.actions a:hover, #jump_frame .actions a:hover {
  background: #e2e1eb;
}

/* reviews */
.review h4.reviewsubject {
  margin: 10px 0px 0px 0px;
}
.review h5.reviewbyline {
  margin: 0px;
  font-weight: normal;
}
.review p.reviewer {
  margin: 0px 0px 2px 0px;
}
.review .reviewhelpful span {
  float: left;
  font-size: 9px;
}
.review .reviewhelpful form span {
  float: right;
}
.review .reviewhelpful input {
  padding: 0px 3px;
  border: 1px solid #bbbfa1;
  background: #ffffff;
  font-size: 9px;
}
/* .review p.reviewcontent => see .linklisting p.linkdescription */

/* link/bookmark status icons */
.new-item, .updated-item, .popular-item, .unpaid-item, .expired-item, .free-item, .bookmark-public, .bookmark-default {
  font-weight: normal;
  font-size: 9px;
  color: #ffffff;
  vertical-align: text-top;
}
.new-item {
  background-color: #8c3030;
}
.updated-item {
  background-color: #c5a600;
}
.popular-item {
  background-color: #314fb1;
}
.unpaid-item {
  background-color: #555555;
}
.expired-item {
  background-color: #92589c;
}
.free-item {
  background-color: #a7a87c;
}
.bookmark-public {
  background-color: #cc6613;
}
.bookmark-default {
  background-color: #7fb131;
}
.new-item span, .updated-item span, .popular-item span, .unpaid-item span, .expired-item span, .free-item span, .bookmark-public span, .bookmark-default span {
  padding: 0px 3px;
}

/* paging */
.paging {
  clear:both;
  text-align: right;
}
.paging img, .paging select, .paging input {
  vertical-align: middle;
}

.crumb {
  font-size: 11px;
}



/* tables */
.ftable {
  margin-top: 5px;
  border-bottom: 3px solid #bbbfa1;
  border-collapse: collapse;
  width: 100%;
/* ie5-5.5 don't inherit the font style properly */
  font-size: 11px;
}
.ftable th {
  background: #bbbfa1;
  text-align: left;
}
.ftable th, .ftable td {
  padding: 3px 5px;
}
.ftablecol {
  border-right: 1px solid #bbbfa1;
}

/* sub headings */
#content h3 {
  margin: 25px 0px 0px 0px;
  padding: 5px 0px 0px 0px;
  border-bottom: 1px dotted #bbbfa1;
}
#content h3.noseparator {
  border-bottom: none;
}

/* lists */
#content ul {
  margin: 10px 0px 0px 20px;
  padding: 0px;
  font-size: 12px;
  list-style: none;
}
#content ul.categories {
  margin: 0px;
}
#content ul.default {
  margin: 0px 0px 1em 0px;
  padding-left: 3.6em;
  font-size: 11px;
  list-style: disc;
}

/* forms */
.row {
  margin-bottom: 1px;
  padding: 4px;
}
.row label.name {
  padding-right: 5px;
  width: 25%;
  float: left;
}
.row label.name span {
  color: #8c3030;
}
.row .value.wrappedtext {
  margin-left: 25%;
  padding-left: 5px;
}
/* hack for ie 5.5 text/textarea resizing */
.row .value input.text, .row .value input.password, .row .value textarea {
  width: expression(this.parentNode.offsetWidth * 0.74 + 'px');
}
/* the previous style causes problems with long sidebars in ie6 */
.row .value input.text, .row .value input.password, .row .value textarea {
  w\idth: 72%;
}
.row .value input.text.shorttext {
  width: 100px;
}
.row.required {
  background: #e2e1eb;
}
.row.invalid {
  color: #8c3030;
  background: #eedddd;
  font-weight: bold;
}
.formsubmit {
  margin-top: 10px;
  text-align: right;
}

/* generic messages */
.errormessage {
  color: #8c3030;
  font-weight: bold;
}
.infomessage {
  color: #3a5841;
  font-weight: bold;
}

/* treecats */
#content .treecats-selection-summary ul, #content .treecats-selection ul {
  margin: 0px;
}
.treecats-selection-summary li a, .treecats-selection li a {
  margin-top: 2px;
  margin-left: 5px;
}
.treecats-selection-summary a, .treecats-selection a {
  font-size: 9px;
}
.treecats-selection-summary a:visited, .treecats-selection a:visited {
  color: #212126;
}
.treecats-selection-current {
  font-weight: bold;
}
.treecats-category-info img {
  border: 0px;
  padding: 2px;
  vertical-align: middle;
}
.treecats-children {
  padding-left: 15px;
}
.treecats-selected span, li.treecats-selected {
  font-weight: bold;
}
.treecats-category a:link, .treecats-category a:visited {
  color: #212126;
  text-decoration: none;
}
.treecats-category a:hover {
  text-decoration: underline;
}
#content ul.treecats-links {
  padding-left: 15px;
  margin: 0px;
}
.treecats-links li {
  line-height: 1.25em;
  list-style: circle;
}

/* search highlighting */
.searchhl-1, .searchhl-2, .searchhl-3, .searchhl-4, .searchhl-5 {
  font-weight: bold;
}
.searchhl-1 {
  background: #ffff80;
}
.searchhl-2 {
  background: #aaaaff;
}
.searchhl-3 {
  background: #aaffaa;
}
.searchhl-4 {
  background: #ffaaaa;
}
.searchhl-5 {
  background: #aaffff;
}

/* indent */
.indent1 {
  margin-left: 20px;
}
.indent2 {
  margin-left: 40px;
}
.indent3 {
  margin-left: 60px;
}
.indent4 {
  margin-left: 80px;
}
.indent5 {
  margin-left: 100px;
}

.hide {
  display: none;
}

.clear:after {
  height: 0px;
  clear: both;
  display: block;
  visibility: hidden;
  content: ".";
}
.clear {
  display: inline-block;
}
/* start non ie/mac css \*/
* html .clear {
  height: 1%;
}
.clear {
  display: block;
}
/* end non ie/mac css */

/*---------------*\
|* page specific *|
\*---------------*/
#bookmark_list input.checkbox {
  float: left;
}
#bookmark_list .folders .description, #bookmark_folder_view .folders .description {
  margin: 0px 0px 10px 20px;
}
.bookmark_link .comments label {
  font-weight: bold;
}
.bookmark_link .comments label span {
  font-weight: normal;
}



/*
#category dl, #home dl {
  margin: 10px 0px 0px 0px;
  width: 49%;
  float: left;
}
*/

#category dt a {
  font-weight: bold;
  font-size: 12px;
}
#category dt, #category dd, #home dt, #home dd {
  margin: 0px 0px 0px 20px;
}
#category dd, #home dd {
  padding-bottom: 10px;
}

#detailed p.description {
  overflow: hidden;
}
/* ie needs a width for overflow: hidden to work */
* html #detailed p.description {
  width: 100%;
}
#detailed p.linknav {
  margin: 0px;
  text-align: right;
}
#detailed p.linknav img {
  vertical-align: middle;
}
#detailed p.linknav a {
  text-decoration: none;
}
#detailed p.reviewsfooter {
  margin: 20px 0px 0px 0px;
  text-align: right;
}
/* #detailed p.actions a, #detailed p.actions a:hover => see .linklisting p.linkactions a */

#home dt a {
  font-weight: bold;
  font-size: 13px;
}
#home #content h4 {
  margin-top: 20px;
  font-weight: normal;
  font-size: 14px;
}
/* #home dl, #home dt, #home dd, #home dd => see #category dl */

#jump_frame .jumpwrapper {
  height: 40px;
}
#jump_frame img.jumplogo {
  padding: 2px 0px 0px 2px;
  float: left;
}
#jump_frame h4 {
  margin: 0px;
  padding: 3px 0px;
}
/* #jump_frame .actions a, #jump_frame .actions a:hover => see .linklisting p.actions a */

#modify_select input.radio {
  float: left;
}

#search .searchoption {
  margin-top: 10px;
  padding-top: 5px;
  border-top: 1px dotted #bbbfa1;
}

#cart_wrapper, #cart_wrapper font, #cart_wrapper span {
  color: #2F1808;
}

.social_links {
   padding-top:25px;
   text-align:center;
   border:0px solid;
   margin:0 auto;
}

.social_link {
  padding-right:5px;
  border:0px solid;
}
#shop table td {
 border-bottom:0px solid;
}
.slicknav_menu {display:none; }
@media (max-width:920px) {
  #ocmenu {  margin-top:-13%;}

  .menui {display:none;}
  .menui:hover{z-index:999}
  .menu .slicknav_nav:hover {z-index:999;}
  .slicknav_menu ul li.nav-between{display:none}

  .slicknav_menu { font-size:16vw;  position:absolute;
     margin: 0% 1% 0px 0% !important;  padding: 0px 0px 0px 0px !important;
     display:block;
     background: url() top right no-repeat;
     min-height:0px;
    right:0; top:100%;
    width:100%;
		outline:0px solid blue
 }
 .slicknav_btn {border:0px solid red;
    margin: 0px 13% 0px 0px !important;
	  padding:.0% 0 0 0 !important;
    text-decoration:none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;  
    z-index:999999;
    background-color:transparent !important;
    padding-left:10px !important; 
    position: relative;
    display: block;
    vertical-align: middle;
    float: right; cursor: pointer;
 }
.slicknav_menu  .slicknav_menutxt {
    color: #9717a3 !important;
    font-weight: bold;
    text-shadow: 0 0px 0px #666 !important;
	  letter-spacing:.1em
 }
 .slicknav_menu .slicknav_icon-bar {
    background-color: #9717a3 !important;
 }
 .slicknav_nav {
		position:relative;
    color:#fff;
		margin:10% 9% 0 11% !important; padding:0 10px 0 0% !important; font-size:1em;
    background:#000;
 }
	
 .slicknav_nav a{
	  color:#ffca36 !important;
		font-size:15px;
		font-weight:bold;
 }
 .slicknav_nav a:hover{
	  color:#fff !important;
 }
 .slicknav_nav .primarynav {border-bottom:1px solid goldenrod;margin-bottom:9px;margin-top:10px;}
  
}
@media (max-width:650px) {
  
 
  
  
  #header,#footer,#ocwrapper,#contentwrapper,
  .black #header, .black #footer,.black #ocwrapper,.black #contentwrapper, .white #icwrapper, .black #icwrapper {
   background-size: 113%;
  }
  
  #header9 { padding-bottom:2.8%; }
  #content9{	padding:5% 7% 0px 10%;}

}

@media (max-width:750px) {
  #ocmenu { margin-top:-13.3%;/*66px*/}
 .black .olinklisting {min-width:48%;}
  #footer p{	top:-120px;position:relative;padding:0 10% 0px 10%;margin-bottom:-100px;}
  #icontent {padding-bottom:40px !important;}
}
@media (max-width:650px) {
  #ocmenu { margin-top:-11.5%;/*66px*/}
  #content {top:0;}
  #wrapper9 {margin-left:-5px}
}
@media9 (max-width:600px) {
  #ocmenu { margin-top:-4.8%;/*66px*/}
}
@media (max-width:550px) {
  
}
@media (max-width:500px) {
  #ocmenu { margin-top:-12%;/*66px*/}
 .black .olinklisting {width:100%;max-width:290px;}

}

@media (max-width:450px) {
  #ocmenu { margin-top:-12.1%;/*66px*/}
  .border-left-210               {border-left:210px solid #fff !important;      }
  .border-left-213               {border-left:0px solid #fff !important; }
  .wide .olinklisting {margin:0px auto;}
  .wide .olinklisting .thumbnail {float:none; margin:0px auto; width:100%;   }
  .wide .linklisting {padding:0px;}
  #footer p{	top:-130px;position:relative;padding:0 10% 0px 10%;margin-bottom:-120px;}
  #icontent {padding-bottom:45px !important;}
}
@media (max-width:400px) {
  #ocmenu { margin-top:-12.3%;/*66px*/}
}
@media (max-width:365px) {
  #ocmenu { margin-top:-12.6%;/*66px*/}
}

#cart_wrapper {  border:0px solid;  margin:0 auto;  width:700px;  text-align:center;  max-width:100%;padding:0px;}
#cart_wrapper table{width:100%;border-collapse:collapse;padding:0px;margin:0px auto;}

#cart_wrapper table td{max-width:100%;padding:5px 3px;line-height:140%}
#cart_wrapper table td textarea{max-width:100%;}
#cart_wrapper table td input{max-width:180px;}
#cart_wrapper table td select{width:185px}
#cart_wrapper table,#cart_wrapper th { text-align:left;  max-width:100% !important;padding:5px 3px;}
.remember{max-width:300px;line-height:140%}
.cartbuttons {max-width:100%;line-height:140%}
#cart_wrapper table.cartbuttons td {padding:0px 0px !important;}


@media (max-width:500px) {
  .cartbuttons-left{ display:inline-block;margin-right:0px;min-width:160px;width:48% !important;max-width:48% !important;text-align:center;}
  .cartbuttons-center{ display:inline-block;margin:0px auto;min-width:140px;width:45% !important;max-width:48% !important;text-align:center;}
  .cartbuttons-right{ float:left;margin-top:10px;width:100%;text-align:center;}
  .cartbuttons-right b{ display:block;}
}
@media (max-width:425px) {
  .floatleft,.floatright {float:none !important;margin:0 auto 15px auto !important;display:block;}
}

@media (max-width:375px) {
    .cart_items tr {border-bottom:1px solid}
    .cart_items th, .cart_items td{float:left;width:85px;border:0px solid}
    .itemprops{float:left;clear:left;border:0px solid; width:85px;}
    .itemquant,.itemprice,.itemtotal{float:none !important;display:table-cell !important;}
    td.lh,td.lhv {display:table-cell !important;border:0px solid;float:none }
    .cartbuttons-left{ width:100% !important;max-width:100% !important;}
    .cartbuttons-center{ width:100% !important;max-width:100% !important; }
}
