/*--------------------------------------------------------------------------*
 * 
 * Category Preview (Thames)
 * 
 * Version 1.0.5
 * 
 * Copyright (C) 2009 Brand Labs LLC
 * 
 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 2.1 of the License, or (at your option) any later version.
 * 
 * This library is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Lesser General Public License for more details.
 * 
 * You should have received a copy of the GNU Lesser General Public
 * License along with this library; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  
 * 02110-1301  USA
 * 
 *--------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------*
 * Category Preview
 *--------------------------------------------------------------------------*/
.thames_category_quick_preview_overlay {
	text-align: left;
	padding-top: 2px;
	padding-left: 2px;
	width: 50px;
	height: 50px;
}

.thames_category_quick_preview_overlay_btn {
	width: 50px;
	height: 50px;
}

.thames_category_quick_preview_window {
	background-color: #EEEEEE;
	border-color: #3A2500;
	border-style: solid;
	border-width: 3px;
	
	padding: 5px 5px 5px 5px;
}

.thames_category_quick_preview_window_top {	
	padding-bottom: 5px;
	text-align: right;
}

.thames_category_quick_preview_window_top_left {
	float: left;	
}

.thames_category_quick_preview_window_top_right {
	text-align: right;
}

.thames_category_quick_preview_window_drag_btn {
	width: 14px;
	height: 14px;
	cursor: move;
}

.thames_category_quick_preview_window_close_btn {
	width: 42px;
	height: 16px;
}

.thames_category_quick_preview_window_middle {
	margin-left: auto;
	margin-right: auto;
	padding-left: 29px;
	padding-right: 29px;
}

.thames_category_quick_preview_window_photo {
	border-color: #3A2500;
	border-style: solid;
	border-width: 3px;
	cursor: pointer;	
}

.thames_category_quick_preview_window_bottom {
	padding-top: 9px;
	padding-bottom: 7px;
	text-align: center;
}

.thames_category_quick_preview_window_left_btn {
	width: 53px;
	height: 16px;
	vertical-align: top;
	padding-top: 3px;
	padding-right: 13px;
	cursor: pointer;
}

.thames_category_quick_preview_window_add_btn {
	width: 124px;
	height: 28px;
	cursor: pointer;
}

.thames_category_quick_preview_window_right_btn {
	width: 53px;
	height: 16px;
	vertical-align: top;
	padding-top: 3px;
	padding-left: 13px;
	cursor: pointer;
}
/*--------------------------------------------------------------------------*/