/*------------------*\
|* global interface *|
\*------------------*/
body {
  margin: 0px;
  padding: 0px;
	color:#363535;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:normal;
	background:#fcefdc url(/images/sissels-bg2012.jpg) repeat-x left top;
  text-align: center;
}
img {
  border: 0px;
}
#socialmedia {float:left;}
/* 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, footer a
{color: #d64219;
text-decoration:none;
}

a:hover, footer a:hover
{color: #d64219;
text-decoration:underline;
}
a:visited {
  color: #d64219;
}


/* headings */
h1 {
  font-size: 14px;
}
h2 {
  font-size: 16px;
}
#content h2 {text-transform:capitalize}
#detailed h2,.price {font-size:14px; font-weight:bold;color:#9b2d0e;margin:0 0 0px 0;}

h3 {
  font-size: 13px;
}
h4 {
  font-size: 12px;
}
h5 {
  font-weight: normal;
  font-size: 11px;
}
/* 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 50px auto;
  width: 960px;
  text-align: left;
  background-color:#FFF;
  border: 1px solid #ED8D43;
}

/*--------*\
|* header *|
\*--------*/
#logo {
  width: 960px;
  height: 126px;
  background: transparent url(/images/sissels-logo2012.jpg) top left no-repeat;
  text-indent: -9999px;
}
#logo h1, #logo a {
  margin: 0px;
  width: 100%;
  height: 100%;
}
#logo a {
  text-decoration: none;
  display: block;
}
#header {
  background: transparent url() top right no-repeat;
  position:relative;
}
#viewcart {
 border:1px solid #e9e2cf;
 position:absolute;
 right:13px;
  top:13px;
 padding:4px 9px;
   font-weight: bold;
}
#viewcart a{ color:#e9e2cf;}
  
#loginbar {
  float: right;
  text-align: right;
  display:none
}
#loginbar a {
  margin-top: 25px;
  padding: 10px 30px 10px 0px;
  color: #212126;
  font-weight: bold;
  display: block;
}
/* these colours are the same as defined by 'a', but we unset a:visited */
#loginbar a:hover {
  color: #5c5b66;
}
#loginbar a.in {

}
#loginbar a.out {

}


/*-----------*\
|* 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-top {
  margin-top: 3px;
  padding: 5px 28px;
  background: #fff;
  text-align:center;
  text-transform:uppercase;
  font-weight:bold;
}
#footer {
  padding: 5px 28px 21px 0px;
  text-align:center;
  text-transform:capitalize;
  font-weight:bold;
  font-family: Georgia;
}
#footer a {
  text-transform:none;
}

#footer img {
  float: right;
}
#footer p {
  margin: 0px;
  padding: 10px 0px;
  color: #8a8d77;
  font-size: 9px;
}
.ft-between {padding:0px 6px}


/*---------------*\
|* contentheader *|
\*---------------*/
#contentheader {
  padding: 10px 10px 0px 10px;
  background: #e2e1eb;
}
#contentheader .error, #contentheader .message {
  margin: 0px 200px 0px 0px;
  padding: 2px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
}
#contentheader .error {
  background: #8c3030;
}
#contentheader .message {
  background: #3a5841;
}
#contentheader .error *, #contentheader .message * {
  margin: 0px;
  padding: 0px;
}

/*---------------*\
|* contentfooter *|
\*---------------*/
#contentfooter {
  background: #e2e1eb;
}

/*---------*\
|* content *|
\*---------*/
#ocwrapper {
}
#contentwrapper_top {
padding:0px 0px 17px 0px;
}
#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;
}
#contentwrapper {
  width: 100%;
  float: left;
  position: relative;
}
#home #content {
  margin: 23px 21px;
  padding: 0px;
  background: #ffffff;
  line-height:24px;
}
#detailed #content {margin: 47px;}
 #content {
  margin: 23px 47px;
  padding: 0px;
  background: #ffffff;
  line-height:24px;
}

/* hack for ie/win's guillotine bug */
/* start non ie/mac css \*/
* html #content {
  height: 1%;
}
/* end non ie/mac css */

/*-----------------*\
|* global elements *|
\*-----------------*/
.floatleft {margin-right:28px;margin-bottom:22px;float:left;border:1px solid #ED8D43;}
.floatright {margin-left:28px;margin-bottom:22px;float:right;border:1px solid #ED8D43;}
.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;
}
.shadowtop {
}
.shadowbottom {
}
.shadowleft {
}
.shadowright {
}
.shadowtopleft {
  float: left;
}
.shadowtopright {
  float: right;
}
.shadowbottomleft {
  float: left;
}
.shadowbottomright {
  float: right;
}

/* links */

.linklisting {
  margin: 15px 20px 0px 0px;
  float:left;
  border:0px solid  #ED8D43;
  width:200px;
  text-align:center;
}

.linklisting img {  border:1px solid  #ED8D43;}
.linklisting-right {
  margin: 15px 0px 20px 0px;
}
.linklisting h4, h4.linktitle, .linklisting p.linkurl, .linklisting p.linkrating {
  margin: 8px 0px 0px 0px;
  line-height:16px;
}
.linklisting h4.linktitle a {
  padding-bottom: 0px;
}
/* overflow: hidden doesn't work in ie unless the width is set */
* html .linklisting .linkdescription, * html .review .reviewcontent {
  width: 96%;
}

.click {
  font-size: 11px;
}

#detailedimagecontainer {
  width:435px;
  border:1px solid #ec8c42;
  position:relative;
}
.detailedimage {position:absolute;top:0;}

#detailedthumbnailcontainer{ clear:left;}
#detailedthumbnailcontainer img {  border:1px solid;margin-right:20px;}
.description {padding-bottom:22px;}

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

.crumb {
  font-size: 9px;
}

/* lists */
#content ul {
  margin: 10px 0px 0px 20px;
  padding: 0px;
  list-style: none;
}


/* 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;
}

/* 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 *|
\*---------------*/

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

.gallerywrapper,.gw1,.gw2,.gw3,.gw4,.gw5,.gw6,.gw7,.gw8,.gw9,.gw10,.gw11,.gw12{border:0px solid purple;float:left;position:relative;text-align:left;margin-left:1px}
.mainimage{overflow:hidden;z-index:999;}
.mainimage-caption{text-align:justify;}
.fph{margin:-1px;}
.float-inside{position:absolute;}
.gw5 .float-inside{bottom:0px;}
.gw6 .float-inside{bottom:0;}
.gw7 .float-inside{bottom:0;}
.columns-numerical .float5{height:40px;}
.columns-numerical .fph5{float:right;width:1px;height:80%;}
.scrollablewrapper{z-index:99999}
.scrollable{position:relative;overflow:hidden;height:100%;width:auto;}
.scrollh{width:20000em;position:absolute;}
.scrollh .scrollable-column{float:left;}
.scrollv{position:absolute;}
.slider-h a:link{border-top:5px solid yellow}
.slider-h a.current{background:#880C23;border-top:5px solid red}
.slider-v a.current{background:#880C23;border-top:5px solid red}
.gallerywrapper .item{float:left;}
a.forward, a.backward{position:relative;z-index:9999;}
.browse{position:absolute;cursor:pointer;}
.browse{color:#7F8A5E;}
.browse:hover{color:#924523;text-decoration:none;}
.scrollable a.current{}
.scrollablewrapper span.right{margin:0;z-index:99999;}
.scrollablewrapper span.left{margin:0;z-index:99999;}
.scrollablewrapper span.disabled{visibility:hidden !important;}
.scrollable a,
.scrollable a:link,
.scrollable a:visited{display:block;text-align:center;}
.image img{max-width:100%;max-height:100%;}
.arrows{text-align:justify;}
.arrows .inner-item{}
.arrows a{height:auto;width:auto;}
.arrows a:link{float:left;height:auto;width:auto;}
.arrows a.current{float:left;height:auto;}
.char a{color:blue;font-size:20px;text-decoration:none;background:url(/images/button_radial_non-activated.png) center center no-repeat;}
.char a:link{}
.char a.current{color:#DC871D;background:url(/images/button_radial_activated.png) center center no-repeat;}




.menu{width:100%; background:#B4330F;position:relative;float:left;margin:0px 0 0px 0px;padding:0px 0 0px 0;font-family:Arial, Helvetica, sans-serif;z-index:9999;text-transform:uppercase;}
.menu ul{z-index:0;padding:0px 0px 0px 41px;margin:0;list-style-type:none;line-height:1.5em;}
.menu li{float:left;margin:0px;padding:0px;position:relative;}
.menu ul li table{margin:-1px 0;m\argin:0;border-collapse:collapse;font-size:12px;}
.menu ul li ul{display:none;padding:1px;font-size:11px;-moz-box-shadow:4px 3px 11px #767270;-webkit-box-shadow:4px 3px 11px #767270/*5px 5px 10px #635245*/;box-shadow:4px 3px 11px #767270;-moz-border-radius:0 0 0px 0px;-webkit-border-radius:0px;border-radius:0px;} 
.menu li ul li{width:100%;margin-left:0px;z-index:999}
.menu li.li-first{width:100%;}
.menu li.li-alpha{float:left;width:1.5em;text-align:center}
.menu li.column-2{float:left;width:52%;}
.menu li.column-3{float:left;width:45%;}
.a-span{float:left;width:100%;}
.a-span a{float:left;}
.menu ul li a, #filter_nav ul li a:visited, .nolink {
  float:left;text-decoration:none;
  margin:0px 0px 0px 0px;
  padding:3px 8px 4px 6px;
  text-decoration:none;
  border:0px solid;
  margin-right:10px;
  color:#e9e2cf;
  font-weight:bold;
}
.menu ul li.home a, #filter_nav ul li.home a:visited{padding-right:0px;}
.menu ul li:hover{position:relative;z-index:999;}
.menu ul li:hover a, .menu ul li a:hover{ color:#e9e2cf;text-decoration:underline;}
.menu ul li:hover ul, .menu ul li a:hover ul{display:block;position:absolute;margin:0 0 0 0;
  top:28px;left:0px;height:auto;
  width:210px;
  background:#FDF0DD;
  border-right:1px solid #ED8D43;
  border-left:1px solid #ED8D43;
  border-bottom:1px solid #ED8D43;
  padding:8px 0px 6px 10px;
  z-index:9999}
.menu ul li:hover ul li a, .menu ul li a:hover ul li a{font-weight:normal;text-transform:capitalize;border:0px solid green;margin:0;padding:4px 0px;height:auto;color:#d64219;background:#FDF0DD;font-size:12px;max-width:100%;}
.menu ul li:hover ul li:hover a:hover, .menu ul li a:hover ul li a:hover{text-decoration:underline;/*color:#b01712*/;background:transparent;}
.menu ul li:hover ul li a.active,
.menu ul li a:hover ul li a.active{font-weight:bold;}
#filter_nav .filter-art ul li:hover ul, #filter_nav .filter-art ul li a:hover ul{width:44em;}


.addtocart,.button,.buttonw {
   font-weight:bold;color:#b4340f; background:#eee; border:1px solid #b4340f; padding:6px;margin-bottom:3px;}
.buttonw {width:185px;}
#cart_wrapper {
  width:600px;
  margin:0 auto;
  border: 0px solid #ED8D43;
  padding:10px 20px;
}
th, .item {
  border-bottom:1px solid #ED8D43;
}
.lh, .lhv, .notespan {
  border-top:1px solid #ED8D43;
}
