/*------------------*\
|* global interface *|
\*------------------*/
body {
  margin: 0px;
  padding: 0px;
  color: #33332e;
  background: #000000;
  font: normal 12px Verdana, arial, helvetica;
  text-align: center;
}
img {
  border: 0px;
}

/* 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:#ff6699;
      /* color:#ff99cc;*/
}
a:visited {
   color:#ff6699;
   /* color:#ff99cc;*/
}
#leftsidebar h2 {
  font-weight:normal;
  margin-bottom:0px;
  font-size:15px;
  padding-left:4px;
   margin-top:10px;
}

#leftsidebar h2 a {
/*   color:#ff6699;*/
   color:#ff99cc;
  text-decoration:none;
}
#content h2 {
  margin-top:0px;
     color:#ff6699;
   /* color:#ff99cc;*/
  font-size: 18px;
}




.sectionpanel h4 a {
  color:#ff6699;
  font-size:12px;
}

#home .linklisting h4.linktitle a {
  color:#ff6699;
}
.crumb {
  font-size: 15px;
  border:0px solid;
  color:#ff99cc;
  padding-left:1px;
}
.crumb a {
  color:#ff99cc;
  text-decoration:none;
}

.panel h4 {
  display:none;
}


a:hover {
  color: #5c5b66;
  text-decoration: none;
}

/* headings */
h1 {
  font-size: 16px;
}
h2 {
  font-size: 22px;
  color:#fff;
  margin-bottom:0px;
/* added by corvas  11-20-10 */ 
margin-top: 9px;
}


#leftsidebar a {
 color:black;
 font-weight:bold;
}





#detailed #content h2, #detailedbox h2 {
 text-align:left;
 margin-left:100px;
}

h3 {
  font-size: 13px;
}
h4 {
  font-size: 12px;
  margin:0;
}
h5 {
  font-weight: normal;
  font-size: 12px;
  border-bottom:1px solid #000;
  text-align:center;
  font-weight:bold;
  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;
  width: 1050px;
  text-align: left;
  border-left:1px solid #a9b0b1;
  border-right:1px solid #a9b0b1;

}

/*--------*\
|* header *|
\*--------*/
#logo {
  width: 1050px;
  height: 107px;
  text-indent: -9999px;
  background:url(/images/header.jpg) top left no-repeat;
}
#logo h1, #logo a {
  margin: 0px;
  width: 100%;
  height: 100%;
}
#logo a {
  text-decoration: none;
  display: block;
  outline: none;
}
#header {
  background: url(/images/headerYrepeater.jpg) top left repeat-x;
}
#loginbar {
  float: right;
  text-align: right;
}
#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 {
}

/*------------*\
|* navigation *|
\*------------*/
.navbar {
  background: url(/images/NavBarYrepeater.gif) repeat-x top left;
  height: 20px;
}
ul.primarynav, ul.secondarynav {
  margin: 0px;
  padding: 0px;
  float: left;
  list-style: none;
}
ul.primarynav {
  width: 100%;
  padding-left: 237px;
  background: url(/images/NavBarLeft.gif) top left no-repeat;
  height: 20px;
}
ul.secondarynav {
  width: 100%;
  background: #777c8d;
}
ul.primarynav li, ul.secondarynav li {
  float: left;
  list-style: none;
}
ul.primarynav li {
/*  background: transparent url(images/betweennav.gif) bottom right no-repeat;*/
}
ul.primarynav a {
  margin-right: 0px;
  padding: 0px 0px 0px 0px;
  float: left;
  color: #ffffff;
  text-decoration: none;
}
ul.primarynav a:visited {
  color: #ffffff;
}
ul.primarynav a:hover {
  color: #ffffff;
  background: #737180;
}
ul.primarynav li.home {
  border-right: 0px solid #ffffff;
  background: #383741;
  margin-right:20px;
}
ul.primarynav li.home a {
  margin-right: 0px;
}
ul.secondarynav li.first {
  padding-left: 5px;
}
ul.secondarynav a {
  margin-right: 1px;
  padding: 4px 5px;
  float: left;
  color: #ffffff;
  font-size: 10px;
  text-decoration: none;
}
ul.secondarynav a:visited {
  color: #ffffff;
}
ul.secondarynav a:hover {
  color: #212126;
}

/*-----------*\
|* 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: 25px 0px 0px 0px;
  padding: 0 5px 20px 5px;
  border-top: 0px solid #57594b;

}
#footer img {
  float: right;
}
#footer p {
  margin: 0px;
  padding: 0px 0px;
  color: #fff;
  font-size: 13px;
  text-align:center;
  margin-left:5px;
  border:0px solid;
  font-weight:bold;
 letter-spacing:.03em
}

/*---------------*\
|* contentheader *|
\*---------------*/
#contentheader {
  padding: 0px 0px 0px 0px;
  background: #e2e1eb;
  margin:0px 0px 0 6px;
}
#contentheader .error, #contentheader .message {
  margin: 0px 0px 0px 0px;
  padding: 4px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 12px;
  text-align: left;
}
#contentheader .error {
  background: #8c3030;
}
#contentheader .message {
  background: #3a5841;
}
#contentheader .error *, #contentheader .message * {

}

/*---------------*\
|* contentfooter *|
\*---------------*/
#contentfooter {
  background: #e2e1eb;
}

/*---------*\
|* content *|
\*---------*/
#ocwrapper {
/* background colour of left sidebar */
  border-left: 226px solid #000;
/* background colour of right sidebar */
  border-right: 0px solid #e2e1eb;
  background: #000;
}
#leftsidebar {
  background: url(/images/ShootingFromTheHip.gif) top left no-repeat;
  margin-left: -226px;
  padding: 131px 0px 10px 20px;
  width: 177px;
  float: left;
  position: relative;
/* hide the left sidebar by default */
  border-right:0px solid
}
#leftsidebar .subnav {
 height:75px;
 overflow:hidden;
}

#leftsidebar .subnav, .subnavfull {
  border: 1px solid #ff6699;
   position:relative;
  background:#d0d6da;
  text-decoration:none;
  padding:2px 0 15px 4px;

}
#leftsidebar .subnavfull {
  border: 1px solid #ff6699;
   position:relative;
  background:#d0d6da;
  text-decoration:none;
  padding:5px 0 15px 5px;
  height:100%;
  overflow:visible;
}
#leftsidebar .subnav p,  .subnavfull p {
   padding:0px;
   margin:0px;
   font-size:14px;
   border:0px solid;
   height:18px;
  overflow:hidden;
}

#leftsidebar .subnav a,  .subnavfull a {
  text-decoration:none;
  font-family:Verdana;
  font-weight:bold;
  font-size:13px;
/*13px is slightly smaller. 14px is a bit to big.*/
}

#leftsidebar .activatora a,
#leftsidebar .activatorb a {
  color:#ff6699;

}

#leftsidebar .subnav .activatora a, 
#leftsidebar .subnav .activatorb a {
font-size:11px;
 padding-right:2px;
}

.activatora, .activatorb {
 position:absolute;
 bottom:0;
 left:0px;
 background:#d0d6da;
 border:0px solid;
 width:95%;
 text-align:right;
 padding-left:5px;
 height:17px;

}


.subnav .activatorb {
  display:none;
}
.subnavfull .activatorb {
  display:block;
}

.subnav .activatora {
  display:block;
}
.subnavfull .activatora {
  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
}
#content {
  margin: 20px 0px 0 0;
  padding: 0px 0px 0px 4px;
  background: #ffffff;
  border:0px solid #ff85ad
}

#category #content {
 background:#000;
  margin: 10px 0px 0 0;
}

#category #detailedbox {
  padding: 10px 10px 0px 4px;
  margin: 0px 64px 0 0;
}

#category #content #detailedbox {
  border:1px solid #ff85ad
}

#detailedbox {
  padding: 10px 10px 0px 4px;
  margin: 0px 0px 0 0;
  border:0px;
}

#cart_wrapper {
 background:#fff;
}


/* hack for ie/win's guillotine bug */
/* start non ie/mac css \*/
* html #content {
  height: 1%;
}
/* end non ie/mac css */

/*-----------------*\
|*    home page    *|
\*-----------------*/

#home #content {
  margin: 20px 0px 0 0;
  padding: 6px 64px 0px 10px;
  background: #000;
  border:0px;
}

#home #description {
  background:#d0d6da;
  padding:20px;
  font-size:12px;
  line-height:24px;
  text-align:justify;
  font-weight:normal;
  border:1px solid #ff6699;
  float:left;
  width:320px;
  margin-left:78px;
}

#category .description {
 border-right:64px solid #000;
 position:relative;
 display:block;
 line-height:24px;
}

.description, .formmail {
  background:#fff;
  padding:10px;

}


#description b {
  color:#660000;
  font-size:18px;
}

#description i b{
  color:#660000;
  font-size:23px;
  font-style:normal;
}
.section {
  margin-top:27px;
}

.sectionpanel {
   margin-top:5px;
   background:#fff;
   border:1px solid #ff6699;
}



#home .linklisting {
  margin: 0px;
  float:left;
  width:135px;
  text-align:center;
  padding-left:11px;
}
#home .linklisting h4.linktitle {
  margin:0;
  overflow: hidden;
  width: 100%;
  margin-top:-17px;
 margin-bottom:5px;
  color:#fff;
}

#home .sectionC .linklisting {
  margin: 5px;
  float:left;
  width:180px;
  text-align:center;
  border:0px solid
}


.sectionC div {
  padding-left: 0px !important;
  margin: 5px 0 !important;
}

.sectionC {
  padding-left: 12px;
}

/*-----------------*\
|* global elements *|
\*-----------------*/

.floatright {
 float:right;
 margin : 0 0 15px 15px
}

.floatleft {
 float:left;
 margin : 0 15px 15px 0;

}


.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 */
.subcategory {
  margin: 15px 0px 20px 0px;
  float:left;
  width:260px;
  text-align:left;
  border:0px solid
}
.subcategory h4 {
 margin-bottom:3px;
 color:#fff;
}
.subcategory h4 a {
 text-decoration:none;
 color:#fff;
}

#category .linklisting {
  margin: 15px 0px 20px 0px;
  float:left;
  width:260px;
  text-align:left;
}
#detailed .linklisting {
  margin: 15px 0px 20px 0px;
  float:left;
  width:260px;
  text-align:left;
}

.linklisting h4.linktitle, .linklisting p.linkurl, .linklisting p.linkrating {
  margin:0;
  overflow: hidden;
  width: 100%;
  padding-bottom:2px;
  color:#fff;
}
.linklisting h4.linktitle a {
  padding-bottom: 0px;
  text-decoration:none;
  color:#fff;
}


.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 5px 0px;
  padding: 5px;
  border: 1px solid #bbbfa1;
  background: #f8faed;
  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 {
  background: transparent url(images/button-left.gif) top left no-repeat;
  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 {
  text-align: center;
  border:0px solid;
 clear:both;
 color:#999;
}
.paging img, .paging select, .paging input {
  vertical-align: middle;
}



/* 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 13px;
  padding: 0px;
}

#content ul li {
  padding: 5px 0px;

}


#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 */





#detailed p.description {
  overflow: hidden;
}
/* ie needs a width for overflow: hidden to work */
* html #detailed p.description {
  width: 100%;
}

#detailed .smallcard, #detailedbox .smallcard {
 border:0px solid;
 padding:0px 0px 0 0;
}

p.linknav {
  position:absolute;
  margin: 0px;
  text-align: right;
  right:2px;
  bottom:-23px;
}
p.linknav img {
  vertical-align: middle;
}
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 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;
}


#detailedbox {
 background:#fff;
 position:relative;
}



.detailcard {
 width:100%;
}


td.infocard {
 width:275px;
 border:0px solid;
 position:relative;
}




td.infocard span, td.infocard span a {
 font-size:10px;
 text-transform:lowercase;
 padding:0px;
 color:#ff99cc;
 text-decoration:none;
 white-space:nowrap;
}
td.largeverticalcard {
 background:url(/images/vertShadowBig.jpg) center center no-repeat;
 text-align:center;
 border:0px solid #000;
 padding:10px 13px;

}
td.largehorizontalcard {
 background:url(/images/horizShadowBig.jpg) top center no-repeat;
 text-align:left;
 border:0px solid #000;
 padding:13px 16px;
}
.smallcards {
 border:0px solid;
 float:left;
 margin-left:-33px;
}
.smallcards b {
 padding-left:7px;
}

td.largecashcard {
 background:url(/images/cashcardShadowBig.jpg) top center no-repeat;
 text-align:center;
 border:0px solid;
 padding:12px 17px 16px 9px;
}

td.smallcashcards {
  padding-top:8px;
  border:0px solid
}
.infocashcard {
 padding-left:13px;
}

.infocashcard h5 {
  width:275px;
}


#productnav {
  border:0px solid;
  text-align:right;
  position: absolute;
  right:10px;
  bottom:26px;
  z-index:1;
  width: 225px;
 
}

#productnav a {
font-size:13px;
}


#productnav p {
margin:1px;
}

.h_thumb {
 margin-top:12px;
 float:left;
 position: relative;
 right: -10px;
 margin-left: 16px; 
 padding-left: 0px;
}
.h_thumb img {
 background:url(/images/horizShadowThumb.jpg) top left no-repeat;
 padding:9px;
}
.c_thumb {
 margin-top:-2px;
 float:left;
 padding-left:0px;
}
.c_thumb b {
margin-top:-1px;
padding-left:6px
}

.c_thumb img {
 background:url(/images/cashcardShadowThumb.jpg) top left no-repeat;
 padding:4px 6px 8px 6px;
}
.v_thumb {
 width:125px;
 height:154px;
 overflow:hidden;
 text-align:left;
 border:0px solid
}
.v_thumb img {
 background:url(/images/vertShadowThumb.jpg) center center no-repeat;
 padding:10px 10px 13px 10px;
}
.v_thumb b{
 padding-left:8px;
} 
td.qty {
 padding-top:0;
 padding-right:30px;
}
.price {
 font-weight:bold;
 font-size:14px;
 margin:5px;
}
#addtocart {
 background:url(/images/addToCartButton.jpg) top left no-repeat;
 width:115px;
 border:0px;
 height:30px;
 color:#fff;
}

.button {
 background:url(/images/proceedButton.jpg) top left no-repeat;
 width:173px;
 border:0px;
 height:30px;
 color:#fff;
}

/**********************/
/* HOMEPAGE SLIDE SHOW */
/**********************/

#gallerywrapper {
 position:relative;
 margin:0px 0 0px 0;
 width:100%;
 border:0px solid #fff;
}
.stepcarousel{
 position: relative; /*leave this value alone*/
 border: 0px solid black;
 overflow: scroll; /*leave this value alone*/
 width: 100%; /*Width of Carousel Viewer itself*/
 height: 428px; /*Height should enough to fit largest content's height*/
 margin:0 auto;
}
.stepcarousel .portfolio{
 position: absolute; /*leave this value alone*/
 left: 0;
 top: 0;
}
.stepcarousel .panel{
 float: right; /*leave this value alone*/
 overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
 margin: 0 0px 0 165px; /*margin around each panel*/
 width: 400px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
 height:438px;
 text-align:center;
}
.stepcarousel .panel a{
text-decoration:none;
}


.stepcarousel img {
 width: 300px;
 height:418px;
border:0px;
}
.stepcarousel .sku {
 color:#777;
 text-align:center;
 font-size:9px;
}
#gallerywrapper .prev {
 position:absolute;
 z-index:9999;
 left:-20px;
 top:46px;
 width:14px;
 height:26px;
 visibility:hidden;
}
#gallerywrapper .next {
 position:absolute;
 z-index:9999;
 right:-24px;
 top:59px;
 width:14px;
 height:26px;
 font-size:18px;
 visibility:hidden;
}

.large img {
 width:300px;
 height:418px;
 border:0px solid pink
}
.small img {
/* width:50%;
 height:50%;
*/
 width:300px;
 height:418px;
 border:0px solid pink
}

/* SHOPPING CART */
#cart_wrapper {
 width:700px;
 padding:40px;
}

.lh, .lhv {
 font-weight:bold;
padding-top:12px;
}

#detailed_bottom {
padding-top:10px;
}







/* GALLERY LIST */
/* IMPORTANT - Change '#photos' to the ID of your gallery list to prevent a flash of unstyled content */
#photos { visibility: hidden; }

/* GALLERY CONTAINER */
#gallery {
  float:left;
}
.gallery{ 
 background: #ddd; 
 border: 1px solid #aaa; 
 margin-bottom:15px; 
 padding:5px 5px 15px 5px;
 float:left;
}

/* LOADING BOX */
.loader { }

/* GALLERY PANELS */
.panel {}

/* DEFINE HEIGHT OF PANEL OVERLAY */
/* NOTE - It is best to define padding here as well so overlay and background retain identical dimensions */
.panel .panel-overlay,
.panel .overlay-background { height: 77px; padding: 0 0em; }

/* PANEL OVERLAY BACKGROUND */
.panel .overlay-background { background: #222; }

/* PANEL OVERLAY CONTENT */
.panel .panel-overlay {  }
.panel .panel-overlay a {  }

/* FILMSTRIP */
/* 'margin' will define top/bottom margin in completed gallery */
.filmstrip { margin: 5px; }

/* FILMSTRIP FRAMES (contains both images and captions) */
.frame {}

/* WRAPPER FOR FILMSTRIP IMAGES */
.frame .img_wrap { border: 1px solid #aaa; }

/* WRAPPER FOR CURRENT FILMSTRIP IMAGE */
.frame.current .img_wrap { border-color: #000; }

/* FRAME IMAGES */
.frame img { border: none; }

/* FRAME CAPTION */
.frame .caption { font-size: 11px; text-align: center; color: #888; }

/* CURRENT FRAME CAPTION */
.frame.current .caption { color: #000; }

/* POINTER FOR CURRENT FRAME */
.pointer {
	border-color: #000;
}

/* TRANSPARENT BORDER FIX FOR IE6 */
/* NOTE - DO NOT CHANGE THIS RULE */
*html .pointer {
	filter: chroma(color=pink);
}


.panel-overlay h2,
.panel-overlay p{
	margin: .3em 0;
        background:transparent;
        border-bottom:1px solid #555;
}
.panel-overlay p {
	line-height: 1.2em;
}

.nav-next, .nav-prev, .nav-overlay {
}

.model {
font-size: 14px;
float: left;
margin:0 12px 20px 0;
}