/* sticky note styles */
#cmt_cart_total:link,
#cmt_cart_total:visited { text-decoration:none; }
#cmt_cart_total:hover { text-decoration:underline; }
#cmt_cart_total:link,
#cmt_cart_total:visited,
#cmt_cart_total:hover { font-family:verdana,arial,sans-serif; font-size:9px; }

.cart_entry_title { 	padding-top: 5px; padding-bottom: 5px; margin-bottom: 0em; margin-top: 0em; }

.cart_entry_divider { padding-top: 5px; padding-bottom: 5px; margin-bottom: 0em; margin-top: 0em; border-bottom: 1px solid #E3E3DE; }

.cart_thumbnail_shadow { border: 1px solid #CCCCCC;margin: 5px;}

.cart_remove_icon  { cursor: pointer; position: relative; float:right; margin-right: 4px; }

.tundra .dijitTab {
	background:#D6CF40 repeat-x top left;
	background-image: none;
    border-left: 1px solid #D6CF40;	
    border-bottom: 1px solid #e7e292;	
	border-top: 1px solid #D6CF40;		
	border-right: 1px solid #e7e292;
 }

.tundra .dijitTabHover { 
	background:#D4B012 repeat-x top left;
	background-image:none;	
	color: #243C5F;
    border-left: 1px solid #D4B012;	
    border-bottom: 1px solid #e7e292;	
	border-top: 1px solid #D4B012;		
	border-right: 1px solid #D6CF40;
}

.tundra .dijitTabChecked {
	background: #e7e292 repeat-x top left; 
	background-image:none;
    border-left: 1px solid #D6CF40;	
    border-bottom: 1px solid #e7e292;	
	border-top: 1px solid #D6CF40;		
	border-right: 1px solid #e7e292;
}

.no_comment_cookie_warning_area { padding-left: 10px;padding-top: 5px; display: none; }

.no_comment_cookie_warning_message { color: red; font-weight: bold;padding-right: 5px; }

.no_comment_cookie_tooltip { width: 350px; }

.dojoxFloatingPane {
	outline: none;
	background-color:#e7e292;
	position:relative; 
	overflow: hidden;
    border-left: 1px solid #D6CF40;	
    border-bottom: 1px solid #D6CF40;	
	border-top: 1px solid #e7e292;		
	border-right: 1px solid #e7e292;		
	-webkit-box-shadow: 0px 5px 10px #adadad;
}

.dojoxFloatingPaneCanvas {
	outline: none;
    background-color: #e7e292;
}

.dojoxFloatingPaneContent {
	outline: none;
	overflow: none;
	background-color: #e7e292; 
	height: 100%; 
	width:	100%;
}

.tundra .dojoxFloatingCloseIcon {
    cursor: pointer;
    float: right;
    height: 15px;
    overflow: hidden;
    width: 15px;
    background-attachment: scroll;
    background-color: transparent;
    background-image: url("images/sticky_note_close_16_16.png");
    background-position: center center;
    background-repeat: no-repeat;
}

.tundra .dojoxFloatingPaneTitle {
	background:#e7e292 url("images/sticky_note_bar_2_35.png") repeat-x top left;
	font-size: 0.9em;
	line-height:1.2em;
	font-weight: bold;
    cursor: move;
    outline: none;
    padding-bottom: 3px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 5px;
	white-space: nowrap;
	margin-right: 0px;
	border: 0px solid transparent;
}

.dojoxResizeHandle {
	/*background-color: #D6CF40;*/
	background-color: transparent;
    background-image: url("images/sticky_note_corner_32_32.png");
    bottom: 0px;
    float: right;
    height: 32px;
    line-height: 0;
    position: absolute;
    right: .5px;
    width: 32px;
    z-index: 20;
}

.FloatingContentPane { display: block; }

.note-edit-area {
	margin-left: 1em; 
	font-family: verdana,arial,sans-serif;
	height: 100px;
	border: 1px solid #000000;
	margin-top: .5em;	
	margin-right: 0px;
	margin-bottom: 0px;
}

.note-container {
	overflow: none;
	background-color: #e7e292;
    background-position: 0 0;
    background-repeat: repeat;	
}


