
/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background: url(../images/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:40px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ position: absolute;top:-25px;left:500px; background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left				{ position:absolute; top:-25px;left:0px; margin-left: 0px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }


.digg_pagination {
  background: white; }
  .digg_pagination a, .digg_pagination span {
    padding: .2em .5em;
    display: block;
    float: left;
    margin-right: 1px; }
  .digg_pagination span.disabled {
    color: #999;
    border: 1px solid #DDD; }
  .digg_pagination span.current {
    font-weight: bold;
    background: #2E6AB1;
    color: white;
    border: 1px solid #2E6AB1; }
  .digg_pagination a {
    text-decoration: none;
    color: #105CB6;
    border: 1px solid #9AAFE5; }
    .digg_pagination a:hover, .digg_pagination a:focus {
      color: #003;
      border-color: #003; }
  .digg_pagination .page_info {
    background: #2E6AB1;
    color: white;
    padding: .4em .6em;
    width: 22em;
    margin-bottom: .3em;
    text-align: center; }
  .digg_pagination .page_info b {
    color: #003;
    background: #6aa6ed;
    padding: .1em .25em; }
  .digg_pagination:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .digg_pagination * html .digg_pagination {
    height: 1%; }
  .digg_pagination *:first-child+html .digg_pagination {
    overflow: hidden; }

.apple_pagination {
  background: #F1F1F1;
  border: 1px solid #E5E5E5;
  padding: 1em; }
  .apple_pagination a, .apple_pagination span {
    padding: .2em .3em; }
  .apple_pagination span.disabled {
    color: #AAA; }
  .apple_pagination span.current {
    font-weight: bold;
    background: transparent url(apple-circle.gif) no-repeat 50% 50%; }
  .apple_pagination a {
    text-decoration: none;
    color: black; }
    .apple_pagination a:hover, .apple_pagination a:focus {
      text-decoration: underline; }

.flickr_pagination {
  background: white;
  padding: .3em; }
  .flickr_pagination a, .flickr_pagination span {
    padding: .2em .5em; }
  .flickr_pagination span.disabled {
    color: #AAA; }
  .flickr_pagination span.current {
    font-weight: bold;
    color: #FF0084; }
  .flickr_pagination a {
    border: 1px solid #DDDDDD;
    color: #0063DC;
    text-decoration: none; }
    .flickr_pagination a:hover, .flickr_pagination a:focus {
      border-color: #003366;
      background: #0063DC;
      color: white; }
  .flickr_pagination .page_info {
    color: #aaa;
    padding-top: .8em; }
  .flickr_pagination .prev_page, .flickr_pagination .next_page {
    border-width: 2px; }
  .flickr_pagination .prev_page {
    margin-right: 1em; }
  .flickr_pagination .next_page {
    margin-left: 1em; }


/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}


form fieldset {
  width: 100%;
  font-size: 13px; }
  form fieldset legend {
    font-family: Droid Sans, tahoma, geneva, sans-serif;
    font-size: 13px;
    font-color: #000; }
form label, form input {
  font-family: Droid Sans, tahoma, geneva, sans-serif;
  font-size: 13px;
  font-color: #000; }
form select {
  font-family: Droid Sans, tahoma, geneva, sans-serif;
  font-size: 13px;
  font-color: #000; }
  form select option {
    font-family: Droid Sans, tahoma, geneva, sans-serif;
    font-size: 13px;
    font-color: #000; }
form textarea {
  font-family: Droid Sans, tahoma, geneva, sans-serif;
  font-size: 13px;
  font-color: #000; }
form input, form select, form textarea {
  border-top: 2px solid #999999;
  border-left: 2px solid #999999;
  border-right: 2px solid #cccccc;
  border-bottom: 2px solid #cccccc;
  font-size: 13px; }
form input[type=file] {
  width: 40%;
  font-size: 13px; }
form select {
  height: 1.5em; }
form input[type=submit], form input[type=button] {
  background: #229316;
  color: #fff;
  border-top: 2px solid #55c649;
  border-left: 2px solid #55c649;
  border-right: 2px solid #006000;
  border-bottom: 2px solid #006000;
  margin: 0 5px; }
form input[type=submit][value=cancel] {
  border-top: 2px solid #e68582;
  border-left: 2px solid #e68582;
  border-bottom: 2px solid #801f1c;
  border-right: 2px solid #801f1c;
  color: #ffb8b5;
  background: #b3524f; }
form div.fieldWithErrors {
  display: inline; }
  form div.fieldWithErrors input, form div.fieldWithErrors select, form div.fieldWithErrors textarea {
    border-top: 2px solid #8F0600;
    border-left: 2px solid #8F0600;
    border-bottom: 2px solid #BB4036;
    border-right: 2px solid #BB4036;
    line-height: 1.5em; }
form div.check-box-field, form div.check-box-fields, form div.date-field, form div.datetime-field, form div.file-field, form div.password-field, form div.radio-field, form div.radio-fields, form div.select-field, form div.collection_select-field, form div.text-field, form div.textarea-field, form div.time-zone-select-field, form div.submit-field {
  float: left;
  clear: both;
  margin: 0;
  padding: 10px;
  font-size: 13px; }
form div.check-box-field div.input, form div.check-box-fields div.input, form div.date-field div.input, form div.datetime-field div.input, form div.password-field div.input, form div.file-field div.input, form div.radio-field div.input, form div.radio-fields div.input, form div.collection_select-field div.input, form div.select-field div.input, form div.text-field div.input, form div.textarea-field div.input, form div.time-zone-select-field div.input, form div.submit-field div.input {
  float: left;
  clear: right;
  text-align: left;
  padding-left: 5px; }
form div.check-box-field label, form div.check-box-fields label, form div.date-field label, form div.datetime-field label, form div.file-field label, form div.password-field label, form div.radio-field label, form div.radio-fields label, form div.collection_select-field label, form div.select-field label, form div.text-field label, form div.textarea-field label, form div.time-zone-select-field label, form div.submit-field label {
  float: left;
  display: block;
  width: 200px;
  padding-right: 10px;
  text-align: right; }
form div.check-box-field label span.help, form div.check-box-fields label span.help, form div.date-field label span.help, form div.datetime-field label span.help, form div.file-field label span.help, form div.password-field label span.help, form div.radio-field label span.help, form div.radio-fields label span.help, form div.collection_select-field label span.help, form div.select-field label span.help, form div.text-field label span.help, form div.textarea-field label span.help, form div.time-zone-select-field label span.help {
  display: block;
  font-size: 60%;
  font-weight: normal;
  margin-top: 5px;
  line-height: 100%; }
form div.submit-field {
  border: none; }
  form div.submit-field label span.help {
    display: block;
    font-size: 60%;
    font-weight: normal;
    margin-top: 5px;
    line-height: 100%; }
  form div.submit-field div.input {
    font-size: 13px;
    margin-left: 12em; }
form div.check-box-fields div.input label, form div.radio-fields div.input label {
  clear: left;
  font-size: 80%; }
form div.required {
  float: left;
  line-height: 1.4em; }
  form div.required label, form div.required p, form div.required span {
    color: #944;
    font-weight: bold; }
  form div.required label span.help {
    margin-top: 0; }


.info {
  text-decoration: none; }
  .info .data_label {
    color: gray; }

.ajax_button {
  margin: 2px; }
  .ajax_button a {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    behavior: url('/stylesheets/PIE.htc');
    padding: 4px; }
    .ajax_button a span {
      font-weight: bold; }
    .ajax_button a.hover, .ajax_button a:hover {
      -webkit-transform: rotate(360deg) scale(1.1);
      -moz-transform: rotate(360deg) scale(1.1); }

.reveal_button {
  margin-top: 6px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  behavior: url('/stylesheets/PIE.htc');
  width: 100%;
  text-align: center;
  padding: 0; }
  .reveal_button .handle {
    padding: 0;
    margin: 0; }
  .reveal_button ul {
    padding: 4px 10px;
    margin: 0;
    display: none; }
    .reveal_button ul li {
      padding: 4px 10px;
      margin: 0; }
      .reveal_button ul li .content {
        vertical-align: center;
        opacity: 0.7;
        filter: alpha(opacity= 70);
        -webkit-transition: -webkit-transform ls ease-in-out, background-color 0.5s linear;
        -moz-transition: -moz-transform 0.5s linear;
        -o-transition: -o-transform 0.5s linear;
        transition: transform ls ease-in-out; }
        .reveal_button ul li .content a {
          vertical-align: center;
          max-height: 45px; }
          .reveal_button ul li .content a img {
            max-height: 45px; }
      .reveal_button ul li:hover {
        opacity: 1;
        filter: alpha(opacity= 100);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        cursor: pointer; }

ul.dropdown {
  position: relative;
  margin: 0px;
  z-index: 100; }
  ul.dropdown li {
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    border-radius: 6px 6px 0 0;
    behavior: url('/stylesheets/PIE.htc');
    height: 28px;
    float: left;
    font-weight: bold;
    margin-right: 3px;
    margin-bottom: 2px;
    -webkit-transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear; }
    ul.dropdown li a {
      text-decoration: none;
      display: block;
      padding: 4px 10px; }
    ul.dropdown li.hover, ul.dropdown li:hover {
      position: relative; }
    ul.dropdown li ul {
      visibility: hidden;
      position: absolute;
      top: 100%;
      left: -19px;
      -webkit-box-shadow: #555 3px 3px 5px;
      -moz-box-shadow: #555 3px 3px 5px;
      box-shadow: #555 3px 3px 5px;
      behavior: url('/stylesheets/PIE.htc'); }
      ul.dropdown li ul li {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        behavior: url('/stylesheets/PIE.htc');
        float: none;
        margin: 0px;
        behavior: url('/stylesheets/PIE.htc'); }
        ul.dropdown li ul li a {
          font-weight: bold;
          padding-left: 5px;
          padding-right: 5px;
          display: inline-block; }
        ul.dropdown li ul li.hover, ul.dropdown li ul li:hover {
          behavior: url('/stylesheets/PIE.htc'); }
    ul.dropdown li ul:first-child {
      -moz-border-radius: 0 7px 0 0;
      -webkit-border-top-right-radius: 7px;
      border-radius: 0 7px 0 0;
      behavior: url('/stylesheets/PIE.htc'); }
    ul.dropdown li ul:last-child {
      -moz-border-radius: 0 0 7px 7px;
      -webkit-border-bottom-left-radius: 7px;
      -webkit-border-bottom-right-radius: 7px;
      border-radius: 0 0 7px 7px;
      behavior: url('/stylesheets/PIE.htc'); }
  ul.dropdown li:hover > ul {
    visibility: visible; }
  ul.dropdown li.current {
    position: relative;
    top: 1px;
    left: 0px;
    behavior: url('/stylesheets/PIE.htc'); }

body {
  background: url('/images/redvfade.jpg') repeat-x;
  font-family: Droid Sans, tahoma, geneva, sans-serif;
  font-size: 13px;
  font-weight: normal; }

.container {
  font-family: Droid Sans, tahoma, geneva, sans-serif;
  font-size: 13px;
  font-weight: normal; }

.round_top {
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  border-radius: 10px 10px 0 0;
  behavior: url('/stylesheets/PIE.htc'); }

.round_bottom {
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-radius: 0 0 10px 10px;
  behavior: url('/stylesheets/PIE.htc'); }

.ajax_button.gray a {
  background-color: #888888; }
  .ajax_button.gray a span {
    color: white; }
  .ajax_button.gray a.hover, .ajax_button.gray a:hover {
    background-color: #aaaaaa; }

.ajax_button.green a {
  background-color: #008800; }
  .ajax_button.green a span {
    color: white; }
  .ajax_button.green a.hover, .ajax_button.green a:hover {
    background-color: #22aa22; }

.ajax_button.red a {
  background-color: #880000; }
  .ajax_button.red a span {
    color: white; }
  .ajax_button.red a.hover, .ajax_button.red a:hover {
    background-color: #aa2222; }

.ajax_button.blue a {
  background-color: #0000b0; }
  .ajax_button.blue a span {
    color: white; }
  .ajax_button.blue a.hover, .ajax_button.blue a:hover {
    background-color: #2222d2; }

ul.dropdown li {
  background-color: #f03030; }
  ul.dropdown li a {
    color: white; }
  ul.dropdown li:hover {
    color: white;
    background-color: #af1111; }
  ul.dropdown li ul {
    width: 200px; }
    ul.dropdown li ul li {
      background: -webkit-gradient(linear, left bottom, left top, color-stop(0.2, #af1111), color-stop(0.8, #8f0000));
      background-color: #af1111;
      width: 200px; }
      ul.dropdown li ul li a {
        color: white; }
      ul.dropdown li ul li.hover, ul.dropdown li ul li:hover {
        background: -webkit-gradient(linear, left bottom, left top, color-stop(0.2, #f73030), color-stop(0.8, #d71010));
        background-color: #f73030; }
ul.dropdown li.current {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.2, #f73232), color-stop(0.8, #d71212));
  background-color: #f73232; }
  ul.dropdown li.current a {
    color: white; }

ul.dropdown.test {
  height: 55px;
  background: url("/images/psfmenubg.jpg"); }
  ul.dropdown.test li {
    background-color: #f03030; }
    ul.dropdown.test li a {
      color: white; }
    ul.dropdown.test li:hover {
      color: white;
      background-color: #af1111; }
    ul.dropdown.test li ul {
      width: 200px; }
      ul.dropdown.test li ul li {
        background: -webkit-gradient(linear, left bottom, left top, color-stop(0.2, #af1111), color-stop(0.8, #8f0000));
        background-color: #af1111;
        width: 200px; }
        ul.dropdown.test li ul li a {
          color: white; }
        ul.dropdown.test li ul li.hover, ul.dropdown.test li ul li:hover {
          background: -webkit-gradient(linear, left bottom, left top, color-stop(0.2, #f73030), color-stop(0.8, #d71010));
          background-color: #f73030; }
  ul.dropdown.test li.current {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0.2, #f73232), color-stop(0.8, #d71212));
    background-color: #f73232; }
    ul.dropdown.test li.current a {
      color: white; }
  ul.dropdown.test li {
    margin-top: 26px;
    background-color: rgba(240,48,48,0.5);
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid white; }
    ul.dropdown.test li a {
      -webkit-text-shadow: #600 3px 3px 5px;
      -moz-text-shadow: #600 3px 3px 5px;
      text-shadow: #600 3px 3px 5px; }

ul.dropdown.customer {
  z-index: 99; }
  ul.dropdown.customer li {
    background-color: #e2e3e5; }
    ul.dropdown.customer li a {
      color: black; }
    ul.dropdown.customer li:hover {
      color: white;
      background-color: #aa3333; }
    ul.dropdown.customer li ul {
      width: 200px; }
      ul.dropdown.customer li ul li {
        background: -webkit-gradient(linear, left bottom, left top, color-stop(0.2, #aa3333), color-stop(0.8, #8a1313));
        background-color: #aa3333;
        width: 200px; }
        ul.dropdown.customer li ul li a {
          color: white; }
        ul.dropdown.customer li ul li.hover, ul.dropdown.customer li ul li:hover {
          background: -webkit-gradient(linear, left bottom, left top, color-stop(0.2, #661111), color-stop(0.8, #460000));
          background-color: #661111; }
  ul.dropdown.customer li.current {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0.2, #881111), color-stop(0.8, #680000));
    background-color: #881111; }
    ul.dropdown.customer li.current a {
      color: white; }

ul.dropdown.user {
  z-index: 98; }
  ul.dropdown.user li {
    background-color: #d1d3d5; }
    ul.dropdown.user li a {
      color: black; }
    ul.dropdown.user li:hover {
      color: white;
      background-color: #b1b3b5; }
    ul.dropdown.user li ul {
      width: 200px; }
      ul.dropdown.user li ul li {
        background: -webkit-gradient(linear, left bottom, left top, color-stop(0.2, #b1b3b5), color-stop(0.8, #919395));
        background-color: #b1b3b5;
        width: 200px; }
        ul.dropdown.user li ul li a {
          color: white; }
        ul.dropdown.user li ul li.hover, ul.dropdown.user li ul li:hover {
          background: -webkit-gradient(linear, left bottom, left top, color-stop(0.2, #661111), color-stop(0.8, #460000));
          background-color: #661111; }
  ul.dropdown.user li.current {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0.2, #a8a3a5), color-stop(0.8, #888385));
    background-color: #a8a3a5; }
    ul.dropdown.user li.current a {
      color: white; }

ul.dropdown.delivery_points {
  z-index: 98; }
  ul.dropdown.delivery_points li {
    background-color: #c2e3c5; }
    ul.dropdown.delivery_points li a {
      color: black; }
    ul.dropdown.delivery_points li:hover {
      color: white;
      background-color: #9a3313; }
    ul.dropdown.delivery_points li ul {
      width: 200px; }
      ul.dropdown.delivery_points li ul li {
        background: -webkit-gradient(linear, left bottom, left top, color-stop(0.2, #9a3313), color-stop(0.8, #7a1300));
        background-color: #9a3313;
        width: 200px; }
        ul.dropdown.delivery_points li ul li a {
          color: white; }
        ul.dropdown.delivery_points li ul li.hover, ul.dropdown.delivery_points li ul li:hover {
          background: -webkit-gradient(linear, left bottom, left top, color-stop(0.2, #362101), color-stop(0.8, #160100));
          background-color: #362101; }
  ul.dropdown.delivery_points li.current {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0.2, #683101), color-stop(0.8, #481100));
    background-color: #683101; }
    ul.dropdown.delivery_points li.current a {
      color: white; }

ul.dropdown.top li {
  background-color: #e2e3e5; }
  ul.dropdown.top li a {
    color: #222222; }
  ul.dropdown.top li:hover {
    color: white;
    background-color: #aa3333; }
  ul.dropdown.top li ul {
    width: 350px; }
    ul.dropdown.top li ul li {
      background: -webkit-gradient(linear, left bottom, left top, color-stop(0.2, #aa3333), color-stop(0.8, #8a1313));
      background-color: #aa3333;
      width: 350px; }
      ul.dropdown.top li ul li a {
        color: white; }
      ul.dropdown.top li ul li.hover, ul.dropdown.top li ul li:hover {
        background: -webkit-gradient(linear, left bottom, left top, color-stop(0.2, #661111), color-stop(0.8, #460000));
        background-color: #661111; }
ul.dropdown.top li.current {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.2, #f2f3f5), color-stop(0.8, #d2d3d5));
  background-color: #f2f3f5; }
  ul.dropdown.top li.current a {
    color: white; }

hr.customer {
  border: none;
  height: 2px;
  color: #aa0000;
  background-color: #aa0000; }

#style_search {
  float: right;
  padding: 2px 5px 5px 0px;
  font-weight: bold;
  height: 28px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  behavior: url('/stylesheets/PIE.htc');
  color: white;
  background-color: #999; }

.notice {
  background-color: #ffe6e6; }

.info {
  margin: 10px;
  padding: 10px;
  font-size: 13px;
  color: black;
  background-color: #ffeaea; }

.info1 {
  margin: 10px;
  padding: 10px;
  font-size: 13px;
  color: black;
  background-color: #fffbfb; }

.info2 {
  margin: 10px;
  padding: 10px;
  font-size: 13px;
  color: black;
  background-color: #f6edea; }

.info3 {
  margin: 10px;
  padding: 10px;
  font-size: 13px;
  color: black;
  background-color: #eaf6ed; }

.info4 {
  margin: 10px;
  padding: 10px;
  font-size: 13px;
  color: black;
  background-color: #fdf2f6; }

hr {
  margin: 1px 0 1px 0;
  height: 2px; }

a {
  text-decoration: none; }

.categories {
  background: #ffd;
  width: 100%; }

.hotline {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  behavior: url('/stylesheets/PIE.htc');
  background-color: red;
  opacity: 0.7;
  filter: alpha(opacity= 70); }
  .hotline p {
    margin: 3px 30px 3px 30px;
    font-size: 42px;
    color: white; }

.footwear_menu .transbox {
  background: url(/images/footwear.jpg) no-repeat left  center;
  background-position: 0px -50px;
  width: 190px;
  height: 50px; }
  .footwear_menu .transbox:hover {
    background-position: 0 0; }

.clothing_menu .transbox {
  background: url(/images/clothing.jpg) no-repeat left  center;
  background-position: 0px -50px;
  width: 190px;
  height: 50px; }
  .clothing_menu .transbox:hover {
    background-position: 0 0; }

.ppe_menu .transbox {
  background: url(/images/ppe.jpg) no-repeat left  center;
  background-position: 0px -50px;
  width: 190px;
  height: 50px; }
  .ppe_menu .transbox:hover {
    background-position: 0 0; }

.sale_menu .transbox {
  background: url(/images/sale.png) no-repeat left  center;
  background-position: 0px -50px;
  width: 190px;
  height: 50px; }
  .sale_menu .transbox:hover {
    background-position: 0 0; }

.bargain_menu {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  behavior: url('/stylesheets/PIE.htc');
  text-align: center;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(.1 ,#fa001d ), color-stop(.35,  #fa001d),color-stop(.35,#ddd),color-stop(1,#eee));
  -webkit-box-shadow: #000 3px 3px 5px;
  -moz-box-shadow: #000 3px 3px 5px;
  box-shadow: #000 3px 3px 5px;
  background-color: #ff7400;
  color: #fff;
  font-size: 16px; }
  .bargain_menu h1 {
    padding-top: 12px;
    padding-bottom: 12px;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    -webkit-text-shadow: #600 3px 3px 5px;
    -moz-text-shadow: #600 3px 3px 5px;
    text-shadow: #600 3px 3px 5px; }
    .bargain_menu h1 a {
      color: #fff; }
    .bargain_menu h1:hover {
      -webkit-transform: scale(1.10);
      -moz-transform: scale(1.10);
      -o-transform: scale(1.10);
      transform: scale(1.10); }
  .bargain_menu li.offer_style_item.bigt1 {
    float: left;
    width: 220px;
    min-height: 200px; }
    .bargain_menu li.offer_style_item.bigt1:hover {
      cursor: pointer; }
    .bargain_menu li.offer_style_item.bigt1 .si_picture {
      float: left;
      min-height: 1px;
      width: 100px; }
      .bargain_menu li.offer_style_item.bigt1 .si_picture img {
        max-width: 100px;
        -webkit-box-reflect: below -5px -webkit-gradient(linear, left bottom, left top, from(rgba(255,255,255,0.3)), color-stop(0.3, rgba(255,255,255,0))); }
    .bargain_menu li.offer_style_item.bigt1 .si_info {
      float: left;
      width: 110px;
      min-height: 1px;
      padding-top: 20px;
      padding-left: 5px; }
      .bargain_menu li.offer_style_item.bigt1 .si_info .si_price, .bargain_menu li.offer_style_item.bigt1 .si_info .si_code {
        float: left;
        font-weight: bold; }
      .bargain_menu li.offer_style_item.bigt1 .si_info .si_price {
        text-align: left;
        color: #800; }
      .bargain_menu li.offer_style_item.bigt1 .si_info .si_code {
        clear: top;
        font-size: 13px; }
    .bargain_menu li.offer_style_item.bigt1 .si_webdesc {
      clear: both;
      font-size: 13px;
      font-weight: bold; }

.accordian_header {
  background-color: #ffeaea; }
  .accordian_header:hover {
    cursor: pointer;
    background-color: #fffbfb; }

.accordian_pane {
  display: none; }

.accordian_element {
  padding-bottom: 1px;
  position: relative;
  opacity: 0.7;
  filter: alpha(opacity= 70);
  background-color: #fafafa; }
  .accordian_element img {
    height: 24px;
    width: 24px; }
  .accordian_element .desc {
    position: absolute;
    top: 0px;
    left: 32px;
    font-size: 12px; }
    .accordian_element .desc .hidden a {
      color: red; }
  .accordian_element:hover {
    opacity: 1;
    filter: alpha(opacity= 100);
    background-color: #eaeaea; }

.bargain {
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  border-radius: 10px 10px 0 0;
  behavior: url('/stylesheets/PIE.htc');
  text-align: center;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(.1 ,#fa001d ), color-stop(1.0, rgba(255,242,245,0.5)));
  background-color: #ff7400;
  color: #fff;
  font-size: 24px; }
  .bargain h1 {
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    -webkit-text-shadow: #600 3px 3px 5px;
    -moz-text-shadow: #600 3px 3px 5px;
    text-shadow: #600 3px 3px 5px; }

.banner_image {
  margin-top: 3px 0 3px 0; }

.brands.reveal_button {
  background-color: #e0e5e0; }
  .brands.reveal_button ul li:hover {
    background-color: #d0d5d0; }

.industries.reveal_button {
  background-color: #d0d5d0; }
  .industries.reveal_button ul li:hover {
    background-color: #c0c5c0; }

.features.reveal_button {
  background-color: #a0a5a0; }
  .features.reveal_button ul li:hover {
    background-color: #909590; }
  .features.reveal_button ul li .content {
    height: 60px; }
    .features.reveal_button ul li .content a img {
      float: left;
      height: 40px; }

.category_brands {
  list-style: none; }
  .category_brands li {
    float: left; }
    .category_brands li a.button {
      margin: 0 2px 5px 0;
      padding: 5px;
      min-width: 30px;
      background-color: #eed5d5;
      colour: white;
      font-weight: bold;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      behavior: url('/stylesheets/PIE.htc'); }
      .category_brands li a.button .selected {
        border: 2px solid black; }

img.imgtiny {
  height: 35px;
  opacity: 0.7;
  filter: alpha(opacity= 70); }

img.selected {
  padding: 2px 0;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  opacity: 1;
  filter: alpha(opacity= 100); }

.right {
  text-align: right; }

table {
  border-collapse: separate;
  background-color: #ff4040; }
  table tr {
    color: black; }
    table tr th {
      color: white;
      background-color: #ff4040; }
    table tr th, table tr td {
      padding-left: 1em; }
    table tr td {
      background-color: white; }
  table tr:nth-child(odd) td, table tr.row_odd td {
    background-color: #ffeeee; }
  table tr:last-child td, table tr.last td {
    border-bottom: 2px solid #ff4040; }

table.invoice {
  background-color: white; }
  table.invoice tr th {
    color: white;
    background-color: #997777; }
  table.invoice tr td {
    color: black;
    background-color: #f1eef1; }
  table.invoice tr .dim {
    opacity: 0.3;
    filter: alpha(opacity= 30); }
  table.invoice tr th.totals, table.invoice tr td.totals {
    color: black;
    background-color: #dddddd; }
  table.invoice tr th.quantity, table.invoice tr td.quantity, table.invoice tr th.price, table.invoice tr td.price, table.invoice tr td.value, table.invoice tr th.value {
    text-align: right; }
  table.invoice tr th.size, table.invoice tr td.size {
    text-align: center; }
  table.invoice tr:nth-child(odd) td, table.invoice tr.row_odd td {
    background-color: #fefffe; }

#total_line {
  min-height: 1px; }

.trace {
  clear: both; }
  .trace hr {
    width: 100%;
    min-height: 1px; }
  .trace .trace_key, .trace .trace_value {
    float: left;
    word-wrap: break-word; }
  .trace .trace_key {
    width: 250px;
    color: green; }
  .trace .trace_value {
    width: 450px;
    color: red; }

.basket_address_bar, .basket_address_total {
  clear: both;
  background-color: #eee;
  width: 100%;
  text-align: left;
  padding: 5px 0 5px 5px;
  font-size: 18px;
  font-weight: bold; }

.basket_address_bar {
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  border-radius: 10px 10px 0 0;
  behavior: url('/stylesheets/PIE.htc');
  margin-top: 5px; }

.basket_address_total {
  min-height: 1px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-radius: 0 0 10px 10px;
  behavior: url('/stylesheets/PIE.htc'); }

ul.products {
  width: auto;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  behavior: url('/stylesheets/PIE.htc');
  -webkit-box-shadow: #000 3px 3px 5px;
  -moz-box-shadow: #000 3px 3px 5px;
  box-shadow: #000 3px 3px 5px;
  background-color: white;
  color: black; }
  ul.products li {
    height: 20px;
    clear: both;
    padding: 3px;
    color: black; }
    ul.products li .pr_size {
      float: left;
      text-align: right;
      font-weight: bold;
      width: 40px; }
    ul.products li .pr_stock {
      float: left;
      text-align: right;
      width: 60px; }
    ul.products li .pr_rate {
      text-align: right;
      float: left;
      width: 70px;
      padding-right: 5px; }
    ul.products li .pr_discount {
      text-align: left;
      float: left;
      width: 50px; }
    ul.products li .pr_qty {
      text-align: right;
      float: left;
      width: 80px; }
      ul.products li .pr_qty form input {
        float: left; }
  ul.products li.heading {
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    border-radius: 10px 10px 0 0;
    behavior: url('/stylesheets/PIE.htc');
    background-color: #880000;
    color: white;
    font-weight: bold; }
  ul.products li.product:nth-child(odd) , ul.products li.row_odd {
    background-color: #ffeeee; }
  ul.products li:last-child {
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-radius: 0 0 10px 10px;
    behavior: url('/stylesheets/PIE.htc'); }
  ul.products li.product:hover {
    background: #e1e1e1; }

.style_item {
  clear: both;
  width: 720px; }
  .style_item .si_picture {
    float: left;
    min-height: 1px;
    width: 75px; }
    .style_item .si_picture img {
      max-width: 75px;
      -webkit-box-reflect: below -5px -webkit-gradient(linear, left bottom, left top, from(rgba(255,255,255,0.3)), color-stop(0.3, rgba(255,255,255,0))); }
  .style_item .si_info {
    min-height: 1px;
    width: 375px;
    padding-left: 5px;
    float: left; }
    .style_item .si_info .si_code, .style_item .si_info .si_webdesc {
      float: left; }
    .style_item .si_info .si_webdesc {
      font-size: 15px;
      font-weight: bold; }
    .style_item .si_info .si_brand {
      float: right; }
    .style_item .si_info .si_features, .style_item .si_info .si_edit, .style_item .si_info .si_fulldesc, .style_item .si_info .si_code {
      clear: both; }
    .style_item .si_info .si_code {
      font-size: 15px;
      font-weight: bold; }
    .style_item .si_info table.vat {
      width: 250px; }
  .style_item .si_price {
    float: right;
    padding: 5px;
    width: 265px; }
    .style_item .si_price .si_size, .style_item .si_price .si_each, .style_item .si_price .si_qty {
      float: left; }
    .style_item .si_price .si_size {
      width: 40px;
      font-weight: bold; }
    .style_item .si_price .si_each {
      width: 100px; }
      .style_item .si_price .si_each .price, .style_item .si_price .si_each .discount {
        float: left;
        text-align: left; }
      .style_item .si_price .si_each .discount {
        padding-left: 0 5px; }
    .style_item .si_price .si_qty {
      text-align: right; }
    .style_item .si_price .si_value {
      float: right;
      text-align: right;
      color: #800;
      font-weight: bold; }

.style_item:hover {
  background-color: #fafcfc; }

.separator {
  clear: both;
  height: 1px;
  background-color: #888;
  color: #888; }

.separator_invis {
  clear: both;
  height: 0px; }

.co_item {
  clear: both;
  width: 100%; }
  .co_item .co_code {
    float: left;
    font-size: 15px;
    font-weight: bold;
    min-height: 1px;
    width: 100px; }
  .co_item .co_info {
    min-height: 1px;
    width: 340px;
    padding-left: 5px;
    float: left; }
    .co_item .co_info .co_webdesc {
      float: left;
      font-size: 15px;
      font-weight: bold; }
      .co_item .co_info .co_webdesc form {
        padding: 0;
        margin: 0; }
    .co_item .co_info .co_fulldesc, .co_item .co_info .co_shopper {
      clear: both;
      font-size: 11px; }
    .co_item .co_info .co_shopper {
      font-weight: bold; }
    .co_item .co_info table.vat {
      width: 250px; }
  .co_item .co_price {
    float: right;
    padding-left: 5px;
    width: 255px;
    min-height: 1px; }
    .co_item .co_price .co_size, .co_item .co_price .co_each, .co_item .co_price .co_qty {
      float: left; }
    .co_item .co_price .co_size {
      width: 35px;
      font-weight: bold; }
    .co_item .co_price .co_each {
      width: 100px;
      min-height: 1px; }
      .co_item .co_price .co_each .price {
        float: left;
        text-align: left; }
      .co_item .co_price .co_each .discount {
        padding: 0 5px;
        float: left;
        text-align: left; }
    .co_item .co_price .co_qty, .co_item .co_price .co_value {
      text-align: right; }
    .co_item .co_price .co_value {
      float: right;
      color: #800;
      font-weight: bold; }

.homeproducts {
  position: relative;
  overflow: hidden;
  width: 759px;
  left: 0px;
  top: 5px;
  min-height: 200px; }
  .homeproducts .items {
    width: 20000em;
    position: absolute; }

.hp_style_item {
  float: left;
  -webkit-box-shadow: #555 3px 3px 5px;
  -moz-box-shadow: #555 3px 3px 5px;
  box-shadow: #555 3px 3px 5px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  behavior: url('/stylesheets/PIE.htc');
  width: 245px;
  margin-left: 4px;
  margin-right: 4px;
  background: url('/images/redvfade.jpg') repeat-x;
  min-height: 180px; }
  .hp_style_item:hover {
    background-color: #ececfa; }
  .hp_style_item .si_info {
    min-height: 1px;
    padding-left: 4px;
    padding-right: 4px;
    width: 237px; }
    .hp_style_item .si_info .si_code {
      float: left;
      text-align: left;
      font-size: 13px;
      font-weight: bold; }
    .hp_style_item .si_info .si_price {
      text-align: left;
      color: #800;
      font-weight: bold; }
  .hp_style_item .si_picture {
    min-height: 1px;
    text-align: center;
    padding-left: auto;
    width: 237px; }
    .hp_style_item .si_picture img {
      max-width: 237px;
      max-height: 165px; }

hr.invis {
  clear: both;
  height: 0px; }

.over {
  cursor: pointer; }

#banner {
  position: relative;
  top: 0;
  left: 0;
  height: 145px;
  max-height: 145px; }

#bannerinfo {
  position: relative;
  top: -140px;
  left: 400px;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-bottom: 4px;
  list-style: none;
  font-weight: bold;
  color: white; }

#pushbrand {
  position: absolute;
  top: 65px;
  left: 398px;
  width: 562px;
  height: 75px;
  margin: 0;
  padding: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(128,128,128,0.3)), to(rgba(64,64,64,0)));
  background-color: #aaa; }
  #pushbrand img {
    float: left;
    padding-top: 0px;
    padding-left: 0px;
    max-height: 75px; }
  #pushbrand .cycle {
    float: left;
    width: 470px; }
    #pushbrand .cycle ul {
      display: none;
      width: 470px;
      list-style: none;
      float: left; }
      #pushbrand .cycle ul li {
        width: 90px;
        float: left; }
        #pushbrand .cycle ul li img {
          float: left;
          max-height: 73px;
          max-width: 90px; }
      #pushbrand .cycle ul li.brand_focus {
        width: 470px; }
        #pushbrand .cycle ul li.brand_focus img {
          float: left;
          max-height: 73px;
          max-width: 90px; }
        #pushbrand .cycle ul li.brand_focus h3 {
          float: left;
          padding-top: 12px;
          font-size: 25px;
          font-weight: bold;
          color: #ff9900;
          -webkit-text-shadow: #333 3px 3px 5px;
          -moz-text-shadow: #333 3px 3px 5px;
          text-shadow: #333 3px 3px 5px; }

.feature_list {
  padding: 5px;
  margin-bottom: 5px; }
  .feature_list img {
    max-height: 25px; }

img {
  border: none; }

.verysmall {
  max-height: 20px;
  height: 20px; }

.fieldWithErrors label {
  background-color: red;
  color: white; }
.fieldWithErrors input {
  border: 1px solid red; }

.rounded {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  behavior: url('/stylesheets/PIE.htc'); }

.groovyrounded {
  -moz-border-radius: 25px 2px;
  -webkit-border-radius: 25px 2px;
  border-radius: 25px 2px 2px 2px;
  behavior: url('stylesheets/PIE.htc'); }

.menu {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
  list-style: none; }
  .menu li {
    float: left; }
    .menu li a {
      display: block;
      float: left;
      padding: 4px 8px;
      margin-right: 5px;
      text-decoration: none;
      font-size: 15px;
      font-weight: bold;
      color: white;
      background-color: #ff4040; }
      .menu li a:hover {
        background-color: #cc0d0d; }

.dim {
  opacity: 0.3;
  filter: alpha(opacity= 30); }

.basket {
  padding: 0px;
  margin-bottom: 5px;
  text-decoration: none;
  color: black; }
  .basket .banner {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    border-radius: 10px 10px 0 0;
    behavior: url('/stylesheets/PIE.htc');
    color: #666;
    background: url('/images/redvfade.jpg') repeat-x;
    font-weight: bold; }
  .basket .delivery_points {
    width: 100%;
    text-align: center;
    height: 30px;
    background: url('/images/redvfade.jpg') repeat-x; }
  .basket .basket_content {
    clear: both; }

.search {
  font-size: 13px;
  text-decoration: none;
  font-weight: bold;
  color: black;
  background-color: #aaa; }
  .search ul li {
    float: left;
    margin-right: 4px; }

.hometext {
  display: block;
  float: left;
  padding: 4px 8px;
  margin-right: 5px;
  font-size: = !font_normal;
  font-weight: bold;
  text-decoration: none;
  color: #ff4040; }

.headcat {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 120px;
  max-height: 120px;
  width: 100%;
  color: red;
  margin: 8px;
  background-color: #eeeaea; }
  .headcat .headcat_title {
    position: relative;
    margin-left: 5px;
    padding-left: 5px;
    color: blue;
    font-size: 21px;
    font-weight: bold;
    text-align: left; }
  .headcat .headcat_image {
    position: relative;
    text-align: center; }
  .headcat .headcat_desc {
    position: relative;
    top: 15px;
    margin-left: 5px;
    padding-left: 5px;
    text-align: left;
    color: red;
    font-weight: bold;
    overflow: none; }

.category_options {
  list-style: none; }
  .category_options li {
    float: left;
    position: relative;
    padding: 5px;
    min-height: 270px;
    max-height: 270px;
    width: 140px;
    color: red;
    margin: 8px;
    background-color: #eeeaea;
    opacity: 0.7;
    filter: alpha(opacity= 70); }
    .category_options li:hover {
      background-color: #ffeaea;
      opacity: 1;
      filter: alpha(opacity= 100); }
    .category_options li .title {
      position: absolute;
      top: 5px;
      height: 3em;
      text-align: center;
      color: red;
      font-size: 17px;
      opacity: 1;
      filter: alpha(opacity= 100);
      text-decoration: none; }
    .category_options li .image {
      position: absolute;
      top: 60px;
      left: 10px;
      text-align: center; }
      .category_options li .image img {
        max-width: 150px; }
    .category_options li .desc {
      position: absolute;
      top: 175px;
      margin: 3px;
      overflow: none; }

.customer_account_banner {
  height: 50px;
  background-color: #eeeaea; }
  .customer_account_banner li {
    float: left;
    margin-right: 10px;
    margin-top: 5px; }
    .customer_account_banner li a {
      opacity: 0.7;
      filter: alpha(opacity= 70);
      padding-right: 5px;
      padding-left: 5px;
      background-color: #faf6f6; }
      .customer_account_banner li a img.image {
        padding-left: 5px;
        height: 40px;
        max-height: 40px;
        float: left; }
      .customer_account_banner li a span {
        display: none;
        float: left;
        padding-top: 10px;
        padding-left: 8px;
        padding-right: 8px;
        color: red;
        font-size: 19px;
        text-decoration: none; }
    .customer_account_banner li.hover, .customer_account_banner li:hover {
      background-color: #f6f2f2;
      opacity: 1;
      filter: alpha(opacity= 100); }
      .customer_account_banner li.hover span, .customer_account_banner li:hover span {
        display: inline;
        color: black; }
  .customer_account_banner li.current a {
    opacity: 1;
    filter: alpha(opacity= 100); }
    .customer_account_banner li.current a span {
      display: inline; }

.account_options {
  list-style: none; }
  .account_options li {
    float: left;
    padding: 10px;
    min-height: 140px;
    width: 140px;
    color: red;
    margin: 20px;
    background-color: #eeeaea; }
    .account_options li:hover {
      background-color: #ffeaea; }
    .account_options li a {
      text-align: center;
      color: red;
      font-size: 17px;
      text-decoration: none; }

#invoice_header .data_label {
  clear: left;
  color: #bb3c3c; }
#invoice_header .left {
  float: left; }
#invoice_header .right {
  float: right; }

.data_field_set .data_label {
  clear: left;
  color: #bb3c3c;
  float: left;
  text-align: right;
  width: 9em;
  padding-right: 1em; }
.data_field_set .data_field {
  float: left;
  padding-left: 1em; }

ul {
  list-style: none; }

.redcloth ul {
  list-style: disc; }

.menu_alt {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
  list-style: none; }
  .menu_alt li {
    float: left; }
    .menu_alt li a {
      display: block;
      float: left;
      padding: 4px 8px;
      margin-right: 5px;
      text-decoration: none;
      font-size: 15px;
      font-weight: bold;
      color: white;
      background-color: #cd3333; }
      .menu_alt li a:hover {
        background-color: #9a0000; }

.pagination {
  background: white;
  padding: .3em; }
  .pagination a, .pagination span {
    padding: .2em .5em; }
  .pagination span.disabled {
    color: #AAA; }
  .pagination span.current {
    font-weight: bold;
    color: #FF0084; }
  .pagination a {
    border: 1px solid #DDDDDD;
    color: #0063DC;
    text-decoration: none; }
    .pagination a:hover, .pagination a:focus {
      border-color: #003366;
      background: #0063DC;
      color: white; }
  .pagination .page_info {
    color: #aaa;
    padding-top: .8em; }
  .pagination .prev_page, .pagination .next_page {
    border-width: 2px; }
  .pagination .prev_page {
    margin-right: 1em; }
  .pagination .next_page {
    margin-left: 1em; }

.ui-effects-transfer {
  border: 2px solid black;
  background-color: #ff4040;
  opacity: 0.7;
  filter: alpha(opacity= 70); }

.articles {
  float: right;
  width: 220px;
  background-color: #f1f1f8;
  padding: 5px;
  min-height: 400px; }
  .articles h1 {
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    color: #444; }
  .articles .article {
    padding-left: 5px;
    padding-right: 5px; }
    .articles .article .title {
      float: left; }
      .articles .article .title .date {
        float: right; }
      .articles .article .title a {
        color: #888; }
      .articles .article .title:hover {
        background: #ffb; }
    .articles .article .summary {
      padding-left: 5px;
      padding-right: 5px;
      background: #ffe; }
      .articles .article .summary a {
        color: #888; }
      .articles .article .summary:hover {
        background: #eeb; }
    .articles .article hr {
      width: 100%;
      min-height: 3px; }

.offers {
  text-align: center;
  padding: 5px;
  background-color: #fff5f5;
  min-height: 260px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  behavior: url('/stylesheets/PIE.htc');
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px; }
  .offers li.offer_style_item.bigt1 {
    float: left;
    width: 220px;
    min-height: 200px; }
    .offers li.offer_style_item.bigt1:hover {
      background-color: #fafcfc; }
    .offers li.offer_style_item.bigt1 .si_picture {
      float: left;
      min-height: 1px;
      width: 100px; }
      .offers li.offer_style_item.bigt1 .si_picture img {
        max-width: 100px;
        -webkit-box-reflect: below -5px -webkit-gradient(linear, left bottom, left top, from(rgba(255,255,255,0.3)), color-stop(0.3, rgba(255,255,255,0))); }
    .offers li.offer_style_item.bigt1 .si_info {
      float: left;
      width: 110px;
      min-height: 1px;
      padding-left: 5px; }
      .offers li.offer_style_item.bigt1 .si_info .si_price, .offers li.offer_style_item.bigt1 .si_info .si_code {
        float: left;
        font-weight: bold; }
      .offers li.offer_style_item.bigt1 .si_info .si_price {
        text-align: left;
        color: #800; }
      .offers li.offer_style_item.bigt1 .si_info .si_code {
        clear: top;
        font-size: 13px; }
    .offers li.offer_style_item.bigt1 .si_webdesc {
      clear: both;
      font-size: 13px;
      font-weight: bold; }

.italic {
  font-style: italic; }

.basket_list .bl_heading {
  clear: both;
  font-weight: bold; }
  .basket_list .bl_heading .bl_id, .basket_list .bl_heading .bl_user, .basket_list .bl_heading .bl_date, .basket_list .bl_heading .bl_customer {
    background-color: #8888ee;
    float: left; }
  .basket_list .bl_heading .bl_id {
    width: 40px; }
  .basket_list .bl_heading .bl_user {
    width: 200px; }
  .basket_list .bl_heading .bl_date {
    width: 110px; }
  .basket_list .bl_heading .bl_customer {
    width: 360px; }
.basket_list .bl_detail {
  clear: both; }
  .basket_list .bl_detail .bl_id, .basket_list .bl_detail .bl_user, .basket_list .bl_detail .bl_date, .basket_list .bl_detail .bl_customer {
    background-color: #eeeeff;
    float: left; }
  .basket_list .bl_detail .bl_id {
    width: 40px; }
  .basket_list .bl_detail .bl_user {
    width: 200px; }
  .basket_list .bl_detail .bl_date {
    width: 110px; }
  .basket_list .bl_detail .bl_customer {
    width: 360px; }

#address_chooser {
  display: none; }

.testpage {
  color: white;
  background-color: #007700;
  height: 80px;
  width: 140px;
  border-radius: 10px;
  behavior: url('/stylesheets/PIE.htc'); }

#ieroot .cat_menu br {
  height: 10px;
  background-color: white; }
