html, body {
  height:100%;
  width:100%;
  margin:0;
  padding:0;
  font-family:Arial, Helvetica, sans-serif;
  font-size:0.84em;
}

body {
  background:url('img/bg.gif');
  color:#F4F4F4;
}

div#page {
  width:1000px;
  margin:0 auto;
  background-color:black;
}

a {
  color:#F4F4F4;
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}
h2 {
  margin-top:0;
  font-size: 1.4em;
}
#flash {
  position:absolute;
  top:3px;
  left:0;
}

/*****************
****  Banner  ****
*****************/

div#banner {
  height:120px;
  width:1000px;
  padding: 0 0 27px 0;
}

div#banner_leftpart {
  width:684px;
  padding: 0 16px 0 0;
  height:120px;
  float:left;
  background:url('img/banner_gradiant1.jpg') right bottom no-repeat;
}

h1 {
  float:left;
  overflow: hidden;
  text-indent: 999px;
  background:url('img/logo_210.jpg') left top no-repeat;
  margin:0;
  padding:0;
  width:210px;
  height:120px;
}

h1 a {
  display:block;
  width:210px;
  height:120px;
  overflow: hidden;
  text-indent:-9999px;
}

div#banner_leftpart div {
  float:right;
}

div#banner_leftpart a {
  display:block;
  margin-bottom:6px;
}

div#banner_leftpart span {
  display:block;
  padding:10px 0 6px 0;
  color: rgb(243,145,230);
}

div#banner_leftpart a.selected:hover {
  text-decoration:none;
}

div#banner_rightpart {
  width:299px;
  height:120px;
  float:left;
  border-left:1px solid #a5a5a5;
  background-color: #202020;
}

div#banner_items {
  float:right;
  width:157px;
  height:14px;
  border:1px solid #a5a5a5;
  padding: 0 0 0 5px;
  margin: 10px 10px 0 0;
  text-align:center;
}

div#banner_items span {
 float: left;
}

div#banner_links {
  height:85px;
  padding:10px 0 0 16px;
}

div#banner_links a {
  display:block;
  width:90px;
  margin-bottom:6px;
}

div#banner_links a img {
  border:none;
  margin-left:3px;
}

div#banner_searchbar {
  height: 21px;
  width:100%;
  padding: 4px 0 0 0;
  background-color: #a5a5a5;
  overflow:hidden;
}

div#banner_searchbar form {
  width:297px;
}

div#banner_searchbar form label {
  display:block;
  float:left;
  color:black;
  padding:2px 19px 0 70px;
  margin:0;
  width:35px;
}

div#banner_searchbar form input.textbox{
  float: left;
  display:block;
  width: 140px;
  height: 14px;
  border: 1px solid black;
  font-size: 1em;
  line-height:14px;
  margin: 0 2px 0 0;
  padding: 0 0 0 4px;
}

div#banner_searchbar form input.submit-search {
  margin:0;
  padding:0;
  width:17px;
  height:18px;
  display:block;
  float:left;
}

/********************
****  Side Menu  ****
********************/

div#sidemenu {
  float: left;
  width:210px;
  padding: 0 22px 0 0;
}

a#collections {
  float:left;
  display:block;
  width:85px;
  height:17px;
  padding:2px 0 0 19px;
  border-top:1px solid #a5a5a5;
  border-left:1px solid #a5a5a5;
  background:url('img/arrow-sidemenu.gif') 8px 6px no-repeat;
  color:#a5a5a5;
  font-weight:bold;
}

a#collections-selected {
  float:left;
  display:block;
  width:85px;
  height:17px;
  padding:2px 0 0 19px;
  border-right:1px solid black;
  background:url('img/arrow-sidemenu-selected.gif') 8px 7px no-repeat #a5a5a5;
  color:#464646;
  font-weight:bold;
}

a#shop {
  float: left;
  display:block;
  width:85px;
  height:17px;
  padding:2px 0 0 19px;
  border-right:1px solid #a5a5a5;
  border-top:1px solid #a5a5a5;
  background:url('img/arrow-sidemenu.gif') 8px 6px no-repeat;
  color:#a5a5a5;
  font-weight:bold;
}

a#shop-selected {
  float: left;
  display:block;
  width:85px;
  height:17px;
  padding:2px 0 0 19px;
  border-right:1px solid #a5a5a5;
  border-top:1px solid #a5a5a5;
  background:url('img/arrow-sidemenu-selected.gif') 8px 7px no-repeat #a5a5a5;
  color:#464646;
  font-weight:bold;
}

a#col-selected {
  color: white;
}

a#collections-selected:hover, a#shop:hover {
  text-decoration:none;
}

div#sidemenu ul {
  margin: 0;
  padding:0;
}

div#sidemenu ul li {
  display:block;
  width:209px;
  padding: 0 1px 0 0;
  border-top:1px solid black;
  background-color:#202020;
  margin: 0;
}

div#sidemenu ul li a {
  display:block;
  height:18px;
  padding:2px 0 0 8px;
  margin: 0;
}

div#sidemenu ul li a img {
  border: none;
  margin: 0 0 0 10px;
  padding: 0;
}

div#sidemenu ul li a.pinktxt {
  padding: 3px 0 0 8px;
  color: rgb(243,145,230);
  font-weight: bold;
  margin: 0;
}

ul#shop li a {
  font-weight:bold;
}

ul#shop ul {
  margin:0;
  padding:0;
  border:none;
}

ul#shop ul li{
  padding-left:10px;
  margin:0;
  width:199px;
  height: 19px
}

ul#shop ul li a{
  font-weight:normal;
}

ul#shop ul li a.selected {
  color:white;
}

div#sidemenu ul li a:hover {
  text-decoration:none;
}

div#sidemenu ul li ul li a:hover {
  text-decoration: none;
}


div#sidemenu li.feature {
  display: block;
  background-color: rgb(0,0,0);
  width: 190px;
  height: 18px;
  padding: 55px 0 0 20px;
  color: rgb(243,145,230);
  font-weight: bold;
}

div#sidemenu li.tt {
  display: block;
  background-color: #202020;
  width: 202px;
  height: 181px;
  padding: 5px 0 0 8px;
}

div#tt-pick {
  width: 202px;
}

div#tt-pick form {
  padding: 13px 0 0 0;
}

div#tt-pick form select {
  width: 194px;
  border: 1px solid #a4a4a4;
}

div#tt-pick form img {
  padding: 11px 0 11px 0;
}

div#tt-pick form input {
  float: left;
  background-color: transparent;
  background-image: url(img/tt-search.gif);
  border: none;
  color: #a4a4a4;
  height: 20px;
  width: 82px;
  padding: 0;
  margin: 0;
  cursor:pointer;
}

div#sidemenu-fix {
  padding-top: 2px;
}


li#bags a.submenu {
  display: inline;
  padding-right: 10px;
}

li#bags a.submenu-element {
  display: inline;
  padding: 0px 10px 0 10px;
}

span.sub {
  display: inline;
}

/***********************
****  Main Content  ****
***********************/

div#main {
  width: 1000px;
}

div#content {
  float: left;
  padding: 20px 10px 40px 10px;
  width: 748px;
  height: 438px;
  background-color: #1a1a1a;
}

div#content img#leftpic {
  float:right;
}

div#content div#intro {
  position:relative;
  width:450px;
  padding-right:9px;
}

div#content h2 {
  padding:0 0 30px 0;
  margin:0;
  color:#7a7a7a;
  font-size:1.4em;
  line-height:1.2em;
}

div#content h2 span{
  color: white;
}

div#content p {
  margin:0 0 50px 0;
}

div#content a.cat-link {
  float:left;
  width:152px;
}

div#content a.cat-link:hover {
  text-decoration:none;
}

div#content a.cat-link span{
  font-weight:bold;
  display:block;
  padding-bottom:2px;
}


div#content a.cat-link img {
  border:none;
}

/**************************
****  Collections  ****
**************************/

div#col-content {
  float: left;
  padding: 0;
  width: 768px;
  min-height: 585px;
  background-color: rgb(26,26,26);
}

*html div#col-content {
  height: 585px;
}

div#col-intro {
  padding: 20px 10px 40px 10px;
  float: left;
  width: 447px;
}

div#col-content div#col-bg {
  float: left;
  width: 295px;
  height: 507px;
  padding: 18px 0 60px 0;
  /* background-image:url(img/woolcol-bg.jpg); */
}

div#col-bg form {
  margin: 0 0 0 31px;
  padding: 0;
}
div#col-bg select#tartan-selector {
  width:236px;
}

div#col-bg img {
  margin: 31px 0 0 31px;
}

div#col-intro h2 {
  margin:0;
  color:#7a7a7a;
  font-size:1.4em;
  line-height:1.2em;
}

div#col-intro h2 span {
  color: white;
}

div#col-intro p {
  margin: 0;
  display: block;
  float: left;
  padding: 15px 0 25px 0;
}

ul#collection{
  margin: 0;
  padding: 0;
  width:453px;
}

ul#collection li {
  padding: 0;
  width: 151px;
  height: 151px;
  float: left;
  list-style-type: none;
}

div#next {
  position:relative;
  text-align: right;
  color: rgb(168,168,168);
  padding: 0px 51px 0 0;
}

div#next a#previous-items {
  display:block;
  float:left;
  top:0;
  left:0;
}

div#next img {
  border: none;
}

input.scrollbox {
  float: left;
  width:270px;
  height:13px;
  border:1px solid rgb(168,168,168);
  background-color: rgb(25,25,25);
  color: rgb(168,168,168);
  font-size:0.75em;
}

input.submit {
  border:1px solid rgb(168,168,168);
  margin: 0 6px 0 2px;  
}

div#pic-items {
  width: 230px;
  background-image:url(img/transparent.png);
  margin: 0 0 0 31px;
  padding: 5px 6px 6px 0;
  text-align: right;
}

p.pinktxt {
  margin: 0 0 10px 0;
  padding: 0;
  font-size:1em;
  color:rgb(243,145,230);
}

p.pinktxt-s {
  margin: 8px 0 0 0;
  padding: 0;
  line-height: 0.8em;
  font-size:0.8em;
  color:rgb(243,145,230);  
}

div#vm_products {
  position:relative;
  left:0;
  top:0;
}

div#shown-products {
  position:absolute;
  top:0;
  left:0;
  text-align: left; 
  color: rgb(168,168,168);
  width:230px;
}

div#shown-products ul, div#shown-products-price ul {
  padding: 0;
  list-style-type: none;
  margin: 0 0 0 25px;
}



/**************************
****  Product Details  ****
**************************/

div#col-prod-det {
  float: left;
  padding: 0;
  width: 767px;
  height: 680px;
  background-color: rgb(26,26,26);
}

div#col-prod-det div#col-description {
  padding: 20px 9px 40px 10px;
  float: left;
  width: 349px;
}

div#col-prod-det div#col-description h2 {
  margin:0;
  color:#7a7a7a;
  font-size:1.8em;
  line-height:1.2em;
  font-weight:normal;
}

div#col-prod-det div#col-description h2 span {
  color: white;
}

span.id {
  margin: 0;
}

span.price {
  float: left;
  padding: 10px 0 0 0;
  color: rgb(243,145,230);
  font-size: 1.4em;
  font-weight: bold;
}

div#buy {
  margin: 0 0 5px 0;
  color: white;
}

div#buy span {
  display: block;
  height: 0px;
}

span.top {
  padding: 0 0 15px 0;
  font-size: 1.2em;
}

span.bottom {
  padding: 0 0 5px 10px;
  color: #a4a4a4;
}

span.product {
  padding: 0 0 25px 10px;
  color: #a4a4a4;
  font-weight: bold;
}

span.pink {
  color: rgb(243,145,230);
  padding: 0 0 25px 10px;
}

a.change {
  float: left;
  display: block;
  height: 0px;
  width: 169px;
  color: #a4a4a4;
  text-align: right;
  padding: 4px 0 0 0;
}

a.change img {
  border: none;
}

span.quantity {
  float: left;
  font-size: 1.1em;
  padding: 2px 0 0 0;
}

span.anyway {
  padding: 0 0 15px 0;
  color: #a4a4a4;
}

div#quantity {
  float: left;
  padding: 0 0 0 5px;
}

div#purchase {
  float: left;
  width: 349px;
  padding: 10px 0 0 0;
}

div#add {
  float: left;
  width: 180px;
}

div#add input {
  border-style: none;
  color: #a4a4a4;
  height: 20px;
  line-height:20px;
  width: 169px;
  background-image: url(img/button2.gif);
  background-color: transparent;
  font-size: 1.2em;
  text-align:center;
  cursor:pointer;
}

div#quantity input {
  width: 26px;
  height: 15px;
  border: 1px solid #a4a4a4;
  padding-left: 4px;
}

ul#pick-tartan {
  padding: 0;
  position:relative;
  margin: -10px 0 0 0;
  list-style-type: none;
}

ul#pick-tartan li{
  float: left;
  padding : 0 8px 0 0;
}

a.currency-con{
  float: left;
  padding: 16px 0 0 3px;
  color: rgb(243,145,230);
  font-size: 0.8em;
}

div#shop-prd-det {
  width: 369px;
}

select.scroll2 {
  float: left;
  display:block;
  width: 165px;
  border: 1px solid rgb(168,168,168);
}

select.scroll3 {
  float: right;
  display:block;
  width: 165px;
  border: 1px solid rgb(168,168,168);
  margin-left: 10px;
}

div#col-prod-det div#col-description p {
  margin: 0;
  display: block;
  float: left;
  padding: 15px 0 57px 0;
}

input.avlbt {
  margin: 13px 0 0 0;
  display:block;
  border: none;
  color: #a4a4a4;
  height: 20px;
  line-height:20px;
  width: 169px;
  background-image: url(img/button.gif);
  background-color: transparent;
  padding: 0 0 0 0;
  cursor:pointer;
}

div#col-product {
  float: left;
  width: 399px;
  padding: 18px 0 60px 0;
}

div#col-views {
  float: left;
  width: 100px;
}

div#col-views ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

div#col-views ul li {
  margin: 0 0 4px 0;
}

div#col-views ul li.last {
  margin: 0;
}

div#col-views ul li a img {
  border: none;
}

div#col-picture {
  float: left;
  width: 289px;
}

img.details {
  margin: 0 0 8px 0;
}

div#views {
  float: left;
  padding: 0 210px 0 0;
}

div#views img {
  margin: 0 5px 0 0;
  border: none;
}

div#supersize {
  float: left;
  padding: 0;
}

div#pic-items div#supersize {
  float: right;
  padding: 0 0 5px 0;
}

div#supersize a img {
  margin: 0 5px 0 0;
  border: none;
}

form.formfix {
  margin: 0;
  padding: 0;
}

div#also img {
  float: left;
  padding: 7px 0 7px 0;
}

span#pink {
  padding: 0;
  margin: 0;
  color: rgb(243,145,230);
}

div#also-product ul{
  float: left;
  margin: 0;
  padding: 0;
  width: 399px;
}

div#also-product ul li {
  width: 76px;
  float: left;
  padding: 0 20px 0 0;
  list-style-type: none;
}

ul#name {
  padding: 1px 0 0 0;
}

li#name {
  height: 36px;
}

div#also-product img {
  float: left;
  padding: 8px 0 0 0;
  border: 0;
}

ul#price {
  font-weight: bold;
}

ul#radio {
  padding: 10px 0 10px 0;
  margin: 0;
  width:340px;
  list-style-type: none;
}
ul#radio li input {
  vertical-align:-15%;
}

a#sizelink {
  position:relative;
  display:block;
  padding:0 10px 0 0;
  margin-left:186px;
  margin-top:10px;
  width:52px;
  background:url(img/arrows_double_grey.gif) top right repeat-y;
}

div#also-shop {
  float: left;
  padding: 0 82px 0 100px;
}

div#also-shop-product ul{
  float: left;
  margin: 0;
  padding: 0 0 0 100px;
  width: 299px;
}

div#also-shop-product ul li {
  width: 76px;
  float: left;
  padding: 0 20px 0 0;
  list-style-type: none;
}

div#also-shop-product img {
  float: left;
  padding: 8px 0 0 0;
  border: 0;
}

div#tartan-select ul {
  margin: 0;
  padding: 10px 0 0 0;
  list-style-type: none;
}

div#tartan-select ul li#first {
  padding: 0 100px 0 0;
}

div#tartan-select ul li a img {
  border: none;
}

/***************
****  Shop  ****
***************/

div#content-shop {
  float:left;
  padding: 20px 10px 40px 10px;
  width: 747px;
  height:468px;
  background-color:#1a1a1a;
}

div#content-shop threeparts {
  display:block;
  float:left;
  width:243px;
}

div#content-shop middle {
  margin:0 9px 0 9px;
}

div#content-shop a.threeparts {
  display:block;
  float:left;
  width:243px;
}

div#content-shop a.middle {
  margin:0 9px;
}

div#content-shop a.threeparts h3 {
  margin: 0 0 8px 0;
  padding:0;
  font-size:1.4em;
}
div#content-shop a.threeparts:hover {
  text-decoration:none;
}

div#content-shop a.threeparts img {
  border:none;
}

div#content-shop div#first {
  float: left;
  width: 243px;
  height: 88px;
  background-color: rgb(54,37,29);
  margin: 0 9px 0 0;
}

div#content-shop div#second {
  float: left;
  width: 243px;
  height: 88px;
  background-color: rgb(25,41,54);
  margin: 0 9px 0 0;
}

div#content-shop div#third {
  float: left;
  width: 242px;
  height: 88px;
  background-color: rgb(54,45,38);
}
  
div#shoplist{
  float: left;
  width: 122px;
}

div#shoplist ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

div#shoplist ul li {
  margin: 6px 0 0 5px;
}

div#shoplist-right {
  float: left;
  width: 121px;
}

div#shoplist-right ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

div#shoplist-right ul li {
  margin: 6px 0 0 0;
}

div#shoplist-right-last {
  float: left;
  width: 120px;
}

div#shoplist-right-last ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

div#shoplist-right-last ul li {
  margin: 6px 0 0 0;
}

/**********************
****  Tartan shop  ****
**********************/
div#tt-content {
  float:left;
  padding: 20px 9px 40px 10px;
  width: 748px;
  height:504px;
  background-color:#1a1a1a;
}

div#tt-content-intro {
  float:left;
  padding: 20px 10px 19px 10px;
  width: 748px;
  height: 377px;
  background-color:#1a1a1a;
}

div#tt-intro h2 {
  padding: 0 0 36px 0;
  margin: 0;
  color: #7a7a7a;
  font-size: 1.4em;
  line-height: 1.2em;
}

div#tt-intro p {
  margin: 0;
}

div#tt-intro h2 span {
  color: white;
}

div#tt-intro form {
  margin: 20px 0 0 0;
}

div#tt-intro form input {
  height: 20px;
  width: 169px;
  background-image:url(img/button.gif);
  background-color: transparent;
  border: none;
  color: #a4a4a4;
  cursor:pointer;
}

div#tt-pages {
  width: 374px;
}

div#tt-next {
  float: left;
  width: 374px;
  text-align: right;
}

div#tt-next a.tt-selected {
  text-decoration: underline;
  padding: 0 1px 0 0;
}

div#tt-next a img {
  border: none;
}

div#tt-products {
  width: 748px;
}

div#tt-products2 {
  width: 748px;
  padding: 27px 0 8px 0;
}

ul#tt-prod-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul#tt-prod-list li {
  float: left;
  display: block;
  width: 187px;
  padding: 13px 0 3px 0;
}

ul#tt-prod-list li a img {
  border: none;
}

span.tt-name {
  display: block;
  height: 0px;
  margin: 3px 0 1px 0;
}

div#tt-next-low {
  float: left;
  width: 748px;
  text-align: right;
}

div#tt-next-low a.tt-selected {
  text-decoration: underline;
  padding: 0 1px 0 0;
}

div#tt-next-low a img {
  border: none;
}

/*********************
****  Size guide  ****
*********************/
div#sg-content {
  float: left;
  padding: 20px 10px 40px 10px;
  width: 747px;
  height: 374px;
  background-color: #1a1a1a;
}

div#sg-title {
  color: white;
  padding: 0 0 20px 0;
}

div#sg-title h2 {
  font-size:1.4em;
  line-height:1.2em;
}

div#sg-guide {
  width:533px;
  padding: 0 0 0 115px;
}

div#sg-guide table {
  border-collapse: collapse;
  margin:0;
}

div#sg-guide table tr {
  height: 50px;
}

div#sg-guide table th {
  width: 100px;
  font-size: 1.1em;
}

div#sg-guide table td {
  width: 100px;
  text-align: center;
}

.ttop {
  border-top: 1px solid #a4a4a4;
}

.tbottom {
  border-bottom: 1px solid #a4a4a4;
}

.left {
  border-left: 1px solid #a4a4a4;
}

.right {
  border-right: 1px solid #a4a4a4;
}

div#sg-comment {
  width: 600px;
  text-align: right;
  padding: 20px 119px 0 0;
}

div#sg-comment a {
  text-decoration: underline;
}

/**********************
****  Your basket  ****
**********************/
div#basket-content {
  float: left;
  padding: 20px 10px 25px 10px;
  margin:0;
  width: 748px;
  background-color: #1a1a1a;
}

div#basket-title {
  width: 100%;
  color: white;
  padding: 0 0 20px 0;
}

div#basket-title h2 {
  font-size:1.4em;
  line-height:1.2em;
}

div#basket-details {
  width: 100%;
}

div#basket-details table {
  border-collapse: collapse;
}

div#basket-details th {
  font-size: 1.1em;
  border-bottom: 1px solid #444444;
  padding-bottom:20px;
}
div#basket-details td {
  border-bottom: 1px solid #444444;
}

th.top-left {
  text-align: left;
  padding: 0 0 0 5px;
}

div#basket-details tr.top td {
  padding: 10px 5px;
}

.item {
  width: 72px;
}

.description {
  width: 200px;
}

.tquantity {
  text-align: center;
  width: 46px;
}

.tprice {
  text-align: center;
  width: 125px;
}

.total {
  text-align: center;
  width: 150px;
}

div#basket-details tr.top td.option {
  text-align: center;
  width: 140px;
  padding:0 5px;
  height:90px;
}

div#basket-details table tr.top  td.grandtotal {
  font-weight: bold;
  text-align: center;
}

.grandtotal-price {
  text-align: center;
  font-weight: bold;
}

.delivery {
  font-weight:normal;
  line-height:3em;
}

.convertor {
  font-size: 0.8em;
  line-height:3em;
}

input.remove {
  border-style: none;
  color: #a4a4a4;
  height: 20px;
  line-height:20px;
  width: 86px;
  font-size: 1em;
  background-image: url(img/button3.gif);
  background-color: transparent;
  font-size: 1em;
  cursor:pointer;
}

input.basket-clear {
  height: 20px;
  line-height:20px;
  width: 169px;
  font-size: 1em;
  background-image:url(img/button.gif);
  background-color: transparent;
  border: none;
  padding: 0;
  color: #a4a4a4;
  cursor:pointer;
}

input.basket-checkout {
  height: 20px;
  line-height:20px;
  width: 169px;
  background-image:url(img/button2.gif);
  background-color: transparent;
  border: none;
  font-size: 1.2em;
  padding: 0 5px 1px 0;
  text-transform: uppercase;
  color: #a5a5a5;
  cursor:pointer;
}

input.qty {
  height: 18px;
  width: 36px;
  border: 1px solid #a4a4a4;
  padding: 1px 0 0 0;
  text-align: center;
}

div#basket-options {
  width: 728px;
  padding: 0 ;
}

div#basket-options ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

div#basket-options ul li {
  float: left;
  padding: 35px 30px 35px 0;
}

div#basket-options ul li.last {
  float: left;
  padding: 35px 0 35px 150px;
}

div#basket-also {
  float: left;
  width: 748px;
  border-top: 1px solid #a4a4a4;
  padding: 7px 0 7px 0;
}

div#basket-also-products {
  float: left;
  width: 748px;
}

div#basket-also-products ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

div#basket-also-products li {
  float: left;
  width: 100px;
  padding: 0 50px 0 0;
}

div#basket-also-products li img {
  border: none;
}

span.basket-price {
  font-weight: bold;
}

/*******************
****  Checkout  ****
*******************/
div#checkout-page {
  width: 985px;
  padding: 0 15px 0 0;
}

div#checkout-page h2 {
  font-size:1.4em;
  color: white;
  margin: 0 20px;
  padding: 0 0 10px 0;
  line-height: 1.1em;
  border-bottom: 1px solid #a4a4a4;
}

div#checkout-content-top{
  width: 1000px;
  background-color: #1a1a1a;
  padding: 20px 0 10px 0;
}

div#checkout-progressbar {
  margin: 10px 0 0 40px;
  font-weight: bold;
  font-size: 110%;
}

div#checkout-progressbar span {
  margin: 0 55px 0 55px;
}

div#checkout-progressbar span.current {
  color: #f391e6;
}

div#checkout-progressbar span#progress-first {
  margin: 0 55px 0 19px;
}

div#checkout-progressbar span#progress-last {
  margin: 0 0 0 55px;
}

div#checkout-content-middle{
  width: 930px;
  padding: 20px 35px 40px 35px;
  background-color: #1a1a1a;
  font-weight: bold;
}

div#checkout-content-middle h3{
  font-size: 130%;
  margin: 0 0 .75em 0;
}

div#checkout-content-middle p {
  margin: 0;
}

div#checkout-content-middle form p {
  margin: 0 0 0.6em 0;
  width:100%;
}
form#signin button,
form#deliveryaddress button {
  color: #a5a5a5;
  display:block;
  height: 20px;
  width: 169px;
  margin: 20px 0 0 0;
  padding:0;
  font-size: 1.1em;
  line-height:20px;
  text-align: center;
  background-color: transparent;
  background-image: url(img/button2.gif);
  border: none;
  cursor:pointer;
}

form#signin button,
form#deliveryaddress #checkoutsignin-button {
  margin-left:213px;
}

label.ch {
  display: block;
  float: left;
  width: 205px;
  padding: 2px 10px 0 0;
  text-align: right;
}

form {
  padding: 0;
  margin: 0;
 } 
 
form#signin label.ch{
  width: 200px;
  text-align: left;
  padding: 4px 10px 0 0;
}

form#signin input#email {
  width: 196px;
  border: 1px solid #a4a4a4;
  margin-top: 2px;
  padding-left: 4px;
}

form#signin fieldset {
  padding: 20px 0;
}

fieldset {
  border: none;
  border-bottom: 1px solid #a4a4a4;
}

fieldset#signin-radios label.ch {
  width: 180px;
}

fieldset#signin-radios input {
  float: left;
}

fieldset#signin-radios input#password {
  border: 1px solid #a4a4a4;
  padding-left: 4px;
  width: 196px;
}

span.note {
  font-size: 90%;
  font-weight: normal;
  font-style: italic;
}

span.formfield-note {
  float: right;
  width: 200px;
  font-size: 80%;
  padding: 1px 267px 0 0;
}

form#deliveryaddress input {
  width: 196px;
}

fieldset#delivery-details input {
  border: 1px solid #a4a4a4;
  padding-left: 4px;
}

form#deliveryaddress select {
  width: 200px;
  border: 1px solid #a4a4a4;
}

form#deliveryaddress button {
  margin: 20px 0 0 0;
}

form#deliveryaddress fieldset {
  padding: 0 0 20px 0;
}

form#deliveryaddress fieldset#delivery-method p {
  margin: 20px 0 20px 215px;
  width:710px;
}

form#deliveryaddress fieldset#delivery-method input {
  width: 13px;
  height: 13px;
  padding: 0 3px 0 4px;
  margin: 0 0 0 0;
  display: block;
  float: left;
}

form#deliveryaddress fieldset#delivery-method label {
  width: 170px;
  display: inline;
  text-align: left;
  padding: 0 0 0 5px;
}

input#house {
  margin-bottom: 30px;
}

table.order-confirm {
  width: 100%;
  margin: 20px 0 30px 0;
}
table.order-confirm td {
  padding: 15px 0;
  border: 1px solid #a4a4a4;
  border-left: none;
  border-right: none;
  font-size: 120%;
}
table.order-confirm th {
  padding: 15px 0 5px 0;
  border-bottom: 1px solid #a4a4a4;
  text-align: left;
  text-transform: uppercase;
}

table.order-confirm td.receipt {
  text-align: right;
  font-size: 100%;
}

input.ch-button {
  color: #a4a4a4;
  height: 20px;
  width: 169px;
  background-color: transparent;
  background-image: url(img/button.gif);
  border: none; 
  cursor:pointer;
}

form#create-account {
  border-bottom: 1px solid #a4a4a4;
  padding: 0 0 20px 0;
  margin: 20px 0 0 0;
}

form#create-account #password,
form#create-account #confirmpassword {
  width: 135px;
}

form#create-account button {
  margin: 0 0 0 761px;
  color: #a4a4a4;
  height: 20px;
  width: 169px;
  background-color: transparent;
  background-image: url(img/button.gif);
  border: none;
}

form#ch-back {
  padding: 20px 0 0 0;
}

div#back {
  padding: 20px 0 0 0;
}

div#delivery-summary {
  width: 215px;
}

div#delivery-summary2 {
  width: 514px;
}

div#order-details {
  width: 500px;
}

div#order-details table {
  width: 700px;
  margin-top: 0;
}

div#order-details table th {
  color: #a4a4a4;
  border-bottom: 1px solid #a4a4a4;
  padding: 0 0 10px 0;
}

div#order-details table th.os-item {
  text-align: left;
}
  
div#order-summary {
	margin: 20px 0 0 0;
}

div#order-summary div {
	float: left;
}

table#product-list {
	width: 739px;
	margin: -25px 0 0 0;
}

table#product-list th {
  text-align: center;
  text-transform: uppercase;
  padding: 0 0 20px 0;
}

table#product-list td {
  text-align: center;
  color: #a4a4a4;
  font-weight: bold;
  padding: 5px 55px 5px 55px;
  border-bottom: 1px solid #a4a4a4;
  border-right: 1px solid #a4a4a4;
}

table#product-list td.nodots {
  background: none;
  text-align: center;
}

table#product-list td.os-item {
  padding-left: 0;
  text-align: left;
}

table#product-list td.blank {
  border: none;
  padding: 0;
}

table#product-list td.os-item img {
	float:left;
	padding:0 12px 0 0;
}

table#product-list button.remove {
  font-size: 80%;
}

table#product-list input.quantity {
  text-align: right;
}

table#product-list tr.bottom td {
  border: none;
}

table#product-list tr.postage td {
  padding: 10px 0 10px 0;
  text-align: center;
}

table#product-list td.bpandp {
  border-right: 1px solid #a4a4a4;
}

table#product-list td.pandp {
  font-weight: normal;
}

table#product-list tr.total td {
  padding: 15px 0 15px 0;
  border-bottom: none;
  border-right: none;
  border-left: none;
  background: none;
  font-size: 140%;
  text-align: center;
}

table#product-list tr.total button,
table#product-list tr.total a {
  font-size: 70%;
}


form#os {
  float: left;
  padding: 27px 0 0 0;
}

form#os input {
  height: 20px;
  line-height:20px;
  width: 169px;
  font-size:1.2em;
  background-image:url(img/button.gif);
  background-color: transparent;
  border: none;
  padding: 0;
  color: #a4a4a4;
  cursor:pointer;
}


form#os-continue {
  padding: 15px 0 0 0;
  border-top: 1px solid #a4a4a4;
}

form#os-continue input.right {
  float: right;
  height: 20px;
  line-height:20px;
  width: 169px;
  font-size:1.2em;
  background-image:url(img/button2.gif);
  background-color: transparent;
  border: none;
  font-size: 1.3em;
  color: #a4a4a4;
  cursor:pointer;
}

/******************
****  Account  ****
******************/
div#act-content {
  float: left;
  padding: 0;
  width: 748px;
  padding: 20px 10px 19px 10px;
  background-color: rgb(26,26,26);
}

div#act-main {
  float: left;
  width: 748px;
}

div#act-main ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

li#act-si-title h2 {
  padding:0 0 30px 0;
  margin:0;
  color: white;
  font-size:1.4em;
  line-height:1.2em;
}

li#act-si-email {
  padding: 5px 0 0 172px;
  margin-bottom:5px;
}

li#act-si-email input {
  border: 1px solid #a4a4a4;
  margin: 0 0 0 3px;
  width: 196px;
  padding-left: 4px;
}

li#act-si-password {
  padding: 5px 0 0 189px;
  margin-bottom:10px;
}

li#act-si-password input {
  border: 1px solid #a4a4a4;
  margin: 0 0 0 3px;
  width: 196px;
  padding-left: 4px;
}

li#act-si-bottom {
  margin-bottom:180px;
}

a.act-si-forgotten {
  margin: 0 0  0 275px;
}

input#act-si-signin {
  height: 20px;
  line-height:20px;
  width: 169px;
  background-image:url(img/button2.gif);
  background-color: transparent;
  border: none;
  font-size: 1.2em;
  margin: 0 0 0 579px;
  color: #a5a5a5;
  cursor:pointer;
}

input#act-si-vorders {
  height: 20px;
  line-height:20px;
  float:right;
  width: 169px;
  background-image:url(img/button.gif);
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  color: #a4a4a4;
  cursor:pointer;
}

div#act-main span h2 {
  padding:0 0 30px 0;
  margin:0;
  color: white;
  font-size:1.4em;
  line-height:1.2em;
}

div#act-main table.orders {
  margin: 0 0 0 150px;
}

div#act-main table.orders th{
  text-align: center;
}

div#act-main table.orders th.date{
  text-align: left;
}

div#act-main table.orders td{
  text-align: center;
  padding: 5px 30px 5px 30px;
}

div#act-main table.orders td.date{
  text-align: left;
  padding: 5px 30px 5px 0;
}

div#act-main table.orders {
  margin: 0 0 0 150px;
}

input#act-orders-view {
  height: 20px;
  width: 169px;
  background-image:url(img/button.gif);
  background-color: transparent;
  border: none;
  padding: 0;
  color: #a4a4a4;
  cursor:pointer;
}

input#act-orders-back {
  height: 20px;
  line-height:20px;
  font-size:1.1em;
  width: 169px;
  background-image:url(img/button.gif);
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  color: #a4a4a4;
  cursor:pointer;
}

div#act-line {
  width: 748px;
  border: none;
  border-top: 1px solid #a4a4a4;
  margin: 0 0 0 0;
  padding:15px 0 0;
}
div#act-line form {
  width: 374px;
  float:right;
}
div#act-line button.button {
  height: 20px;
  line-height:20px;
  width: 169px;
  background-image:url(img/button.gif);
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  color: #a4a4a4;
  cursor:pointer;
}


div#act-main table#details {
  border-collapse: collapse;
  margin-left: 184px;
  margin-bottom:50px;
}

div#act-main table#details tr#top th {
  border-left: 1px solid #a4a4a4;
  padding: 10px 30px 0 30px;
  text-align: left;
}

div#act-main table#details tr#top td {
  border-right: 1px solid #a4a4a4;
  padding: 10px 30px 0 30px;
  text-align: left;
}

div#act-main table#details tr#rest th {
  border-left: 1px solid #a4a4a4;
  padding: 0 30px 0 30px;
  text-align: left;
}

div#act-main table#details tr#rest td {
  border-right: 1px solid #a4a4a4;
  padding: 0 30px 0 30px;
  text-align: left;
}

div#act-main table#details tr#rest th#act-last {
  padding: 0  0 20px 0;
}

div#act-main table#details tr#rest td {
  text-align: left;
  padding: 0 30px 0 30px;
  border-right: 1px solid #a4a4a4;
}

.act-top {
  border-top: 1px solid #a4a4a4;
}

.act-bottom {
  border-bottom: 1px solid #a4a4a4;
}

input#act-update {
  height: 20px;
  width: 169px;
  background-image:url(img/button.gif);
  background-color: transparent;
  border: none;
  padding: 0;
  color: #a4a4a4;
  margin: 0 0 15px 0;
  cursor:pointer;
}

div#act-updated {
  margin: 5px 0 5px 363px;
}

div#act-updated span {
  color: rgb(243,145,230);
}

div#act-payment {
  padding: 0 30px 18px 30px;
  float: left;
}

div#act-payment ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

div#act-payment li.big h2{
  font-weight: bold;
}

div#act-payment ul#act-payment-list li.first {
  padding: 2px 0 20px 0;
}

div#act-payment ul#act-payment-list li {
  padding: 0 0 20px 0;
}

p.act-end {
  padding-bottom: 20px;
}

p.act-header {
  padding:0 0 30px 0;
  margin:0;
  color: white;
  font-size:1.4em;
  line-height:1.2em;
}

div#act-date {
  width: 929px;
  text-align: right;
  color: rgb(243,145,230);
}

form#act-options {
  padding: 0 0 0 549px;
}

form#act-options input.receipt-option {
  height: 20px;
  line-height:20px;
  width: 169px;
  background-image:url(img/button.gif);
  background-color: transparent;
  border: none;
  padding: 0;
  color: #a4a4a4;
  display: inline;
  margin: 20px 0 0 20px;
  cursor:pointer;
}

/*******************
****  Comments  ****
*******************/
div#cm-content {
  float: left;
  padding: 20px 0 19px 10px;
  width: 758px;
  background-color: rgb(26,26,26);
}

div#cm-left {
  float: left;
  width: 265px;
  text-align: left;
  padding: 18px 10px 0 10px;
}

div#cm-left ul {
  margin: 0 0 26px 0;
  padding: 0;
  list-style-type: none;
}

div#cm-left ul li.title {
  font-weight: bold;
  font-size: 1.1em;
  margin: 0 0 2px 0;
}

div#cm-right {
  float: left;
  width: 438px;
  text-align: left;
  padding: 18px 20px 40px 10px;
}

div#cm-right ul {
  margin: 0 0 10px 0;
  padding: 0;
  list-style-type: none;
}

div#cm-right ul li.title {
  font-weight: bold;
  font-size: 1.1em;
  margin: 0 0 2px 0;
}

form#comments-form {
	margin:15px 0 0 0;
}

div#cm-right ul li.comment-box  {
  margin: 15px 0 0 0;
}

div#cm-right ul li.comment-box input {
  margin: 5px 0 15px 0;
  width: 434px;
  height: 75px;
  padding-left: 4px;
  border: 1px solid #a4a4a4;
}

div#cm-right ul li input.name {
  margin: 5px 0 0 3px;
  width: 176px;
  padding-left: 4px;
  border: 1px solid #a4a4a4;
}

div#cm-right ul li input.email {
  margin: 5px 0 0 6px;
  width: 176px;
  padding-left: 4px;
  border: 1px solid #a4a4a4;
}

div#cm-right ul li input#cm-button {
  margin: 20px 0 0 270px;
  padding:0;
  color: #a5a5a5;
  height: 20px;
  line-height:20px;
  width: 169px;
  font-size: 1.2em;
  text-align:center;
  text-transform: uppercase;
  background-color: transparent;
  background-image: url(img/button2.gif);
  border: none;
  cursor:pointer;
}

div#cm-right ul li.confirmation {
  color: rgb(243,145,230);
  margin: 20px 0 0 0;
}

/**********************
****  Bottom menu  ****
**********************/
div#bottommenu-top {
  margin: 0 0 6px 0;
}

div#bottommenu-top ul {
  width: 1000px;
  margin: 70px 0 5px 0;
  padding: 0;
}

div#bottommenu-top ul li {
  float: left;
  display: block;
  padding: 0 20px 0 20px;
  border-right: 1px solid #7a7a7a;
  font-size: 0.95em;
}

div#bottommenu-top ul li.first {
  padding: 0 20px 0 15px;
}

div#bottommenu-top ul li.last {
  padding: 0 10px 0 20px;
  border: none;
}

div#bottommenu {
  width: 975px;
  padding:0px 0px 40px 0;
  margin: 0 auto;
  text-align: right;
}
div#checkout-page h2#receipt {
  margin:0 0 10px 0;
}

/* Order confirmation */

p#order-details {
  display:block;
  padding:10px 0;
}
p#order-details strong{
  font-size:1.15em;
  margin-right:40px;
}

a#buttonlink1, a#buttonlink2  {
  display:block;
  margin: 8px 0 18px 213px;
  color: #a5a5a5;
  padding:0;
  height: 20px;
  line-height:20px;
  width: 169px;
  font-size: 1.2em;
  font-weight:normal;
  background-color: transparent;
  background-image: url(img/button.gif);
  border: none;
  text-align:center;
  cursor:pointer;
}
a#buttonlink2 {
  margin: 10px 0 0 762px;
}
a#buttonlink1:hover, a#buttonlink2:hover {
  text-decoration:none;
}

form#deliveryaddress  button.order-conf {
  margin:0 0 10px 0;
}
form.order-conf {
  margin-top:20px;
}
h3.order-confirmation {
  padding:10px 0;
}
form#deliveryaddress input.width {
  width:169px;
}
a#createanaccount {
  display:block;
  position:relative;
  margin-left:450px;
  margin-top:-50px;
}
form.order-conf label.ch {
  width: 203px;
}

#worldpay-cards a {
  margin-right:73px;
}



/********************
****  CSS hacks  ****
********************/

*html div#sidemenu ul#shop ul li{
  width:198px;
}

.clearfix:after {
    content: ".";
    display: block; 
    height: 0;
    clear: both; 
    visibility: hidden;
}
.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
