/*
 * 
 * RADIO BUTTON
 * 
 */

.ssRadioButton, .ssCheckButton {
	position: relative;
	width: 195px;
	height: 20px;
	background-color: transparent;
	font-family: arial, sans-serif;
	margin-left: 72px;
	cursor: pointer;
}

.ssCheckButton {
	width: 130px;	
}

/*
 * RADIOBUTTON - LEFT
 */

.ssRadioButton .left,
.ssRadioButton .left-hover,
.ssRadioButton .left-checked,
.ssCheckButton .left,
.ssCheckButton .left-hover,
.ssCheckButton .left-checked  
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 20px;
	width: 65px;
	overflow: hidden;
}

.ssRadioButton .left .bg-top,
.ssRadioButton .left-hover .bg-top,
.ssRadioButton .left-checked .bg-top,
.ssCheckButton .left .bg-top,
.ssCheckButton .left-hover .bg-top,
.ssCheckButton .left-checked .bg-top

{
	position: absolute;
	top: 0px;
	left: 1px;
	width: 63px;
	height: 9px;
	background-color: white;
	border-top: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
}

.ssRadioButton .left .bg-middle,
.ssRadioButton .left-hover .bg-middle,
.ssRadioButton .left-checked .bg-middle,
.ssCheckButton .left .bg-middle,
.ssCheckButton .left-hover .bg-middle,
.ssCheckButton .left-checked .bg-middle
{
	position: absolute;
	top: 10px;
	left: 1px;
	width: 63px;
	height: 2px;
	background-color: #eeeeee;
	border-right: 1px solid #bbbbbb;
}

.ssRadioButton .left .bg-bottom,
.ssRadioButton .left-hover .bg-bottom,
.ssRadioButton .left-checked .bg-bottom,
.ssCheckButton .left .bg-bottom,
.ssCheckButton .left-hover .bg-bottom,
.ssCheckButton .left-checked .bg-bottom
{
	position: absolute;
	top: 12px;
	left: 1px;
	width: 63px;
	height: 6px;
	_height: 7px;
	background-color: #e3e3e3;
	border-bottom: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	overflow: hidden;
}

.ssRadioButton .left .text,
.ssRadioButton .left-hover .text,
.ssRadioButton .left-checked .text,
.ssCheckButton .left .text,
.ssCheckButton .left-hover .text,
.ssCheckButton .left-checked .text
{
	position: absolute;
	top: 1px;
	left: 0px;
	width: 64px;
	height: 17px;
	_height: 18px;
	text-align: center;
	border-left: 1px solid #bbbbbb;
	white-space: nowrap;
	color: #bbbbbb;
}

/* left-hover */

.ssRadioButton .left-hover .bg-top,
.ssCheckButton .left-hover .bg-top
{
	border-top: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
}

.ssRadioButton .left-hover .bg-middle,
.ssCheckButton .left-hover .bg-middle 
{
	border-right: 1px solid #aaaaaa;
}

.ssRadioButton .left-hover .bg-bottom,
.ssCheckButton .left-hover .bg-bottom
{
	border-bottom: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
}

.ssRadioButton .left-hover .text,
.ssCheckButton .left-hover .text
{
	border-left: 1px solid #aaaaaa;
	color: #333333;
}

/* left-checked */
.ssRadioButton .left-checked .bg-top,
.ssCheckButton .left-checked .bg-top
{
	background-color: #fd004d;
	border-top: 1px solid #fd004d;
	border-right: 1px solid #fd004d;
}

.ssRadioButton .left-checked .bg-middle,
.ssCheckButton .left-checked .bg-middle
{
	background-color: #c6003e;
	border-right: 1px solid #c6003e;
}

.ssRadioButton .left-checked .bg-bottom,
.ssCheckButton .left-checked .bg-bottom
{
	background-color: #930030;
	border-bottom: 1px solid #930030;
	border-right: 1px solid #930030;
}

.ssRadioButton .left-checked .text,
.ssCheckButton .left-checked .text
{
	color: white;
}

/*
 * 
 * RADIOBUTTON - MIDDLE
 * 
 */
.ssRadioButton .middle,
.ssRadioButton .middle-hover,
.ssRadioButton .middle-checked 
{
	position: absolute;
	top: 0px;
	left: 65px;
	height: 20px;
	width: 65px;
	overflow: hidden;
}

.ssRadioButton .middle .bg-top,
.ssRadioButton .middle-hover .bg-top,
.ssRadioButton .middle-checked .bg-top
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 65px;
	height: 9px;
	background-color: white;
	border-top: 1px solid #bbbbbb;
	border-right: 1px solid white;
}

.ssRadioButton .middle .bg-middle,
.ssRadioButton .middle-hover .bg-middle,
.ssRadioButton .middle-checked .bg-middle
{
	position: absolute;
	top: 10px;
	left: 0px;
	width: 65px;
	height: 2px;
	background-color: #eeeeee;
	border-right: 1px solid #eeeeee;
}

.ssRadioButton .middle .bg-bottom,
.ssRadioButton .middle-hover .bg-bottom,
.ssRadioButton .middle-checked .bg-bottom
{
	position: absolute;
	top: 12px;
	left: 0px;
	width: 65px;
	height: 6px;
	_height: 7px;
	background-color: #e3e3e3;
	border-bottom: 1px solid #bbbbbb;
	border-right: 1px solid #e3e3e3;
	overflow: hidden;
}

.ssRadioButton .middle .text,
.ssRadioButton .middle-hover .text,
.ssRadioButton .middle-checked .text
{
	position: absolute;
	top: 1px;
	left: 0px;
	width: 65px;
	height: 17px;
	_height: 18px;
	text-align: center;
	white-space: nowrap;
	color: #bbbbbb;
}

/* middle-hover */

.ssRadioButton .middle-hover .bg-top {
	border-top: 1px solid #aaaaaa;
}

.ssRadioButton .middle-hover .bg-middle {
}

.ssRadioButton .middle-hover .bg-bottom {
	border-bottom: 1px solid #aaaaaa;
}

.ssRadioButton .middle-hover .text {
	color: #333333;
}

/* middle-checked */
.ssRadioButton .middle-checked .bg-top {
	background-color: #fd004d;
	border-top: 1px solid #fd004d;
	border-right: 1px solid #fd004d;
}

.ssRadioButton .middle-checked .bg-middle {
	background-color: #c6003e;
	border-right: 1px solid #c6003e;
}

.ssRadioButton .middle-checked .bg-bottom {
	background-color: #930030;
	border-bottom: 1px solid #930030;
	border-right: 1px solid #930030;
}

.ssRadioButton .middle-checked .text {
	color: white;
}

/*
 * RADIOBUTTON - RIGHT
 */

.ssRadioButton .right,
.ssRadioButton .right-hover,
.ssRadioButton .right-checked ,
.ssCheckButton .right,
.ssCheckButton .right-hover,
.ssCheckButton .right-checked 
{
	position: absolute;
	top: 0px;
	left: 130px;
	height: 20px;
	width: 65px;
	overflow: hidden;
}

.ssCheckButton .right,
.ssCheckButton .right-hover,
.ssCheckButton .right-checked 
{
	left: 65px;
}


.ssRadioButton .right .bg-top,
.ssRadioButton .right-hover .bg-top,
.ssRadioButton .right-checked .bg-top,
.ssCheckButton .right .bg-top,
.ssCheckButton .right-hover .bg-top,
.ssCheckButton .right-checked .bg-top
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 63px;
	height: 9px;
	background-color: white;
	border-top: 1px solid #bbbbbb;
	border-left: 1px solid #bbbbbb;
}

.ssRadioButton .right .bg-middle,
.ssRadioButton .right-hover .bg-middle,
.ssRadioButton .right-checked .bg-middle,
.ssCheckButton .right .bg-middle,
.ssCheckButton .right-hover .bg-middle,
.ssCheckButton .right-checked .bg-middle
{
	position: absolute;
	top: 10px;
	left: 0px;
	width: 63px;
	height: 2px;
	background-color: #eeeeee;
	border-left: 1px solid #bbbbbb;
}

.ssRadioButton .right .bg-bottom,
.ssRadioButton .right-hover .bg-bottom,
.ssRadioButton .right-checked .bg-bottom,
.ssCheckButton .right .bg-bottom,
.ssCheckButton .right-hover .bg-bottom,
.ssCheckButton .right-checked .bg-bottom
{
	position: absolute;
	top: 12px;
	left: 0px;
	width: 63px;
	height: 6px;
	_height: 7px;
	background-color: #e3e3e3;
	border-bottom: 1px solid #bbbbbb;
	border-left: 1px solid #bbbbbb;
	overflow: hidden;
}

.ssRadioButton .right .text,
.ssRadioButton .right-hover .text,
.ssRadioButton .right-checked .text,
.ssCheckButton .right .text,
.ssCheckButton .right-hover .text,
.ssCheckButton .right-checked .text
{
	position: absolute;
	top: 1px;
	left: 0px;
	width: 64px;
	height: 17px;
	_height: 18px;
	text-align: center;
	border-right: 1px solid #bbbbbb;
	white-space: nowrap;
	color: #bbbbbb;
}

/* right-hover */

.ssRadioButton .right-hover .bg-top,
.ssCheckButton .right-hover .bg-top
{
	border-top: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
}

.ssRadioButton .right-hover .bg-middle,
.ssCheckButton .right-hover .bg-middle
{
	border-left: 1px solid #aaaaaa;
}

.ssRadioButton .right-hover .bg-bottom,
.ssCheckButton .right-hover .bg-bottom
{
	border-bottom: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
}

.ssRadioButton .right-hover .text,
.ssCheckButton .right-hover .text
{
	border-right: 1px solid #aaaaaa;
	color: #333333;
}

/* right-checked */
.ssRadioButton .right-checked .bg-top,
.ssCheckButton .right-checked .bg-top
{
	background-color: #fd004d;
	border-top: 1px solid #fd004d;
	border-left: 1px solid #fd004d;
}

.ssRadioButton .right-checked .bg-middle,
.ssCheckButton .right-checked .bg-middle
{
	background-color: #c6003e;
	border-left: 1px solid #c6003e;
}

.ssRadioButton .right-checked .bg-bottom,
.ssCheckButton .right-checked .bg-bottom
{
	background-color: #930030;
	border-bottom: 1px solid #930030;
	border-left: 1px solid #930030;
}

.ssRadioButton .right-checked .text,
.ssCheckButton .right-checked .text
{
	color: white;
}


/*
 * ++++++++ DIALOG WINDOW ++++++++
 * 
 */

.tqDialog {
	position: absolute;
	min-width: 100px;
	min-height: 50px;
	background-color: white;
	border: 1px solid black;
	top: 10px;
	left: 10px;
	z-index: 4;
	display: none;
}

.tqDialog .windowTitle {
	margin: 2px;
	padding: 2px;
	background-color: #C3D9FF;
	height: 18px;
	cursor: move;
}

.tqDialog .content {
	margin: 4px;
}

.tqDialog .content .buttons {
	margin-top: 8px;
	text-align: center;
}

.tqDialog .windowTitle img {
	vertical-align: bottom;
}

.tqDialog .windowTitle span {
	font-size: 14px;
	font-weight: bold;
	color: #364157;
}

table.shoeDialog {
	width: 310px;
	table-layout: fixed;
	border-collapse: collapse;
}

table.shoeDialog .caption {
	text-align: right;
	width: 105px;
}

table.shoeDialog .value {
	font-weight: bold;
	color: #000033;
	padding-left: 10px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
}

table.shoeDialog td.shoeTitle {
	font-family: arial, sans-serif;
	font-size:20px;
	font-weight: bold;
	text-align:right;
	color: #000033;
	vertical-align: middle;
	height: 50px;
	border-bottom: 1px solid #DDDDDD;
	line-height: 100%;
}

img.icon {
	width: 16px;
	height: 16px;
	vertical-align: text-bottom;
}

/*
 * +++++++++++ COMBO BOX WIDGET
 * 
 */

.ssMultiComboBoxItem {
	font-family: arial, sans-serif;
	font-size: 12px;
	height: 22px;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	padding-left: 3px;
	padding-right: 10px;
}

.ssMultiComboBoxItem-hover {
	background-color: #C2CFF1;
}

.ssMultiComboBoxItem img {
	width: 12px;
	height: 12px;
	margin-left: 1px;
	margin-right: 3px;
	margin-top: 4px;
}

.ssMultiComboBox {
	height: 17px;
	float: left;
	margin-right: 4px;
	cursor: pointer;
	background-color: transparent;
	background-image: url('../images/shoeSelector/button-background.png');
	border: 1px solid #D0D0D0;
	white-space: nowrap;
}

.ssMultiComboBox .caption {
	font-family: arial, sans-serif;
	font-size: 11px;
	color: black;
}

.ssMultiComboBox .count {
	font-family: arial, sans-serif;
	font-size: 10px;
	color: #AAAAAA;
}

.ssMultiComboBox .arrow {
	font-family: arial, sans-serif;
	font-size: 10px;
	color: black;
}

.ssMultiComboBoxPopup img.icon, .ssMultiComboBoxPopup img.icon:hover {
	width: 16px;
	height: 16px;
	border: 1px solid white;
	cursor: pointer;
}

.ssMultiComboBoxPopup img.icon:hover {
	border: 1px solid #D0D0D0;
}

.ssMultiComboBoxPopup .toolbar {
	border-bottom: 1px solid #D0D0D0;
	padding: 2px;
}

.ssMultiComboBoxPopup {
	position: absolute;
	display: none;
	border: 1px solid #D0D0D0;
	background-color: white;
	z-index: 1000;
	top: 0px;
	left: 0px;
	text-align: left;
	overflow: hidden;
}

.ssComboBox {
	height: 17px;
	float: left;
	margin-right: 4px;
	cursor: pointer;
	background-color: transparent;
	background-image: url('../images/shoeSelector/button-background.png');
	border: 1px solid #D0D0D0;
	white-space: nowrap;
	position: relative;
}

.ssComboBox .caption {
	font-family: arial, sans-serif;
	font-size: 11px;
	color: black;
}

.ssComboBox .arrow {
	font-family: arial, sans-serif;
	font-size: 10px;
	color: black;
	position: absolute;
	right: 1px;
}

.browserIcon {
	border: none;
	width: 32px;
	height: 32px;
	vertical-align: middle;
}

