/**
 * Pod1 Core extension
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 *
 *
 * @category   Pod1
 * @package    Pod1_Core
 * @copyright  Copyright (c) 2009 Pod1 (http://www.pod1.com)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */

/** ZOOMER V1 **/

.zoom-button { 
	background-color: #fff; 
	border: 1px solid #d8d3cf; 
	font-size: 15px; 
	height: 20px; 
	width: 20px; 
	float: left; 
	text-align: center; 
	cursor: pointer; 
	z-index: 100; 
	color: #565052; 
	font-weight: bold; 
	display: block;
	text-indent: -9999px;
}
/*
#zoom-in {
	background: #fff url(../images/zoom-in.gif) 50% 50% no-repeat;
}
#zoom-out {
	background: #fff url(../images/zoom-out.gif) 50% 50% no-repeat;
}
*/
#zoom-button-sep { 
	font-size: 15px; 
	height: 20px; 
	width: 10px; 
	float: left; 
	text-align: center;
}
#zoom-bg {  
	left: 65px; 
	opacity: 0; 
	position: absolute; 
	top: 0; 
}
#zoom-open{
	float: right;
	font-size: 1.4em;
	text-transform: uppercase;
	font-family: DIN-MediumRegular, sans-serif;
}
#zoom-close{
	float: right;
	margin: 10px 10px 20px 0px;
	padding: 2px 3px 2px 16px;
	background: url('../images/btn-close-cross.gif') #fff 5px 7px no-repeat;
	text-transform: uppercase;
	font-weight: bold;
	font-family: DIN-RegularRegular, sans-serif;
	font-size: 1.3em;
	position: relative;
	z-index: 900;
}
#zoomer{
	float: left;
	position: absolute;
	width: 978px;
	height:640px;
	padding:0px;
	border: 1px solid #f3efec;
	background: #fff;
	z-index: 10;
	top: 0px;
	left: 0px;
}
#zoom-pan { 
	float: right;
	margin: 45px -62px 0px 0px;
	position: relative;
	width: 133px;
	z-index: 900;
}
#zoom-pan #zoom{
	float: left;
	width: 131px;
	height: 131px;
	margin: 0px 0px 5px;
	background: url('../images/ajax-loader.gif') no-repeat scroll center center;
	border: 1px solid #d8d3cf;
	overflow: hidden;
}
#zoom-pan #zoom-option{
	float: left;
	width: 100%;
}
#zoom-pan #zoom-container{
	position: relative;
}
#zoom-pan #zoom-mask { 
	height: 133px; 
	overflow: hidden; 
	position: absolute; 
	width: 133px; 
	background: url(../images/blank.png) repeat; 
}
#zoom-pan #zoom-mask #zoom-window {  
	background-position: 0 0;  
	background-repeat: no-repeat; 
	border: 1px solid #d8d3cf; 
	cursor: none;  
	left: 65px;  
	overflow: hidden;  
	position: absolute;  
	top: 0;  
	visibility: hidden; 
	z-index: 100;
	height: 55px;
	width: 90px;
}
#zoom-shell {
	overflow: hidden; 
	position: absolute; 
	height: 640px;
	width: 978px;  
	z-index: 800;
}
#zoom-shell #zoom-image { 
	left: 0; 
	top: 0;
	position: absolute; 
}

/** ZOOMER V2 **/

#zoomer2 {
	float: left;
	position: absolute;
	width: 500px;
	height: 450px;
	padding: 0px;
	border: 1px solid #f3efec;
	background: #fff;
	z-index: 10;
	top: 0px;
	left: 465px;
}
#zoom2-mask {
	background: url(../images/blank.png) repeat; 
	position: absolute;
	width: 460px;
	height: 440px;
	z-index: 900;
}
#zoom2-window {  
	border: 1px solid #d8d3cf; 
	cursor: none;
	position: absolute;  
	top: 0;
	left: 0;  
	visibility: hidden; 
	z-index: 100;
	height: 55px;
	width: 90px;
}
#zoom2-shell {
	overflow: hidden; 
	position: absolute; 
	width: 500px; 
	height: 450px; 
	z-index: 800;
}
#zoom2-image { 
	left: 0;
	top: 0; 
	position: absolute; 
}

/** CAROUSEL **/

.carousel {
	margin: 0 auto;
	position: relative;
}
.carousel-overflow {
	overflow: hidden;
	position: relative;
}
.carousel-wrapper {
	overflow: hidden;
    position: relative;
}
.carousel-content {
	position: relative;
}
.carousel-content .item {
	float: left;
}
.carousel-disabled {
	opacity: 50;
}

/** EVENT DIARY **/

.eventdiary-index-index .event-diary a {
	text-decoration: underline;
}
.eventdiary-index-index .calendar {
	z-index: 1000;
}
.eventdiary-index-index .main .col-main .page-title h1, 
.eventdiary-index-index .main .col-main .page-title h2 {
	margin-bottom: 14px;
}
.eventdiary-index-index .event-diary h1 a {
	font-size: 12px;
	
}
.eventdiary-index-index .event-diary h2 a {
	font-size: 12px;
}
.eventdiary-index-index .calendar td.button {
	display: table-cell;
}
.eventdiary-index-index .event-form {
	margin: 5px;
}
.eventdiary-index-index #lightwindow ul {
	list-style-type: none;
}
.eventdiary-index-index #lightwindow ul li {
	float: left;
	margin-left: 10px;
}
.eventdiary-index-index input {
	border: 1px solid #DED9D5;
	padding: 0 5px;
	font-size: 24px;
	width: 420px;
	height: 30px;
}
.eventdiary-index-index textarea {
	border: 1px solid #DED9D5;
	padding: 0 5px;
	font-size: 16px;
	width: 600px;
 	height: 200px; 
 }
#eventDate {
	width: 125px;
	float: left;	
}
#eventDateSelector {
	cursor: pointer;
	width: 32px; 
	height: 32px;
	float: left;	
	background: url('../images/eventdiary_calendar.png');
}
.eventdiary-index-index .actions {
	height: 24px;
	margin: 5px;
}
.eventdiary-index-index .button {
	float:left;
	margin: 5px;
}
.eventdiary-index-index .actions {
	clear: both;
}

/** LIGHTWINDOW **/

#lightwindow_overlay {
	display: none;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 500;
        background: #444444;
        opacity: 0.8;
}
#lightwindow {
	display: none;
	visibility: hidden;
	position: absolute;
	z-index: 999;
	line-height: 0px;
}
#lightwindow_container {
	display: none;
	visibility: hidden;
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
* html #lightwindow_container {
	overflow: hidden;
}
#lightwindow_contents {
	overflow: hidden;
	z-index: 0;
	position: relative;
	border: 10px solid #ffffff;
	background-color: #ffffff;
}		
#lightwindow_loading {
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 9999;
	position: absolute;
	background-color: #f0f0f0;
	padding: 10px;
}
#lightwindow_loading_shim { 
	display: none;
	left: 0px; 
	position: absolute; 
	top: 0px;
	width: 100%; 
	height: 100%;
}
#lightwindow_loading span {
	font-size: 12px;
	line-height: 32px;
	color: #444444;
	float: left;
	padding: 0 10px 0 0;
}
#lightwindow_loading span a,
#lightwindow_loading span a:link, 
#lightwindow_loading span a:visited {
	color: #09F;
	text-decoration: none;
	cursor: pointer;
}
#lightwindow_loading span a:hover,
#lightwindow_loading span a:active {
	text-decoration: underline;
}
#lightwindow_loading img {
		float: left;
		margin: 0 10px 0 0;
}
#lightwindow_navigation {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
#lightwindow_navigation_shim { 
	display: none;
	left: 0px; 
	position: absolute; 
	top: 0px;
	width: 100%; 
	height: 100%;
}
#lightwindow_navigation a,
#lightwindow_navigation a:link,
#lightwindow_navigation a:visited,
#lightwindow_navigation a:hover,
#lightwindow_navigation a:active { 
	outline: none;
}
#lightwindow_previous, 
#lightwindow_next {
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#lightwindow_previous { 
	float: left;
	left: 0px;
}
#lightwindow_next { 
	float: right;
	right: 0px;
}
#lightwindow_previous:hover, 
#lightwindow_previous:active { 
	background: url(../images/prevlabel.gif) left 15% no-repeat; 
}
#lightwindow_next:hover, 
#lightwindow_next:active { 
	background: url(../images/nextlabel.gif) right 15% no-repeat; 
}
#lightwindow_previous_title,
#lightwindow_next_title {
	display: none;
}
#lightwindow_galleries {
	width: 100%;
	position: absolute;
	z-index: 50; 
	display: none;
	overflow: hidden;
	margin: 0 0 0 10px;
	bottom: 0px;
	left: 0px;
}
#lightwindow_galleries_tab_container {
	width: 100%;
	height: 0px;
	overflow: hidden;
}
a#lightwindow_galleries_tab,		
a:link#lightwindow_galleries_tab,
a:visited#lightwindow_galleries_tab {
	display: block;
	height: 20px;
	width: 77px;
	float: right;
	line-height: 22px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	font-size: 11px;
	color: #ffffbe;
	background: url(../images/black-70.png) repeat 0 0 transparent;
}
* html a#lightwindow_galleries_tab,		
* html a:link#lightwindow_galleries_tab,
* html a:visited#lightwindow_galleries_tab {	
	background: none;
	background-color: #000000;
	opacity: .70;
	filter: alpha(opacity=70);
}
a:hover#lightwindow_galleries_tab,
a:active#lightwindow_galleries_tab {
	color: #ffffbe;

}
#lightwindow_galleries_tab_span {
	display: block;
	height: 20px;
	width: 63px;
	padding: 0 7px 0 7px;
}
#lightwindow_galleries_tab .up	{
	background: url(../images/arrow-up.gif) no-repeat 60px 5px transparent;
}
#lightwindow_galleries_tab .down {
	background: url(../images/arrow-down.gif) no-repeat 60px 6px transparent;
}
#lightwindow_galleries_list {
	background: url(../images/black-70.png) repeat 0 0 transparent;
	overflow: hidden;
	height: 0px;
}
* html #lightwindow_galleries_list {
	background: none;
	background-color: #000000;
	opacity: .70;
	filter: alpha(opacity=70);
}	
.lightwindow_galleries_list {
	width: 200px;
	float: left;
	margin: 0 0 10px 0;
	padding: 10px;
}
.lightwindow_galleries_list h1 {	
	color: #09F;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	padding: 10px 0 5px 0;
	font-size: 16px;
}
.lightwindow_galleries_list li {
	margin: 5px 0 5px 0;
	list-style-type: none;
}
.lightwindow_galleries_list a, 
.lightwindow_galleries_list a:link, 
.lightwindow_galleries_list a:visited {
	display: block;
	line-height: 22px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	padding: 0 0 0 10px;
	font-size: 11px;
}
.lightwindow_galleries_list a:hover, 
.lightwindow_galleries_list a:active {
	background: #000000;
	color: #ffffbe;
	border-left: 3px solid #ffffbe;
	padding: 0 0 0 7px;
}
#lightwindow_data {
	position: absolute;
}
#lightwindow_data_slide {
	position: relative;
}
#lightwindow_data_slide_inner {
	background-color: #ffffff;
	padding: 0 10px 10px 10px;
}
#lightwindow_data_caption {
	padding: 10px 0 0 0;
	color: #666666;
	line-height: 25px;
	background-color: #ffffff;
	clear: both;
}
#lightwindow_data_details {
	background-color: #f0f0f0;
	padding: 0 10px 0 10px;
	height: 20px;
}
#lightwindow_data_author_container {
	width: 40%;
	text-align: right;
	color: #666666;
 	font-style: italic;
	font-size: 10px;
	line-height: 20px;
	float: right;
	overflow: hidden;
}
#lightwindow_data_gallery_container {
	font-size: 10px;
	width: 40%;
	text-align: left;
	color: #666666;
	line-height: 20px;
	float: left;
	overflow: hidden;
}
#lightwindow_title_bar {
	height: 25px;
	overflow: hidden;
}
#lightwindow_title_bar_title {
	color: #ffffbe;
	font-size: 14px;
	line-height: 25px;
	text-align: left;
	float: left;
}
a#lightwindow_title_bar_close_link,	
a:link#lightwindow_title_bar_close_link,
a:visited#lightwindow_title_bar_close_link {
	float: right;
	text-align: right;		
	cursor: pointer;
	color: #ffffbe;
	line-height: 25px;
	padding: 0;
	margin: 0;
}
a:hover#lightwindow_title_bar_close_link,
a:active#lightwindow_title_bar_close_link {
	color: #ffffff;
}
#lightwindow p {
	color: #000000;
	padding-right: 10px;
}

/** OVERSTICKERS **/

.overstickerFreeShipping, .overstickerLastFew, .overstickerNewIn, .overstickerBestSeller
, .oversticker5, .oversticker10, .oversticker15, .oversticker20, .oversticker25
, .oversticker30, .oversticker35, .oversticker40, .oversticker45, .oversticker50
, .oversticker55, .oversticker60, .oversticker65, .oversticker70, .oversticker75 {
	position: absolute; 
	top: 0px;
	left: 0px;
	width: 80px;
	height: 80px;
}
.overstickerFreeShipping {
	background: url('../images/oversticker_freeshipping.png') 0% 0% no-repeat;
}
.overstickerLastFew {
	background: url('../images/oversticker_lastfew.png') 0% 0% no-repeat;
}
.overstickerNewIn {
	background: url('../images/oversticker_newin.png') 0% 0% no-repeat;
}
.overstickerBestSeller {
	background: url('../images/oversticker_bestseller.png') 0% 0% no-repeat;
}
.oversticker5 {
	background: url('../images/oversticker_5.png') 0% 0% no-repeat;
}
.oversticker10 {
	background: url('../images/oversticker_10.png') 0% 0% no-repeat;
}
.oversticker15 {
	background: url('../images/oversticker_15.png') 0% 0% no-repeat;
}
.oversticker20 {
	background: url('../images/oversticker_20.png') 0% 0% no-repeat;
}
.oversticker25 {
	background: url('../images/oversticker_25.png') 0% 0% no-repeat;
}
.oversticker30 {
	background: url('../images/oversticker_30.png') 0% 0% no-repeat;
}
.oversticker35 {
	background: url('../images/oversticker_35.png') 0% 0% no-repeat;
}
.oversticker40 {
	background: url('../images/oversticker_40.png') 0% 0% no-repeat;
}
.oversticker45 {
	background: url('../images/oversticker_45.png') 0% 0% no-repeat;
}
.oversticker50 {
	background: url('../images/oversticker_50.png') 0% 0% no-repeat;
}
.oversticker55 {
	background: url('../images/oversticker_55.png') 0% 0% no-repeat;
}
.oversticker60 {
	background: url('../images/oversticker_60.png') 0% 0% no-repeat;
}
.oversticker65 {
	background: url('../images/oversticker_65.png') 0% 0% no-repeat;
}
.oversticker70 {
	background: url('../images/oversticker_70.png') 0% 0% no-repeat;
}
.oversticker75 {
	background: url('../images/oversticker_75.png') 0% 0% no-repeat;
}

/** SWATCHES **/

.swatches {
	display:  block;
	clear:  both;
}
.swatches .swatch {
	width: 20px;
	height: 20px;
	margin: 6px 6px 0 0;
	float: left;
	cursor:pointer;
}
.swatches .disabled {
	display: none;
}
.swatches .swatch a {
	width: 100%;
	height: 100%;
	display: block;
}
.color-swatch .color a {
	text-indent: -9999px;
	text-align: left;
}
.color-swatch .color {
	width: 15px;
	height: 15px;
}
.color-swatch .selected {
	padding: 2px;
	width: 9px;
	height: 9px;
	border: solid 1px #494b48;
}
.size-swatch .size {
	line-height: 20px;
	text-align: center;
	background-color: #585858;
}
.size-swatch a {
	color: #fff;
}
.size-swatch .selected {
	background-color: #000;
}