body {
    background: #6d6e72;
    padding: 20px 0 0 0;
}

.clear {
    clear: both;
}

#master-wrapper,
#wrapper {
    margin: 0 auto;
}

#master-wrapper {
    background: url(img/solfilm.png) no-repeat 0 542px;
    width: 1216px;
}

#wrapper {
    background: url(img/shadow.png) repeat-y;
    width: 1025px;
    padding: 0 19px;
}

/* HEADER */

#header {
    background: url(img/header.png) no-repeat;
    height: 316px; /* 335 - padding-top */
    width: 1025px;
    margin: 0 auto;
    padding: 19px;
    padding-bottom: 0;
}

#inner-header {
    position: relative;
    background: url(img/inner-header.jpg) no-repeat;
    width: 1025px;
    height: 316px;
}

#logo {
    position: absolute;
    width: 325px;
    height: 126px;
    left: 0;
    top: 85px;
}

#nav {
    list-style-type: none;
    position: absolute;
    bottom: 0;
    right: 10px;
    margin: 0;
    padding: 0;
}

#nav li {
    background: url(img/tab-right.png) no-repeat top right;
    float: left;
    height: 39px;
    padding-right: 7px;
}

#nav a {
    color: white;
    display: block;
    line-height: 39px;
    background: url(img/tab-left.png) no-repeat top left;
    padding: 0 7px 0 14px;
    text-transform: uppercase;
    font-size: 12px;
}

#nav a.current,
#nav a:hover {
    color: #f2b336;
}

#nav #pages {
    background: transparent;
    margin: 0;
    padding: 0;
}

#nav #pages ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#nav #pages ul ul {
    display: none;
}

/* CONTENT */

#top-padder {
    background: black;
    border-top: 1px solid #666565;
    height: 22px;
}

#content {
    background: url(img/content.png) repeat-y;
    padding: 20px 0 0 0;
    min-height: 500px;
}

/* SIDEBARS */

.sidebar {
    width: 157px;
    float: left;
}

#sidebar-alpha {
    margin-left: 50px;
}

#sidebar-beta {
    float: right;
    margin-right: 10px;
}

#sidebar-alpha input[type="text"],
#sidebar-alpha input[type="password"] {
    border: 1px solid #c3c3c3;
    border-top: 1px solid #9d9d9f;
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    padding: 0 7px;
}

.box-top {
    background: url(img/box-top.png) no-repeat;
    height: 8px;
}

.box {
    background: white;
    border: 1px solid #ccc;
    border-top: none;
    border-bottom: none;
    padding: 11px 10px 10px 10px;
}

.box ul {
    clear: right;
    list-style-type: none;
    font-size: 10px;
    padding: 0;
    margin: 0;
}

.box ul li {
    background: url(img/bullet.png) no-repeat 0 50%;
    padding-left: 7px;
}

.box ol {
    list-style-type: decimal;
    list-style-position: inside;
    margin: 10px;
    margin-bottom: 0;
    padding: 0;
}

.box ol li {
    font-weight: bold;
}

.box ol li span {
    font-weight: normal;
}

.box-bottom {
    background: url(img/box-bottom.png) no-repeat;
    height: 8px;
    margin: 0 0 15px 0;
}

#search {
    position: relative;
    height: 63px;
}

#search input {
    position: absolute;
}

#search input[type="text"] {
    top: 42px;
    left: 8px;
    width: 85px;
}

#search input[type="image"] {
    top: 43px;
    right: 8px;
}

#login input[type="text"],
#login input[type="password"] {
    width: 120px;
    padding: 0 7px;
    margin: 4px 0;
}

#login input[type="text"] {
    margin-top: 10px;
}

#login input[type="image"] {
    float: right;
    margin: 6px 0 8px 0;
}

#cart p {
    margin-top: 10px;
    text-align: center;
}

#cart .controls {
    background: black url(img/arrow.png) no-repeat 95% 52%;
    text-align: center;
    width: 100%;
    margin: 0 0 10px 0;
}

#cart .controls,
#cart .controls a {
    color: white;
    line-height: 20px;
    font-size: 10px;
}

/* PAGE */

#page {
    width: 550px;
    float: left;
    margin: 0 0 20px 80px;
}

#page-top,
#page-bottom {
    background: url(img/page-top.png) no-repeat;
    height: 10px;
}

#page-bottom {
    background: url(img/page-bottom.png) no-repeat;
}

#page-content {
    background: #d9d9da;
    padding: 20px 27px;
}

#page-content h1 {
    color: #f2b336;
    font-size: 30px;
}

/* CATEGORIES */

#category_menu {
    padding: 10px 0 0 0;
}

#category_menu li {
    background: transparent;
    margin: 0 0 0 10px;
}

.treeview,
.treeview ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.treeview ul {
    margin-top: 4px;
}

.treeview li {
    margin: 0;
    padding: 0px 0 0px 16px;
    padding: 0 0 0 16px;
    line-height: 22px;
}

.treeview a {
    font-weight: bold;
}
.treeview li ul a {
    font-weight: normal;
}
.treeview .hitarea {
    height: 22px;
    width: 22px;
    margin-left: -22px;
    float: left;
    cursor: pointer;
}

.treeview .expandable-hitarea {
    background: url(img/arrow.png) no-repeat 50% 50%;
}

.treeview .collapsable-hitarea {
    background: url(img/arrow-down.png) no-repeat 50% 50%;
}
.treeview li ul .collapsable, .treeview li ul .expandable {
    list-style: none;
    padding-left: 11px;
}

.treeview li ul li  {
    list-style: disc inside url(img/bullet.png);
    padding-left: 0px;
}

#sidebar-delta li {
    list-style: disc inside url(img/bullet.png);
    padding-left: 0px;
}

#sidebar-delta ul .collapsable, #sidebar-delta ul .expandable {
    list-style: none;
    padding-left: 11px;
}
#sidebar-delta ul li ul li  {
    list-style: disc inside url(img/bullet.png);
    padding-left: 0px;
}

#sidebar-delta .selected {
    text-decoration: underline;
}

/* PRODUCTS */

div.prodListBox,
div.prodListName {
    width: 147px;
    background: white;
}

div.prodListBox,
div.prodListBox:hover {
    height: 166px;
    border: 1px solid #ccc;
    padding: 15px 0 0 0;
    text-align: center;
}

div.prodListName,
div.prodListImg {
    padding: 0;
    margin: 0;
}

div.prodListName a {
    color: black;
    font-size: 11px;
}

div.prodListPrice {
    border: 0;
    color: #f2b336;
    font-weight: bold;
}

div.prodListImg {
    margin: 10px auto;
    width: 120px;
    height: 70px;
}

.prodListButtons {
    background: url(img/prodListHr.png) repeat-x;
    width: 90%;
    margin: 0 auto;
    padding: 10px 0 0 0;
}

.prodListButtons img {
    float: left;
}

.prodListButtons .info {
    margin-right: 10px;
}

div.prodInfo {
    width: 224px;
}

#cart_gotocheckout {
    color: #253e92;
}

/* FOOTER */

#footer,
#footer a {
    color: white;
}

#footer {
    background: url(img/footer.png) no-repeat;
    height: 65px;
    width: 1063px;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
}

#credits,
#copyright {
    position: absolute;
    bottom: 5px;
}

#credits {
    left: 40px;
}

#credits img {
    position: relative;
    top: 3px;
}

#copyright {
    right: 40px;
}

/* *** */

div.WelcomeText {
    margin: 0 0 20px 0;
    padding: 0;
    border: 0;
    border-bottom: 1px solid black;
}

div.WelcomeText h1 {
    margin-top: 0;
}

#page {
    font-family: arial, helvetica, sans-serif;
}

#tabs .ui-tabs-nav {
    margin-bottom: 1em;
}

#news .headline {
    font-size: 12px;
    font-weight: bold;
}

#news .date {
    font-size: 12px;
    font-weight: bold;
}




.prodlist-image {
	 /* Set the small thumbnail size */
	position: relative;
	width: 30px; height: 30px;
}
.prodlist-image img{

	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	width: 30px; height: 30px;
}
.prodlist-image:hover img{
    position: absolute;
	  /* Image used as background on hover effect
	border: none; /* Get rid of border on hover */
}