/* Start of CMSMS style sheet 'Product Special' */
/************ SPECIAL ************/

#body_lapponia-blue #content {
	padding: 0px 4px 0px 4px;
}
#product-special {
   float: left;
   height: 680px;
   padding: 0 0 20px 0;
   background: #fff;
}
#nav-sub-vert {
   float: left;
   width: 940px;
   background: url(uploads/layout/nav-sub-shadow.png) repeat-x bottom left;
   margin: 0 10px;
}
#nav-sub-vert ul {
   float: left;
   width: 940px;
   font-size: 0.75em;
   line-height: 28px;
}
#nav-sub-vert li {
   float: left;
   margin: 0 10px;
}
#nav-sub-vert li a {
   color: #242424;
}
#content-top {
   width: 920px;
   height: 400px;
   min-height: 400px;
}
#content-top h1 {
   text-align: left;
   line-height: 40px;
   padding: 20px 20px 0px 0;
   font-size: 3.0em;
   color: #fff;
   text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
   font-weight: normal;
}


/* Right */
#right-container {
   float: right;
   width:170px;
   margin: 0 20px 0 0;
   background: #eee;
   border: 1px solid #ccc;
   padding: 15px;
   display: inline;
}
#right-container h2 {
   line-height: 20px;
   font-size: 18px;
   padding: 0 0 10px 0;
   font-weight: normal;
}
/* Bottom */
#container-1 {
   width: 680px;
   float: left;
   display: inline;
   margin: 0 10px 20px 20px;
   min-height: 200px;
}
ul.ui-tabs-nav {
   font-size: 0.75em;
   line-height: 28px;
   background: url(uploads/layout/nav-sub-shadow.png) repeat-x bottom left;
}
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}
/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}
/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}
#container-1 ul {
   list-style: none;
   padding: 0;
   margin: 0;
}
#container-1 ul li {
   padding: 0;
   margin: 0 1px 0 0;
}
#container-1 ul li#special-4 {
   padding: 0;
   margin: 0 0 0 5px;
    height: 65px;
}
#container-1 ul li#special-1 a{
    background: url(uploads/layout/special/special-1.png) no-repeat 10px 10px;
}
#container-1 ul li#special-1.ui-tabs-selected a{
    background: url(uploads/layout/special/special-1-selected.png) no-repeat 10px 10px;
}
#container-1 ul li#special-2 a{
    background: url(uploads/layout/special/special-3.png) no-repeat 10px 10px;
}
#container-1 ul li#special-2.ui-tabs-selected a{
    background: url(uploads/layout/special/special-3-selected.png) no-repeat 10px 10px;
}
#container-1 ul li#special-3 a{
    background: url(uploads/layout/special/special-2.png) no-repeat 10px 10px;
}
#container-1 ul li#special-3.ui-tabs-selected a{
    background: url(uploads/layout/special/special-2-selected.png) no-repeat 10px 10px;
}
#container-1 ul li#special-4 a{
    background: url(uploads/layout/special/special-4.png) no-repeat 10px 10px;
}
#container-1 ul li#special-4.ui-tabs-selected a{
    background: url(uploads/layout/special/special-4-selected.png) no-repeat 10px 10px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    min-width: 84px; /* be nice to Opera */
    width: 169px;
    -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px;
    background: url(uploads/layout/special/product-special-tab.png) repeat-x bottom #cbcbcb;
}
.ui-tabs-nav li.ui-tabs-selected {
    -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px;
    background: #fff;
}
.ui-tabs-nav li a strong {
    float: left;
    clear:both;
    text-transform: uppercase;
    margin: 3px 0 0 40px;
}
.ui-tabs-nav li a em {
    float: left;
    clear:both;
    line-height: 14px;
    font-style: normal;
    margin: 0 0 0 40px;
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0 10px;
}
.ui-tabs-nav a {
    margin: 0 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding: 0 10px;
    color: #585754;
    float: left;
    height: 70px;
    text-decoration: none;
    _white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
    width: 149px;
    border-bottom: none;
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    z-index: 2;
    margin-top: 0;
    color: #000;
}
.ui-tabs-nav .ui-tabs-selected a:hover {
}
.ui-tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-bottom: 0px;
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav-selected a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
    color: #333;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:active {
    color: #484848;
}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
    color: #2b2b2b;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-deselectable a:hover, .ui-tabs-nav .ui-tabs-deselectable a:focus, .ui-tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-panel {
   background: #fff;
   border: 1px solid #ccc;
   border-top: none;
   overflow: hidden;
   padding: 20px;
   width: 637px;
   height: 150px;
}
.ui-tabs-panel h3 {
   background: #153c77;
   padding: 8px 10px;
   color: #fff;
}
.ui-tabs-panel h2 {
   font-weight: normal;
   margin: 0 0 15px 0;
   color: #111;
   font-size: 24px;
}
.ui-tabs-panel h4 {
   background: #67758b;
   padding: 8px 10px;
   color: #fff;
}
.ui-tabs-panel p {
   color: #2a2a2a;
   font-size: 0.875em;
}
.ui-tabs-panel ol {
   color: #2a2a2a;
   font-size: 0.875em;
   list-style-type: decimal;
   margin: 0 0 0 20px;
}
.ui-tabs-panel ol li {
   padding: 0 0 5px 0;
}
.ui-tabs-panel .input_6_6, .ui-tabs-panel form, .ui-tabs-panel .submit, #container-1 .ui-tabs-panel ul, .ui-tabs-panel .addnew, .ui-tabs-panel .inputview_2_6 {
   margin-left: 10px;
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}
/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}


/* Slide */
#content-slide1, #content-slide2, #content-slide3, #content-slide4, #content-slide5 {
	width: 940px;
	height: 490px;
}
#content-slide5 h2 {
   padding: 50px 0 0 400px;
}
#content-slide2 {
   text-align: right;
}
/* More info */
#container-moreinfo {
        margin: 20px 0 0 20px;
        z-index: 100;
	position: absolute;
}
#content-bottom {
	width: 940px;
	height: 200px;
        margin: -120px 0 0 0;
        padding: 0;
	
	color: #000;
	background: url(uploads/layout/back-fade.png) repeat-x;
	
	display: block;
	position: relative;
}
#slider-bottom {
	width: 940px;
	height: 20px;
	
	margin: 0 auto;
	padding: 18px 0 0 10px;
	font-size: 0.75em;
	color: #666;
	background: url(../layout/sliderbottom.png) repeat-x;
}
/* End of 'Product Special' */

