/*body
{
	font: 400 12px Arial, Sans-Serif;
	color: #4c4c4c;
	background-color: #d9d2b6;
}
h1 {
  font: 400 1.6em Arial, Sans-Serif;
  color: #536C71;
}
table 
{
	font: 400 13px Arial, Sans-Serif;
}
input 
{
	font: 400 13px Arial, Sans-Serif;
}*/
#upix_search 
{
	font-size: 13px;
	width: 160px;
}

/*
* DEBUG PANEL
*/
.debug 
{
	border: solid 1px gray;
	padding: 5px;
}
.debug h3
{
	margin-bottom: -30px;
}

/*
 *	ALBUM CONTROL
 */
#picture_panel 
{
	margin-left: -5px;
}
.album_container 
{
	width: 100%;
	background: none none repeat scroll 0 0;
	display: inline-block;
}

.album_panel, .picture_panel
{
	height: auto;
}

.album_imagecell {
	margin:0;
	padding: 0 0 10px 0;
	text-align: center;
	vertical-align:middle;
}

.album_tablecell {
	margin: 0;
	text-align: left;
	vertical-align: middle;
	padding-top: 5px;
	text-transform: none;
}

.album_photo_link, .photo_link
{
	color: #37581f;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
}

.album_photo_link:hover, .photo_link:hover
{
	text-decoration: underline;
}

.album_photo 
{
	background: white url("../upiximages/loading_sm.gif") no-repeat scroll 50% 50%;
	border:solid 5px #fff;
	padding: 0;
	vertical-align:middle;
}
.album_photo:hover
{
	border: solid 5px green;
}

.album_name 
{
	font-weight:bold;
	color: #0b2821;
}
.album_name:hover
{
	text-decoration: underline;
	cursor:pointer;
}

.album_date {
	font-size: 0.9em;
}

.album_numberpics 
{
	font-size: 0.9em;
}

.album_description 
{
	font-size: 0.9em;
	font-style:italic;
	display: none;
}

/*
 *	ALBUM HEADER
 */

.album_header {
	width: auto;
	margin: 0 5px 5px 0px;
	padding: 3px 0 3px 5px;
    font-size: 14px;
	background: url("../upiximages/KoTane_topmenu_bg.jpg") repeat-x 0 0;
	color: white;
}

.header_item {
	float: left;
}

.album_header .album_details {
    /*color: #37581f;		*/
	font-weight: bold;
}

.album_header .album_num_pictures 
{
	margin-left: 10px;
}

/*
 *	ORDER FOOTER BAR
 */

#album_footer 
{
	width: auto;
	margin-left: 0;
	margin-right: 5px;
} 

#album_footer table {
	float: left;
}

#album_footer #goback 
{
	margin-top: 3px;
	float: right;
}

#goback a {
	color: #0b2821;
	text-decoration: none;	
}

#goback a:hover {
	text-decoration:underline;
}  


/*
 *	DOWNLOAD PURCHASED PHOTOS / SHOPPING CART LINK
 */
 
#download_header {
	width: auto;
	margin: 5px 5px 0 5px;
	font-size: 0.9em;
}

#download_link 
{
	float: left;
	padding-left: 16px;
	padding-bottom:3px;
	margin-right: 10px;
	cursor: pointer;
	background: url("../upiximages/download.gif") no-repeat 0 0;
}

#download_link:hover
{
	text-decoration: underline;
} 

#download_cart
{
	float: left;
	padding-left: 16px;
	padding-bottom:3px;
	cursor: pointer;
	background: url("../upiximages/shoppingcart.gif") no-repeat 0 3px;
}

#download_cart:hover
{
	text-decoration: underline;
} 

#downloadImage  
{
	cursor: pointer;
}
#downloadImgCode 
{
	font-weight: bold;
}
#downloadImgTimeTaken 
{
}
#downloadImgSize
{
}
#downloadImgPrice
{
	display: none;
}
 
 
/*
 *	PAGER CONTROL
 */

.pagination {
	margin-left:0px;	
	font-size: 8pt;
}
        
.pagination a {
    text-decoration: none;
	border: solid 1px #000;
	color: #fff;
	background:#0b2821;
}


.pagination a:hover
{
	background:#37581f;
}


.pagination a, .pagination span {
    display: block;
    float: left;
    padding: 0.3em 0.5em;
    margin-right: 5px;
}

.pagination .current {
    background: #37581f;
    color: #fff;
	border: solid 1px #000;
}

.pagination a.prev, .pagination a.next{
}

.pagination .current.prev, .pagination .current.next{
	color:#eee;
	border-color:#eee;
	background:#d9d2b6;
}


/*
 *	PICTURE DIALOG
 */
 
#dlgPicture 
{
	background-color: #d9d2b6;
}

#tblControlPanels
{

}

#dlgPicture table
{
	font-size: 8pt; 
}
 
#dlgPicture_titlebar 
{
	/*background-color: #807e7f;*/
	background: url("../upiximages/KoTane_topmenu_bg.jpg") repeat-x 0 0;
}

#dlgTitleText 
{
	color: White;
	float: left;
	height: 15px;
	margin: 2px 0 0 5px;
	padding-top: 3px;
	vertical-align: middle;
	font-weight: bold;
}

#dlgSearchPnl 
{
	color: White;
	float: left;
	height: 15px;
	margin: 2px 0 0 5px;
	vertical-align: middle;
	font-weight: bold;
}

#dlgSearchPnl #dlgSearchTxt 
{
	width: 100px;
	border: solid 1px #555;
}

#dlgSearchPnl #dlgSearchBtn 
{
	cursor: pointer;
}

#dlgPicture_titlebar_space 
{
	float:right;
	width: 100%;
	cursor: help;
	border: solid 2px orange;
}

#dlgPicture_titlebar .headerCloseTxt 
{
	color: White;
	float:right;
	height: 15px;
	margin: 2px 5px 0 0;
	padding-top: 3px;
	vertical-align: middle;
	cursor: pointer;
	font-weight: bold;
	font-size: 13px;
}

#dlgPicture_titlebar .headerCloseTxt:hover 
{
	text-decoration: underline;
}

#dlgPicture_titlebar .headerCloseBtn 
{
	float:right;
	margin: 2px 2px 2px 0;
	cursor: pointer;
	width: 21px;
	height: 21px;
	background: url("../upiximages/btn-close-lg.gif") no-repeat 0 0;
}

#dlgPicture_titlebar .headerCloseBtn:hover
{
	background-position: 0 -21px;
	text-decoration: underline;
}

#dlgPicture_imageholder 
{
	width: 300px;
	text-align: center;
	background: white url("../upiximages/loading_sm.gif") no-repeat scroll 50% 50%;
}

#dlgPicture_imageholder img
{
	/*border: solid 1px #555;*/
}


#dlgPicture_imageholder  .imgThumbnail_land
{
	width: 300px;
	height: 200px;
}

#dlgPicture_imageholder  .imgThumbnail_port
{
	width: 200px;
	height: 300px;
}

.dlgNavButton 
{	
	font-weight:bold;
	cursor: pointer;
}

.dlgNavButton:hover {
	text-decoration:underline;
}

#dlgPicture_pager 
{
	text-align: center;
	font-weight: bold;
}

/*
 *	CONTROL PANEL TAB BAR
 */ 
 
.control_menu  {
 	text-align:left;
 	width:100%;
}
 
.control_menu ul {
 	margin:0;
 	padding:0;
}
 
.control_menu ul li {
 	display:block;
 	text-align: left;
 	cursor:pointer;
 	/*width: 105px;*/
 	float: left;
 	margin: 0 0 0 3px;
 	padding: 0 5px 0 5px;
}
 
.control_menu_item {
 	font-weight: normal;
 	border-left: solid 1px #b5b5b5;
 	border-top: solid 1px #b5b5b5;
 	border-right: solid 1px #b5b5b5;
 	background-color: #b5b5b5;
 	color: #fff;
 	background: url("../upiximages/KoTane_topmenu_bg.jpg") repeat-x 0 0;
 }
 
 .control_menu_item_selected {
 	font-weight: bold;
 	color: #fff;
 	background-color: #0082d6;
 	border-left-color: #0082d6;
 	border-top-color: #0082d6;
 	border-right-color: #0082d6;
 }

 .control_menu ul li:hover {
 	background-color: #868686;
	border-left-color: #868686;
 	border-top-color: #868686;
 	border-right-color: #868686;
 }
 
 /*.control_menu_item_selected:hover 
 {
 	background-color: #0082d6;
 	border-left-color: #0082d6;
 	border-top-color: #0082d6;
 	border-right-color: #0082d6;
 }*/
 


/*
 *	CONTROL PANELS
 */
.control_panel_holder  
{
}
 
 .control_panel {
 	border-top: solid 1px #555;
}
 
.control_panel div {
	text-align: left;
} 

.control_panel caption
{
	padding: 5px 0 5px 0;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}

.control_panel div table 
{
	/*width: 100%;*/
}

.control_panel table th {
	text-align: left;
	padding-top: 5px;
 	vertical-align: top;
}
 
.control_panel table td {
 	text-align: left;
} 
 
.control_panel .textbox
{
 	width: 250px;
	height: 18px;
 	margin-bottom: 5px;
}
.control_panel .checkbox
{
	margin-top:2px;
}
.control_panel select
{
	height: 24px;
	margin: 0 0 5px 5px;
}
.control_panel textarea
{
 	width: 250px;
 	margin-bottom: 5px;
}
.control_panel_spacer 
{
	width: 20px;
}
.control_panel .result
{
	margin: 10px 0 0 0px;
	font-weight: bold;
}

.control_panel .success 
{
	color: Green;
}

.control_panel .error
{	
	color: Red;
}

.control_panel_button 
{
/*	border: solid 1px black;
	padding: 2px;*/
	font-size: 1.1em;
	font-weight: bold;
	cursor: pointer;
	margin: 0 5px 0 5px;
	text-decoration: none;
}
 
.control_panel_button:hover {
	font-weight: bold;
	text-decoration: underline;
}

#mobileNumber {
	width: 100px;
	margin-left: 5px;
}
 
#pnlPreview 
{
}

#btnSendEmail 
{
	display: none;
} 

 /*
  *	SHOPPING PANEL & SHOPPING CART
  */
#tblShoppingCart 
{
}
 
#pnlGetPhoto 
{
}
 
#pnlGetPhoto caption 
{
}
 
#pnlGetPhoto #btnDownload 
{
	text-decoration: none;
	/*color: Black;*/
}
#pnlGetPhoto #btnDownload:hover {
	text-decoration: underline;
}

#pnlGetPhoto .checkbox {
}

.product_price 
{
	font-weight: bold;
	padding: 0 8px 0 2px;
}

.product_desc {
}

#btnAddRemoveCartItem 
{
	border: solid 1px black;
	margin-left: 15px;
	padding: 2px;
	cursor: pointer;
}

.btnAddCartItem
{
}

.btnRemoveCartItem
{
}

#btnViewCart 
{
	background: url("../upiximages/shoppingcart.gif") no-repeat center left;
	padding-left: 14px;
} 
 
/*
 * ORDER CONFIRM PANEL
 */


.divConfirmHeader 
{
	background-color: #0b2821;
}
.divConfirmHeader div
{
	float: left;
	text-align: center;
	font-weight: bold;	
	background-color: #0b2821;
	height: 18px;
	padding-top: 2px;
	color: White;
}
.divConfirmRow 
{
}

.divConfirmRow div
{
	float: left;
	text-align: center;
	vertical-align:middle;
}

.confirm_img {
}
 
.confirm_img_land {
	width: 100px;
	height: 66px;	
	margin: 2px 0 2px 0;
} 

.confirm_img_port {
	width: 66px;
	height: 100px;
	margin: 2px 0 2px 0;
} 

.order-panel-overflow
{
	height: 240px;
	overflow: scroll;
}

#order-panel .txtQuantity {
	width: 20px;
	text-align: center;
}

#order-panel .picture_cell
{
	text-align: center;
	vertical-align: top;
	width: 110px;
}

.item_desc 
{
	text-align: left;
}

.item_price, .item_quantity, .item_subtotal, .item_remove {
}

.item_total {
	font-weight: bold;
	text-align: right;
	font-size: 1.2em;
}
.detail_total 
{
	font-weight: bold;
	text-align: right;
	width:60px;
}

.item_spacer {
}
#btnRefreshCart 
{
	color: White;
	font-weight: bold;
	cursor: pointer;
	text-decoration: underline;
}
#btnRefreshCart:hover
{
	color: #ddd;
}
#btnResumeShopping, #btnClearShopping, #btnGotoDetails, .lnkGoPayPal 
{
	cursor: pointer;
}

/* 
 * DETAILS/SHIPPING PANEL
 */
 
#details-panel {
}

#tblDetails {
}

.details-header 
{
	margin: 3px 0 5px 0;
	font-weight: bold;
	padding: 2px 0 2px 5px;
	font-size: 1.1em;
	background-color: #0b2821;
	color: White;
}

#tblDetails th
{
	text-align: left;
	vertical-align: top;
	padding: 5px 0 0 15px;
}

#tblDetails table th
{
	text-align: left;
	vertical-align: top;
	padding: 5px 5px 0 0;
}

#tblDetails td
{
	text-align: left;
}

#details-panel textarea 
{
	width: 350px;
}

#details-panel input
{
	width: 400px;
}

#details-panel .input_small
{
	width: 100px;
}

#details-panel .input_tiny
{
	width: 30px;
}

#details-panel span 
{
	padding-top: 5px;
}

#tblOrderTotals th 
{
	text-align: right;
	vertical-align: top;
	padding: 0 5px 0 0;	
}

#tblOrderTotals td 
{
	text-align: right;
	vertical-align: top;
}

#btnGoBackConfirm, #btnGotoPayment
{
}

/* 
 * PAYMENT PANEL
 */
 
#pnlPayment  {
}

#pnlPayment .divConfirmHeader 
{
	font-size: 1.2em;
	color: White;
}

#btnGoBackDetails 
{
	
}

#txtPaymentStatus {
	font-weight: bold;
	font-size: 1.2em;
}

.paymentStatusOK {
	color: Green;
} 

.paymentStatusFailed {
	color: Red;
} 

#txtPaymentMessage 
{
	font-size: 1.1em;
	text-align: left;
	padding-left: 20px;
}

#imgPaymentWaiting 
{
	width: 100%;
	height: 42px;
	background: url("../upiximages/action.gif") no-repeat 50% 50%;
	margin: 10px 0 20px 0;
}
 
#txtThankyouMessage 
{
}


/*
  *	VALIDATION
  */
.validator {
	vertical-align: top;
} 


.validator_img
{
	background: #d9d2b6 url("../upiximages/alert.gif") no-repeat 50% 50%;
	margin: 3px 0 0 5px;
	width: 14px;
	height: 14px;
	display: inline-block;
} 

.invalid {
	border: dotted 1px red;
}


 /*
  *	LOADING POPUP
  */
 #loadingPopup, #errorPopup
 { 	
 	background-color: White;
 	width: 300px;
    margin-left: -150px;
 }
 .loading  
 {
 	text-align: center;
 	width:100%;
 	height: 78px;
 	padding: 5px;
	background: white url("../upiximages/bar_lg.jpg") repeat-x 0 0;
 }
 
 .loading-img
 {
 	/*
 	width: 32px;
	height: 32px;
	background: white url("../upiximages/loading.gif") no-repeat 50% 50%;*/
 }
 
 .loading .msg 
 {
 	/*margin-top: 10px;*/
 	font-size: 1.2em;
 	color: white;
 	font-weight: bold;
 }
 
 /* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
.jqDrag {
	cursor: move;
} 	
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 30%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    
    background-color: #fff;
    color: #333;
    border: solid 2px #555;
    padding: 1px;
}

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
  


 
