* {
    margin: 0;
    padding: 0;
}

body {
    background: white url(img/body.png) repeat-x top left;
    font-family: verdana, helvetica, sans-serif;
    font-size: 100%;
    line-height: 1.25em;
}

a {
    color: black;
}

h1 {
    margin-bottom: .5em;
}

img {
    border: 0;
}

input {
    font-size: 11px;
}

input[type="text"],
input[type="password"] {
    padding: 3px;
}

input[type="text"],
input[type="password"],
select,
textarea {
    border: 1px solid #b6b6b6;
}

p {
    margin-bottom: 1em;
}

td {
    padding: 2px 0;
}

ul {
    list-style-type: none;
}

#wrapper {
    font-size: 0.7em; /* 0.7 * 16 ~= 11 */
    margin: 0 auto;
    width: 1000px;
}

/* Header */

#header {
    background: url(img/header.png) no-repeat 450px 8px;
    border-bottom: 1px dotted black;
    height: 155px;
    left: 5px;
    position: relative;
    width: 980px;
}

#hello {
    bottom: 2px;
    position: absolute;
    z-index: 1;
}

#logo {
    left: 115px;
    position: absolute;
    top: 30px;
}

#cart {
    position: absolute;
    line-height: 1.2em;
    right: 15px;
    top: 20px;
}

#cart table {
    margin-top: 0.5em;
}

#cart td {
    padding: 0;
}

#cart img {
    margin: 0.5em 10px 0 0;
}

/* Navigation */

#navigation-left {
    background: url(img/navigation-left.png) repeat-x;
    border-right: 1px solid #5385a0;
    bottom: 1px;
    height: 30px;
    position: absolute;
    width: 154px;
}

#navigation-wrapper {
    background: url(img/navigation.png) repeat-x;
    bottom: 1px;
    height: 30px;
    left: 155px;
    position: absolute;
    width: 825px;
}

#navigation a {
    color: white;
    display: block;
    border-left: 1px solid #74bde5;
    border-right: 1px solid #5385a0;
    padding: 4px 15px 6px 15px;
}

#navigation a:hover,
.current {
    background: url(img/navigation-hover.png) repeat-x !important;
}

#navigation li {
    float: left;
}

/* Breadcrumbs */

#breadcrumbs {
    background: url(img/breadcrumbs.png) repeat-x top left;
    margin: 0 0 15px 5px;
    padding: 5px 0 0 10px;
    width: 970px;
}

#breadcrumbs,
#breadcrumbs a {
    color: #838383;
}

#breadcrumbs a {
    font-weight: bold;
}

/* Left sidebar */

.box-bottom {
    margin-bottom: 15px;
}

#leftbar {
    margin-right: 14px;
    width: 200px;
}

#leftbar h3 {
    background: url(img/h3.png) no-repeat;
    color: white;
    font-size: 11px;
    font-weight: bold;
    height: 24px;
    padding: 2px 15px 0 15px;
    width: 166px;
}

#leftbar .box {
    background: url(img/box.png) repeat-y;
    padding: 5px 17px 15px 17px;
    width: 165px;
}

#search {
    background: url(img/search.png) no-repeat;
    height: 50px;
    left: 4px;
    margin-bottom: 15px;
    position: relative;
    width: 191px;
}

#search input[type="text"] {
    background: url(img/search-input.png) repeat-x;
    border: 1px solid #069;
    color: #cde5f2;
    height: 21px;
    left: 9px;
    padding: 0 10px;
    position: absolute;
    top: 13px;
    width: 118px;
}

#search input[type="image"] {
    position: absolute;
    right: 11px;
    top: 13px;
}

#login [type="text"],
#login [type="password"] {
    border: 1px solid #b6b6b6;
    height: 20px;
	margin: 0 0 0 10px;
    padding: 0 5px;
    width: 140px;
}

#login [type="image"] {
    float: right;
    margin: 13px 10px 13px 0;
}

#login label {
	margin-left: 10px;
}

.arrows {
    clear: right;
    list-style-image: url(img/arrow.png);
    padding-left: 15px;
}

/* Categories */

#category_menu {
    background: url(img/menubg.png) repeat-y;
}

.mainCat {
    background: url(img/h3.png) no-repeat;
    padding: 0 0 3px 0;
}

.mainCat a {
    color: white;
    font-weight: bold;
    margin-left: 15px;
    text-decoration: none;
    
}
/* top-level */
.treeview li {
    /*background: url(img/h3.png) no-repeat;'/
    /*padding: 3px 0pt 3px 16px;*/
    /*padding: 0 0 0 16px;*/
    padding: 0 0 3px 8px;
}

.treeview li a {
    /*color: white;
    font-weight: bold;
    margin-left: 15px;
    text-decoration: none;*/
    color: black;
    font-weight: normal;
    margin: 0;
    margin-left: 7px;
}

/* sub-levels */
/*
.menu_sub {
    margin-top: 5px;
}
*/
.treeview ul li {

    padding-left: 28px;
}

.treeview ul li ul li {
    background: none;

    padding-left: 10px;
}

.treeview ul li a {
    color: black;
    font-weight: normal;
    margin: 0;
}

.treeview .hitarea {
    height: 16px;
    width: 9px;
    /*margin-left: -16px;*/
    float: left;
    cursor: pointer;
}

.treeview .expandable-hitarea {
    background: url(img/expand.png) no-repeat 0 7px;
}

.treeview .collapsable-hitarea {
    background: url(img/contract.png) no-repeat 0 7px;
}


/* Content */

#content-wrapper {
    float: left;
    margin-top: -3px;
}

#content-header {
    background: url(img/content-header.png) no-repeat;
    font-weight: bold;
    height: 34px;
    padding: 5px 15px;
    width: 548px;
}

#content {
    background: url(img/content.png) repeat-y;
    min-height: 770px;
    padding: 5px 15px;
    position: relative;
    width: 548px;
}

#content-bottom {
    bottom: 0;
    left: 0;
    position: absolute;
}

/* Right sidebar */

#rightbar {
    margin-left: 14px;
    width: 183px;
}

#rightbar h3 {
    background: url(img/right-h3.png) no-repeat;
    color: white;
    font-size: 11px;
    font-weight: bold;
    height: 22px;
    padding: 2px 15px 0 15px;
    width: 166px;
}

#rightbar .box {
    background: url(img/right-box.png) repeat-y;
    padding: 5px 5px 0 5px;
}

#info-list {
    list-style-image: url(img/arrow.png);
    margin-bottom: 15px;
    padding-left: 25px;
}

#info-list a {
    color: black;
}

#news-header {
    position: relative;
    z-index: 1;
}

#news {
    position: relative;
    top: -10px;
    width: 173px;
}

#news li {
    background: url(img/news-item.png) repeat-x;
    cursor: pointer;
    padding: 10px 0 10px 10px;
}

.news-date {
    color: #999;
}

.news-headline img {
    margin-right: 5px;
}

#banner {
    margin: 10px 0 10px 18px;
}

/* Footer */

#footer {
    background: url(img/footer.png) no-repeat;
    clear: both;
    color: white;
    font-size: 10px;
    height: 74px;
    padding: 5px 15px 0 15px;
    width: 958px;
}

#footer a {
    color: white;
}

#mail,
#phone,
#separator {
    float: right;
}

#separator {
    border-left: 1px solid #74bde5;
    border-right: 1px solid #5385a0;
    height: 30px;
    margin: -5px 10px 0 10px;
    width: 0px;
}

/* Miscellaneous */

.sidebar, #content {
    float: left;
}

.clear {
    clear: both;
}

/* Products */

.prodListBox {
    cursor: pointer;
    float: left;
    margin-bottom: 30px;
    margin-right: 17px;
    text-align: center;
    width: 120px;
}

.prodListImg {
	display: table-cell;
    margin: 0 auto;
    height: 120px;
	vertical-align: middle;
    width: 120px;
}

.prodListName a {
    font-weight: bold;
    text-decoration: none;
}

.prodListPrice {
    color: #093;
    margin-bottom: 10px;
}

/* *** */

input.campaign_code_submit{
    background:url(/newStore/img/icons/refresh.png);
    border:none;
    vertical-align:middle;
    height:16px;
    width:16px;
    cursor:pointer;
}
input.campaign_code_remove{
    background:url(/newStore/img/icons/delete.gif);
    border:none;
    vertical-align:middle;
    height:16px;
    width:16px;
    cursor:pointer;
}
div.prodImg{
	width:250px;
	float:left;
}
div.prodHeader {
    width:100%;
    padding:10px 0;
}
div.prodHeader h1 {
    font-size:14px;
    text-transform:uppercase;
    margin-bottom:10px;
}

div.prodImgBig {
    width:250px;
    min-height:250px;
    overflow:hidden;
}

div.prodImgThumbnails {
    width:220px;
    padding:5px;
    margin:10px auto;
}
div.prodImgThumbnailsSingel {
    width:auto;
    float:left;
}
div.prodImgThumbnailsSingel:hover	{
    cursor:pointer;
    border:1px solid #ccc;
}

div.prodInfo {
    float:left;
    margin:0 0 0 10px;
    width:275px;
    min-height:280px;
    padding-left:10px;
    border-left:1px dotted #ccc;
}

div.prodPrice {
    float:left;
    height:auto;
}
span.priceText {
    font-style:italic;
    font-size:11px;
    color:#666;
}
p.priceBig {
    font-weight:bold;
    color:#080808;
    font-size:16px;
    margin:0;
}

p.originalPrice {
    font-style:italic;
    text-decoration:line-through;
    font-weight:bold;
    color:#cc0000;
    font-size:11px;
    margin:0;
}
div.addToBasket {
    float:right;
    height:auto;
}

div.prodDotted {
    width:100%;
    height:1px;
    border-top:1px dotted #ccc;
    margin:10px 0;
}

div.infoBox {
    width:100%;
    margin:5px;
}
div.infoName {
    float:left;
    font-weight:bold;
    font-size:11px;
}
div.infoVar {
    margin-left:90px;
    font-size:11px;
}

div.shortDesc {
    font-style:italic;
    font-size:11px;
    color:#999;
}
div.prodInfoDottedBox p {
    margin:0px;
    padding:0px;
}

input.amountProduct {
    width:25px;
}

input.buyButton {
    padding:3px 10px;
    background:#000;
    border:0;
    cursor:pointer;
    color:#fff;
    font-weight:bold;
    font-size:11px;
}

tr.trInProduktTipReview{
    background:#f0f0f0;
    font-weight:bold;
}
tr.title {
    font-weight:bold;
    font-size:10px;
}

tr.accountEven {
    background:#F4F4F4;
}
.box_header
{
    background: url(img/box_header_r.png) no-repeat right top;

    padding-right: 10px;

    margin-right: 0px;
    font-size:10px;
}

.box_header .box_header_content
{
    background: url(img/box_header_l.png) no-repeat left top;
    height: 13px;
    padding:5px 5px 3px 10px;
    font-weight: bold;
}

div.boxCont {
    padding:5px;
    border:1px solid #d9d9d9;
    margin-bottom:10px;
}

.cart_table
{
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    margin-left: 1px;

}

.cart_table tr
{
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
}
.cart_table td
{
    padding-top: 5px;
    padding-bottom: 5px;
}

.cartTotalPay
{

    height: 28px;
    border: 1px solid #c2c2c2;
    background: url(img/cart_totals_bg.png) repeat-x;
    margin: 10px 0;
}

#cart_gotocheckout
{
    color: #187d00;
    font-weight: bold;

}
.checkout_box
{
    border:1px solid #CCCCCC;
    height:auto;

}

div.cartMessage {
    width:250px;
    float:left;
}
div.cartTotal {
    float:right;
    padding-left:10px;
    width:250px;
    margin-left:10px;
}
div.cartDotted {
    width:100%;
    height:1px;
    border-bottom:1px dotted #CCCCCC;
    margin:3px 0;

}
div.loginMessage {
    padding:10px;
    border:1px dotted #ccc;
    margin:10px 0;
}
div.loginMessage a {
    text-decoration:underline;
    font-weight:bold;
}
div.loginMessage a:hover {
    text-decoration:none;
}

#tooltip {
    position: absolute;
    z-index: 3000;
    width: 140px;
    border: 1px dotted #484848;
    background-color: #f8f8d1;
    font-size: 10px;
    text-align: left;
    padding: 5px;
    opacity: 0.85;
}
#tooltip h3{
    margin:0;
    font-size:12px;
    font-weight:bold;
} #tooltip div {
    margin: 0;

}

img.tooltip
{
    vertical-align: middle;

}
div.loginPageBox
{
    float: left;
    width: 260px;
    margin-right: 20px;
}
div.loginPageBox a
{
    text-decoration: underline;
}
div.loginPageBox td .formlabel
{
    text-align: right;
}

div.errorBox {
    background:#FEF1EC;
    padding:10px;
    border:1px solid #CD0A0A;
    color:#CD0A0A;
}
div.errorBox a {
    color:#CD0A0A;
    font-weight:bold;
    text-decoration:underline;
}
div.errorBox a:hover {
    text-decoration:none;
}

div.errorBox ul
{
    list-style: none;
}

div.successBox {
    width: 90%;
    padding: 10px;
    margin: 10px auto 10px auto;
    font-size: 12px;
    font-family: Tahoma;
    color: #006600;
    background:#DBFDD9;
    border: 1px solid #009900;
}

