/*
#ZucaSportFrameSelect {
	width : 134px;
	height : 450px;
	overflow : hidden;
}

#ZucaSportFrameSelect h1,
#ZucaSportInsertSelect h1,
#ZucaSportPreviewPanel h1 {
	background-color : #666666;
	-moz-border-radius : 3px;
	-webkit-border-radius : 3px 3px;
	border-radius : 3px 3px;
	color : #FFFFFF;
	text-shadow : 1px 1px #000000;
	filter : filter:progid:DXImageTransform.Microsoft.DropShadow(offX=1,offy=1,color=#000000,positive=0);
	font-size : 18px;
	text-align : center;
	padding : 4px;
}

#ZucaSportInsertSelect {
	width : 400px;
	white-space : nowrap;
}
*/
.outOfStock {
	position : absolute;
	color : #990000;
	background-color : #F8F8F8;
	background-color : rgba(230,230,230,0.85);
	border : 2px #CCCCCC solid;
	-moz-border-radius : 3px;
	-webkit-border-radius : 3px;
	border-radius : 3px;
	text-align : center;
	font-size : 10px;
	font-weight : normal;
	line-height : 12px;
	padding : 2px 5px;
}

.ogon-selected > .outOfStock {
	border : 2px #666666 solid;
}

#OgonDescription {
	margin-right : 20px;
}

#OgonColorSelect {
	width : 340px;
}

#OgonColorSelect .outOfStock {
	position : absolute;
	left : 30px;
	right : 30px;
	bottom : -7px;
}

#OgonColorSelect > div {
	position : relative;
	display : block;
	float : left;
	background-color : transparent;
	color : #999999;
	text-shadow : 1px 1px #000000 solid;
	font-weight : bold;
	border : 2px #FFFFFF solid;
	-moz-border-radius : 3px;
	-webkit-border-radius : 3px 3px;
	border-radius : 3px 3px;
	cursor : pointer;
	margin-left : 4px;
	margin-bottom : 4px;
	background-color : #FFFFFF;
	padding : 5px;
}

#OgonColorSelect > div:hover,
#OgonColorSelect > div:active {
	color : #000000;
	border : 2px #CCCCCC solid;
	margin-left : 4px;
	margin-bottom : 4px;
}

#OgonColorSelect form > table {
	margin-left : 4px;
}

#OgonColorSelect > div.ogon-selected,
#OgonColorSelect > div.ogon-selected:hover,
#OgonColorSelect > div.ogon-selected:active {
	border : 2px #666666 solid;
	color : #000000;
	margin-left : 4px;
	margin-bottom : 4px;
}

#OgonColorSelect > div > * {
	cursor : pointer;
}
/*
#ZucaSportInsertSelect > div {
	display : block;
	float : left;
	width : 90px;
	height : 120px;
	text-align : center;
	background-color : transparent;
	-moz-border-radius : 3px;
	-webkit-border-radius : 3px 3px;
	-border-radius : 3px 3px;
	border : 2px #FFFFFF solid;
	cursor : pointer;
	margin : 0px 2px 2px 0px;
}
*/
/*
#OgonColorSelect > div.ogon-selected,
#OgonColorSelect > div.ogon-selected:hover,
*/
#OgonOptions {
	border : 2px #666666 solid;
	-moz-border-radius : 3px;
	-webkit-border-radius : 3px 3px;
	border-radius : 3px 3px;
	padding : 5px;
}

#OgonOptions td {
	white-space : nowrap;
}

#OgonOptions input[type="submit"] {
	background-color : #CCCCCC;
	color : #000000;
	font-weight : bold;
	text-indent : 25px;
	border : 1px #666666 solid;
	-moz-border-radius : 3px;
	-webkit-border-radius : 3px 3px;
	border-radius : 3px 3px;
	padding : 5px;
	background-image : url('layout/cart_add.png');
	background-repeat : no-repeat;
	background-position : 5px 5px;
	cursor : pointer;
	margin : 0px 1px 1px 0px;
}

#OgonOptions input[type="submit"]:hover {
	background-color : #666666;
	color : #FFFFFF;
}

#OgonOptions input[type="submit"]:active {
	margin : 1px 0px 0px 1px;
}

#OgonColor {
	width : 150px;
}

#OgonPrice {
	width : 150px;
	text-align : right;
}


#OgonPreview {
	display : none;
	cursor : pointer;
	z-index : 1;
}

