/*--------------------------------------------------------------------------*
 * 
 * Category Preview (Thames)
 * 
 * Version 1.0.2
 * 
 * Copyright (C) 2008 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: 250px;
	height: 251px;
}

.thames_category_quick_preview_overlay_btn {
	width: 50px;
	height: 50px;
}

.thames_category_quick_preview_window {
	background-color: #FFF2FC;
	border-color: #7D1FB3;
	border-style: solid;
	border-width: 2px;
	
	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: 41px;
	height: 15px;
}

.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: #F8DDED !important;
	border-style: solid !important;
	border-width: 3px !important;
	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;
	margin-top: 3px;
	margin-right: 13px;
	cursor: pointer;
}

.thames_category_quick_preview_window_add_btn {
	width: 123px;
	height: 23px;
	cursor: pointer;
}

.thames_category_quick_preview_window_right_btn {
	width: 53px;
	height: 16px;
	vertical-align: top;
	margin-top: 3px;
	margin-left: 13px;
	cursor: pointer;
}
/*--------------------------------------------------------------------------*/
