/**
* $Date: 2010-04-29 11:59:58 +0200 (to, 29 apr 2010) $
* $Author: daniel.eriksson $
* $Revision: 444 $
**/

body
{
	font-size: 11px;
	font-family: "Lucida Sans";
	background: #FFF;
	line-height: normal;
	background: url(../images/slings/bg-body.png) repeat-x;
}

#wrapper
{
	background: url(../images/slings/bg-wrapper.png) no-repeat top center;
	width: 1058px;
	margin: 0 auto 0 auto;
	padding: 25px 0 0 0;
}

    body.png8 #wrapper
    {
        background: url(../images/slings/bg-wrapper-png8.png) no-repeat top center;
    }

h1#logo
{
	margin: 0 0 0 35px;
	padding: 0;
	width: 228px;
	height: 63px;
	background: url(../images/slings/bg-sling-logo.png) no-repeat;
}

h1#logo span
{
	display: none;	
}

#content
{
	background: #FFF;
	margin: 0 25px;
	padding: 0;
}

h2
{
	line-height: normal;
}

label
{
	display: block;
}

fieldset label span
{
	float: left;
}

select
{
	font-size: 11px;
}

input.radio
{
	float: left;	
}

ol li
{
	margin-bottom: 7px;	
}

li h4
{
	font-size: 12px;
	margin: 0 0 3px 0;
	padding: 0;
}

#menuwrapper
{
	margin: 20px 25px 0 15px;
	padding: 0 0 0 15px;
	float: right;
	height: 90px;
	background: url(../images/slings/bg-menu.png) no-repeat;
}

ul#menu
{
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
	height: 38px;
	background: url(../images/slings/bg-menu.png) top right no-repeat;
}

ul#menu li
{
	float: left;
	padding: 0 15px 0 0;
	_width: 1%;
	white-space: nowrap;
}

ul#menu li a
{
	display: block;
	height: 18px;
	padding: 3px 0 0 20px;
	background-repeat: no-repeat;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	opacity: 0.3;
	color: #000;
	cursor: default;
	_width: 1%;	
}

ul#menu li a.active
{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	color: #000;
	cursor: pointer;
}

ul#menu a#newBtn { background-image: url(../images/slings/btn-new.png) }
ul#menu a#openBtn { background-image: url(../images/slings/btn-open.png) }
ul#menu a#saveBtn { background-image: url(../images/slings/btn-save.png) }
ul#menu a#printBtn { background-image: url(../images/slings/btn-print.png) }
ul#menu a#downloadBtn { background-image: url(../images/slings/btn-download.png) }
ul#menu a#orderBtn { background-image: url(../images/slings/btn-order-selected.png) }
ul#menu a#sendToFriendBtn { background-image: url(../images/slings/btn-send-to-friend.png) }
ul#menu a#sendFeedbackBtn { background-image: url(../images/slings/btn-feedback.png) }
ul#menu a#helpBtn { background-image: url(../images/slings/btn-help.png) }

ul#menu a#helpBtn span,
ul#menu a#watchVideoBtn,
ul#menu a#locateDistributorBtn 
{ display: none; }

#introduction
{
	display: none;	
}

#result #introduction p
{
	font-style: normal;	
}

#guideTools a	
{
	color: #CCC;
	text-decoration: none;
}

li h4 a,
#guideTools a.active
{
	text-decoration: none;
	color: #5d9732;
	font-weight: bold;
}

li em
{
	display: block;
	margin-left: 0;
	font-style: normal;
	color: #666;
	font-size: 10px;
	margin-bottom: 1px;
}

label.textlabel
{
	display: inline;
}

label.checkbox,
label.group-checkbox
{
	height: 21px;
	padding: 0 0 0 22px;
	background-image: url(../images/slings/bg-checkbox-labels.png);
	background-repeat: no-repeat;
	background-position: 0 -42px;
	margin-bottom: 2px;
	cursor: pointer;
}

label.checkbox span,
label.group-checkbox span
{
	background-image: url(../images/slings/bg-checkbox-labels-span.png);
	background-repeat: no-repeat;
	background-position: right -42px;
	padding: 3px 6px 0 0;
	/*height: 18px;*/
	width: 200px;	
	display: block;
	float: left;
}

div.checkboxgroup span
{
	color: #CCC;
	margin: 0;
	padding: 3px 0 0 0;
}

div.checkboxgroup label
{
	height: 12px;
}

div.checkboxgroup .radio
{
	margin: 0 3px 0 0;
	padding: 0;
}

div.checkboxgroup label.group-checkbox
{
	height: 20px;
}

div.selected span,
div.checkboxgroup .group-checkbox span
{
	color: #3e3e3e;
}

ol
{
	margin: 0;
	padding: 0;
	list-style: none;	
}

fieldset
{
	border: 0;
	margin: 0;
	padding: 10px;
	clear: both;
	background: url(../images/slings/bg-column.png) no-repeat left bottom;
	
}

fieldset fieldset
{
	border-top: 0;
	padding: 0;
	background: transparent;
	margin-bottom: 6px;
}

#loader
{
	display: none;
	position: absolute;
	height: 16px;
	padding: 0 5px 0 24px;
	margin: 0 0 0 280px;
	background: #FFF url(../images/common/ajax-loader.gif) no-repeat;
	font-size: 11px;
	color: #CCC;
}

.column
{
	width: 281px;
	float: left;
	margin-right: 15px;
	background: #f4f4f4;
}

.column h2,
h2.header
{
	background: #5d9732 url(../images/slings/bg-column-top.png) no-repeat top left;
	margin: 0;
	padding: 6px 10px;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	border: 0px transparent;
}

h2.header
{
	background: #5d9732 url(../images/slings/bg-header.png) no-repeat;
}

.column h2 em,
h2.header em
{
	display: block;
	font-size: 70%;
	color: #9abc81;
}

.right-col
{
	margin-right: 0;	
}

#parameters
{
	width: 600px;
	float: left;
	margin-right: 0;
}

#result
{
	float: left;
	width: 400px;
}

#slingsContainer
{
	height: 500px;
	overflow: auto;
}

#slingsContainer h3
{
	margin: 0;
	padding: 0;
}

label.selected
{
	background-position: 0 0;	
}

label.selected span
{
	background-position: right 0;	
}

input.checkbox,
input.group-checkbox
{
	display: none;
}

fieldset legend
{
	margin: 0 0 10px 0;
	padding: 0 10px 0 0;
	font-size: 15px;
}

fieldset legend em
{
	display: block;
	font-size: 75%;
	margin-top: 3px;
	color: #3e3e3e;
}

fieldset.toggle
{
	margin-top: 15px;
}

fieldset.toggle ul
{
	display: none;
}

fieldset.toggle legend
{
	font-size: 13px;
	margin: 0 0 5px 0;
	cursor: pointer;
	background: transparent url(../images/common/bullet_toggle_plus.png) no-repeat scroll -4px 1px;
	white-space: normal;		
}

    fieldset.toggle legend span
    {
        *float: left;
    }
   
fieldset.toggle label
{
	margin: 0 0 3px 0;
}

#result p
{
	color: #3e3e3e;
	font-style: italic;	
}

fieldset fieldset legend
{
	font-size: 11px;
	margin: 0 0 0 0;
	padding: 0 0 0 12px;
}

.checkboxgroup
{
	margin-bottom: 6px;
}

.checkboxgroup label
{
	margin-left: 20px;
}

.checkboxgroup label.group-checkbox
{
	margin-bottom: 0;
	margin-left: 0;
	display: block;
}

.inline-list,
.block-list
{
	margin: 0;
	padding: 0;
	list-style: none;	
}

.inline-list li
{
	float: left;
	margin-right: 5px;	
}

em.readmore
{
	cursor: pointer;
}

a.readmore
{
	text-decoration: none;
	display: block;
	margin: 2px 0 3px 5px;
	color: #5d9732;
}

a.readmore:hover
{
	color: #db0008;
}

.moreinfo-link
{
	background-image: url(../images/common/bg-moreinfo-slings.png);
	background-repeat: no-repeat;
	width: 11px;
	height: 9px;
	display: inline-block;
}

.moreinfo-link:hover
{
	background-position: 0 -10px;
}

* html .moreinfo-link { display:inline; }  /* for IE 6 */
* + html .moreinfo-link { display:inline; }  /* for IE 7 */


label .moreinfo-link span
{
	display: none;	
}


/* SLIDER CSS */

fieldset#weightSpan
{
	background: #f4f4f4;
	width: 557px;
}

h2.header
{
	width: 557px;
	margin-top: 0;
}

#sliderWrapper
{
	margin: 0;
	height: 42px;	
	padding: 20px 10px 0 18px;
	background-image: url(../images/slings/bg-slider-wrapper.png);
	background-repeat: no-repeat;
	background-position: 0 17px;
}

#slider
{
	position: relative; 
	margin: 0; 
	width: 400px; 
	height: 17px; 
	background: url(../images/slings/bg-slider.png) repeat-x;
}


#slider_callout
{
	position: absolute;
	background: #000;
	color: #FFF;
	margin-left: 40px;
	width: 100px;
}

.ui-slider-range
{
	background-image: url(../images/slings/bg-slider.png);
	background-repeat: repeat-x;
	background-position: left -21px;
	height: 17px;
	display: block;
}

#slider_tooltip
{
	position: absolute;
	background: #CCC;
	color: #FFF;
	padding: 5px;
	margin-top: -7px;
	font-size: 12px;
}

.slider-tooltip-container
{
	position: absolute;
	background: url(../images/slings/bg-tooltip-container.png) no-repeat;
	padding: 0 0 0 3px;
	color: #FFF;
	margin-top: -4px;
}

.slider-tooltip-container span
{
	display: block;
	background: url(../images/slings/bg-tooltip-container.png) no-repeat top right;
	padding: 3px 3px 3px 0;
	color: #FFF;
	line-height: normal;
}

.ui-slider-handle
{
	position: absolute; 
	z-index: 1; 
	background-image: url(../images/slings/bg-slider-handles.png);
	background-repeat: no-repeat; 
	width: 14px; 
	height: 21px; 
	top: 0px;
	cursor: pointer;
}

.ui-slider-handle-active,
.ui-slider-handle:hover
{
	background-position: 0 -21px;
}

.active-tooltip
{
	background: url(../images/slings/bg-tooltip-container.png) no-repeat 0 -21px;
}

.active-tooltip span
{
	background: url(../images/slings/bg-tooltip-container.png) no-repeat right -21px;
}

.clr
{
	clear: both;	
}

#debug
{
	display: none;
}

.moreinfo
{
	display: none;	
	position: absolute;
	background: url(../images/slings/bg-moreinfo.png) no-repeat;
	padding: 4px 8px;
	width: 200px;
	z-index: 10000;
	font-style: normal;
	color: #FFF;
}

.moreinfo em
{
	font-size: 10px;
	font-style: normal;
	color: #CCC;
	display: block;
	margin-top: 4px;
	font-style: normal;
}

.moreinfo a { text-decoration: underline; color: #FFF }

#guideTools
{
	margin: 15px;
	padding: 0;
	list-style: none;
}

#guideTools li
{
	margin: 0 0 5px 0;
}

#guideTools a
{
	font-size: 12px;
}

#slingsContainer .art
{
	text-decoration: none;
	color: #3e3e3e;
	padding: 1px 5px 1px 15px;
	margin: 0;
	display: inline-block;
	background: url(../images/slings/bg-art.png) no-repeat 0 -14px;
}

* html #slingsContainer .art { display: inline; }  /* for IE 6 */
* + html #slingsContainer .art { display: inline; }  /* for IE 7 */

#slingsContainer .selected
{
	background: url(../images/slings/bg-art.png) no-repeat 0 1px;
}

a em.linkarrow
{
	font-style: normal;	
	color: #db0008;	
	display: inline;
}

#preview-thumbnail
{
	padding: 5px;
	border: 1px solid #CCC;
	background: #FFF;
}

#feedbackForm,
#orderForm,
#saveSelectionForm,
#saves,
#sendToFriendForm,
#printOptions,
#confirmDialog,
#helpDialog
{
	display: none;
}

#orderForm fieldset
{
	background: #FFF;
}

#orderForm textarea
{
	margin-bottom: 10px;
}

.blockMsg
{
	-moz-border-radius: 0.6em;
	-webkit-border-radius: 0.6em;
	border-radius: 0.6em;
}

.dialog fieldset
{
	background-image: none;	
}

.dialog h3
{
	color: #FFF;
	background: #5d9732;
	padding: 3px 5px;
	font-size: 13px;
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	border-radius: 0.3em;
}

.dialog ul
{
	margin: 15px;
	padding: 0;
	list-style: none;	
}

.dialog ul a
{
	font-size: 13px;	
}

#currentselection
{
	display: none;
}

.footer
{
	background: none;
	top: 0;
	border-top: 1px dotted #CCC;
	margin: 10px 25px;	
}

/* Hide away unused menu items */
#openItem,
#saveItem
{
	display: none;	
}

/* styles from theme.css (it, es, gr) */

.chooseLiftCenter
{
	width: 210px;
}

#slingguidepage ul#menu li 
{
    padding: 0 5px 0 0;
}

#slingguidepage div.checkboxgroup span 
{
	width: 200px;
}
#slingguidepage div.checkboxgroup label 
{
	height: auto;
}

#slingguidepage div.checkboxgroup label.group-checkbox 
{
    height: 20px;
}

#slingguidepage fieldset label 
{
	margin-bottom: 0;
}
