﻿/* Magic Zoom */
/* Copyright 2008 MagicToolBox.com. To use this code on your own site, visit http://magictoolbox.com */

/* CSS class for zoomed area */
.MagicZoomBigImageCont
{
	border: 3px solid #666;
}
/* Header look and feel CSS class */
/* header is shown if "title" attribute is present in the <A> tag */
.MagicZoomHeader
{
	font-size: 11px;
	font-weight: normal;
	color: #666;
	background: #EEE;
	border-bottom: 1px solid #EEE;
	text-align: center !important;
}
/* CSS class for small looking glass square under mouse */
.MagicZoomPup
{
	border: 3px solid #666;
	background: #FFF;
	cursor: hand;
}
/* CSS style for loading animation box */
.MagicZoomLoading
{
	text-align: center;
	background: #ffffff;
	color: #666;
	border: 1px solid #ccc;
	opacity: 0.8;
	padding: 3px 3px 3px 3px !important;
	display: none; /* do not edit this line please */
}
/* CSS style for gif image in the loading animation box */
.MagicZoomLoading img
{
	padding-top: 3px !important;
}

/* END Magic Zoom Section */
div.pdetail_buy_box table h2
{
	font-size:11px;
	font-weight:bold;
	display:block;
	padding:0px 0px 1px 0px;
	background-color:#f9f9f9;
	border-bottom:none;
	border-right:none;
	margin-bottom:0;
	background-image:none;
	color:#333;
}
div.pdetail_buy_box table h2 a
{
	font-size:11px;
	font-weight:bold;
	color:#069;
}

.ReturnSubmitButton
{
    background-color:#f60; 
    font-weight:bold; 
    font-size:14px; 
    color:#FFF; 
    cursor:pointer; 
    padding:3px; 
    border-bottom:1px solid #333; 
    border-right:1px solid #666; 
    border-top:1px solid #CCC; 
    border-left:1px solid #CCC;
}
.ReturnContinueButton
{
    background-color:#f60; 
    font-weight:bold; font-size:12px; color:#FFF; cursor:pointer; 
    padding:3px; border-bottom:1px solid #333; border-right:1px solid #666; 
    border-top:1px solid #CCC; border-left:1px solid #CCC; width:175px;
}
