﻿body
{
    background-image:url(../images/backgrounds/shop/shop-bg-repeat.jpg);
}
#shop-wrp
{
    margin: 0 0 60px 331px;
    position: relative;
    
}
h1
{
    font-weight: bold;
    font-size: 46px;
    line-height: 16px;
    color: #81152c;
    padding: 21px 0 6px 0;
}

h3
{
    font-size: 16px;
    line-height: 17px;
    font-weight: bold;
    position: absolute;
    left: 119px;
    top: 43px;
    color: #333;
}
.search h3 {
    left: 149px;
}
h3 span
{
    color: #81152c;
}
#sort
{
    position: absolute;
    top: 74px;
    right: 45px;
    text-align: right;
}
   
#sort p {
    margin-bottom: 7px;
}
#sort label
{
    font-size: 12px;
    line-height: 22px;
    margin-right: 4px;
}
#shop-nav
{
    width: 419px;
    overflow: hidden;
}
#shop-nav li
{
    float: left;
    margin-right: 10px;
    font-size: 12px;
    line-height: 25px;
    letter-spacing: -0.025px;
}
li .selected {
    font-weight: bold;
}
#cat-nav
{
    width: 419px;
    overflow: hidden;
    margin-top: 6px;
}
#cat-nav li
{
    float: left;
    margin-right: 7px;
    font-size: 12px;
    line-height: 24px;
}
table
{
    margin-top: 33px;
    min-height: 300px;
}
td
{
    vertical-align: bottom;
    width: 140px;
    padding: 0 10px 33px 0;
}
table img
{
    vertical-align: top;
    padding-bottom: 11px;
}
table 
{
    margin-bottom: -21px;
}
table p
{
    font-size: 11px;
    line-height: 16px;
    margin-left: 9px;
}
table p:first-child
{
    font-size: 12px;
}
table p:first-child strong
{
    font-size: 18px;
    font-weight: bold;
    margin-left: -5px;
}
#shop-wrp a, #shop-wrp table p:first-child a
{
    text-decoration: none;
    color: #81152c;
}
#shop-wrp p a, #shop-wrp #cat-nav a
{
    color: #333;
}
.paging 
{
    text-align: right;
    margin: -4px 49px 0 0;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
}
.paging.top {
    position: absolute;
    top: 32px;
    right: 0px;
}
.paging
{
    margin-top: 15px;
}
.paging a 
{
    margin-left: 5px;
}
.paging a.view 
{
    margin-right: 10px;
}
.paging span 
{
    font-size: 11px;
    margin-left: 4px;
}
.paging a.selected
{
    text-decoration: none;
    color: #81152c !important;
}
/* selectbox styling */
.selectbox
{
    display: inline-block;
    *display: inline;
    font-size: 12px;    
    position: relative;
    zoom: 1;
    width: 83px !important;
}
.selectbox .display
{
    background: #fff url(/images/shop/select-bg.gif) bottom left repeat;
    border: 1px solid #d17f7f;
    color: #333;
    font-family: inherit;
    cursor: default;
    display: block;    
    height: 20px;
    line-height: 20px;
    padding: 0 30px 0 6px;
    position: relative;
    text-decoration: none;
    text-align: left;
}
.selectbox .display .arrow_btn
{
    
    border-left: 1px solid #d17f7f;
    display: block;
    height: 20px;
    padding: 0px;
    position: absolute;
    right: 0;
    top: 0;
    width: 23px;
    background-image: url(/images/shop/select-bttn.gif);
}
.selectbox .value, .items .value
{
    display: none !important;
}
.items{
  background:#fff;
  border:1px solid #d17f7f;
  display:block;
  font-family:arial;
  font-size:12px;
  line-height: 18px;
  list-style-type:none;
  margin:0;
  overflow-x:visible;
  overflow-y:auto;
  padding: 5px;
  z-index:99999;
  width: 137px !important;
  -moz-box-shadow:0 3px 5px rgba(0,0,0,.5);
  -webkit-box-shadow:0 3px 5px rgba(0,0,0,.5);
}

 #background-splash
{
    top: 0;
    left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	min-width: inherit;
	min-height: inherit;
}
#background-splash img
{
  position: fixed;
  top: 0px;
  right: 0px;
  left: 50%;
  height: 100%;
  }     
