/* Avatar viewer */
#AvatarViewerContainer {
	border: 1px solid red;
	max-width: 270px;
	max-height: 270px;
}
#AvatarViewerCurrentImage {
	max-width: 270px;
        max-height: 270px;
}
#AvatarViewerContainer div {
	position: absolute;
}
#AvatarViewerContainer div.n {
	top: -18px; /* -18px; */
	left: 0px;
	width: 100%;
	height: 18px; /*- 18px; */
	background: transparent url('/img/box/av_n.png') repeat-x;
}

#AvatarViewerContainer div.ne {
	top: -18px; /* -18px; */
	right: -18px; /* -18px; */
	width: 18px; /* 18px; */
	height: 18px; /*- 18px; */
	background: transparent url('/img/box/av_ne.png') no-repeat;
}

#AvatarViewerContainer div.e {
	top: 0px;
	right: -18px;
	height: 100%;
	width: 18px;
	background: transparent url('/img/box/av_e.png') repeat-y;
}

#AvatarViewerContainer div.se {
	bottom: -18px;
	right: -18px;
	width: 18px;
	height: 18px;
	background: transparent url('/img/box/av_se.png') no-repeat;
}

#AvatarViewerContainer div.s {
	bottom: -18px;
	left: 0px;
	width: 100%;
	height: 18px;
	background: transparent url('/img/box/av_s.png') repeat-x;
}

#AvatarViewerContainer div.sw {
	bottom: -18px;
	left: -18px;
	width: 18px;
	height: 18px;
	background: transparent url('/img/box/av_sw.png') no-repeat;
}

#AvatarViewerContainer div.w {
	top: 0px;
	left: -18px;
	height: 100%;
	width: 18px;
	background: transparent url('/img/box/av_w.png') repeat-y;
}

#AvatarViewerContainer div.nw {
	top: -18px;
	left: -18px;
	width: 18px;
	height: 18px;
	background: transparent url('/img/box/av_nw.png') no-repeat;
}


/* Blue popup box layout */
.shadowed-blue {
	width: 760px;
}
    .shadowed-blue .sb-1 {
        padding: 160px 0 0 0;
        background: transparent url(/img/box/sb_top.png) 0 0 no-repeat;
    }
    .shadowed-blue .sb-2 {
        padding: 0 0 160px 0;
        background: transparent url(/img/box/sb_bottom.png) 0 100% no-repeat;
    }
    .shadowed-blue .sb-3 {
        padding: 0 160px 0 160px;
        background: transparent url(/img/box/sb_middle.png) 0 0 repeat-y;
        height: 1%; /* IE 7! */
    }
    .shadowed-blue .sb-4 {
        position: relative;
        height: 1%;
        background-color: #6ecae4;
    }

.shadowed-blue-large {
    width: 876px;
}
    .shadowed-blue-large .sb-1 {
        padding: 160px 0 0 0;
        background: transparent url(/img/box/sb_large_top.png) 0 0px no-repeat;
    }
    .no-top-shift .shadowed-blue-large .sb-1 {
        padding: 100px 0 0 0;
        background-position: 0 -60px;
    }
    .shadowed-blue-large .sb-2 {
        padding: 0 0 160px 0;
        background: transparent url(/img/box/sb_large_bottom.png) 0 100% no-repeat;
    }
    .shadowed-blue-large .sb-3 {
        padding: 0 160px 0 160px;
        background: transparent url(/img/box/sb_large_middle.png) 0 0 repeat-y;
        height: 1%; /* IE 7! */
    }
    .shadowed-blue-large .sb-4 {
        position: relative;
        height: 1%;
        background-color: #6ecae4;
    }


.shadowed-blue .window-close {
	position: absolute;
	right: 0px;
	top: -15px;
	z-index: 120;
	cursor: pointer;
	cursor: hand;
}
* html .shadowed-blue .window-close {
}

.shadowed-blue .window-contents {
	z-index: 110;
}
.shadowed-blue .window-caption {
	color: #ffffff;
	font-size: 22px;
	padding: 0 0 5px 0;
	margin: 0 20px 0 0;
	position: relative; 
	top: -5px;
}
.shadowed-blue .window-caption-small {
    color: #ffffff;
    font-size: 22px;
    padding: 0 0 5px 0;
    margin: 0 20px 0 0;
    position: relative;
    top: -10px;
    font-family: Georgia;
    font-size: 20px;
    line-height: 24px;
}

.shadowed-blue h2 {
	color: #ffffff;
	font-size: 18px;
	margin: 0;
	padding: 10px 0;
}
.shadowed-blue h2.large {
    font-size: 25px;
    font-weight: normal;
    padding-top: 0;
}

/* Box type options and elements */
.shadowed-blue {
	color: #fff;
}
.shadowed-blue a {
	color: #ffffff;
	text-decoration: underline;
}
.shadowed-blue p {
	margin: 0;
	padding: 0 0 10px 0;
}
.shadowed-blue p.large {
    font-size: 20px;
}
.shadowed-blue p.indented {
    padding: 10px;
}
.shadowed-blue p.error {
	color: #fd3a87;
	font-weight: bold;
}
.shadowed-blue form {
	padding: 15px 0 0 0;
}
.shadowed-blue p.submit {
	padding: 15px 0;
}
.shadowed-blue input.txt {
	color: #000;
	width: 300px;
}
.shadowed-blue textarea {
	color: #000;
	width: 410px;
}
.shadowed-blue textarea.small {
	height: 30px;
}
.shadowed-blue textarea.medium {
	height: 90px;
}
.shadowed-blue textarea.large {
	height: 150px;
}

.shadowed-blue .rounded-dark-blue {
	background: #58a2b6 url(/img/box/bg_rdb_bottom.png) 0 100% no-repeat;
	width: 415px;
	margin: 0 0 15px 0;
}
.shadowed-blue .rdb-inner {
	background: transparent url(/img/box/bg_rdb_top.png) 0 0 no-repeat;
	padding: 10px;
}


table.selected-gifts-list {
	border-collapse: collapse;
	width: 100%;
}
table.selected-gifts-list td {
	text-align: left;
	vertical-align: bottom;
	padding: 3px 0;
}
table.selected-gifts-list td.name {
	background: transparent url(/img/box/bg_selected_gifts_line.png) 0 100% repeat-x;
}
table.selected-gifts-list td.name span {
	background-color: #6ecae4;
}
table.selected-gifts-list td.price {
	text-align: right;
	width: 60px;
}
table.selected-gifts-list td.remove {
	width: 25px;
	text-align: right;
}
table.selected-gifts-list td.remove img {
	cursor: pointer;
	cursor: hand;
}


/************************************************************/
/*                                                          */
/* Modified Thickbox                                        */
/*                                                          */
/*                                                          */
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
* {padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:1100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(/img/macFFBgHack.png) repeat;}
.TB_overlayBG {
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	z-index: 1102;
	color:#000000;
	display:none;
	text-align:left;
	top:50px;
	left:50%;
}
#TB_window.no-top-shift {
    top: 0;
}

* html #TB_window { /* ie6 hack */
top: 50%;
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
	display: none;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:hidden;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}


#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:1103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:1099;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
