@charset "utf-8";
/* CSS Document */
/*---------- Body ------------------*/
body {
	background-image:url(/img/shopinshop/43/background.gif);
    background-position:left top;
    background-repeat:repeat;
    background-color:#FFF;
}

#wrapper {
	background-color:#FFF;
    border-right: 1px solid #CCC;
    border-left: 1px solid #CCC;
}

/*---------- (Logo in) header ---------------------------*/
#header {
    background-image:none;
    background-color:FFF;
    height:130px;
}

#logo-shop {
    float:left;
    max-width:450px;
    max-height:129px;
    margin-top: 5px;
    margin-left: 18px;
}

ul#nav-sis {
    float:right;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin-top:5px;
    padding:0;
    font-family:Arial,Helvetica,sans-serif;
    font-size:11px;
    line-height:18px;
}

ul#nav-sis li a {
    background-image:url(/img/shopinshop/43/separator.gif);
    background-position:right center;
    background-repeat:no-repeat;
    color:#000;
    display:block;
    font-weight:bold;
    margin:1px 6px 0 6px;
    padding:0 12px 0 0;
    text-decoration:none;
}

ul#nav-sis li a:hover {
    color: #f4a3f0;
    text-decoration:none;
}

ul#nav-sis li.last a {
    background-image:none;
    padding-right:10px;
}

ul#nav-steps {
    clear:right;
    float:right;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:50px 18px 0 0;
    padding:0;
}

ul#nav-steps li.active a, ul#nav-steps li.active span.disabled-link {
	background-color:#f4a3f0;
}


h1 {
    color:#000;
    font-family:Arial,Helvetica,sans-serif;
    font-size:25px;
    font-weight:bold;
    line-height:30px;
    margin:0;
    padding:5px 0;
}

#main {
    background-color: #FFF;
    border:none;
    padding:17px;
}

#main-banners {
    border-right:1px solid #cccdc8;
    float:left;
    padding-right:22px;
    width:484px;
}

#main-cardselect #collection #show-all a {
    background:transparent url(/default/img/arrow-right-small.png) no-repeat scroll right center;
    color:#000;
    display:block;
    float:right;
    font-size:18px;
    font-weight:bold;
    line-height:20px;
    margin:10px 0;
    padding-right:15px;
    text-decoration:none;
    text-transform:uppercase;
}

.topcard-thumb a {
    background-color:#EEE;
    display:block;
    height:116px;
    padding:3px;
}

#main-cardselect #collection #show-all a:hover {
	color:#000;
    text-decoration: underline;
}


#main-cardselect {
    background-image:none;
    background-color:#FFF;
    border:1px solid #CCC;
    float:right;
    width:405px;
}

#main-cardselect #button-own-design {
    background-color:#FFF;
    border:none;
    height:71px;
}

#main-cardselect #button-own-design a {
    background:transparent url(/default/img/own-design.png) no-repeat scroll right center;
    color:#000;
    display:block;
    font-size:18px;
    font-weight:normal;
    height:54px;
    line-height:20px;
    padding:17px 175px 0 20px;
    text-align:center;
    text-decoration:none;
}

#main-cardselect #button-own-design a:hover {
	color:#000;
    text-decoration: underline;
}

#main-banners .extra-banner {
    border:none;
    height:105px;
    width:236px;
}

.shopcat-thumb a {
    background-color:#EEE;
    display:block;
    height:170px;
    padding:5px;
    text-decoration:none;
}

#footer {
    border:none;
    border-bottom: 1px solid #CCC;
    background-color:#FFF;
    clear:both;
    height:22px;
    margin-bottom:30px;
    margin-top:10px;
    padding:7px 7px 5px 5px;
    
}

#sub-footer {
    background-color:#FFF;
    clear:both;
    margin-bottom:20px;
    padding:17px;
}
