/*UNSORTED STYLES

  Go to the bottom of the page to add new stayles*/

BODY
{
	/*background-color: #76B7D7;
	background-image: url(imgs/bgcolor_main.gif);*/
	margin: 0px;
	vertical-align: top;
	
	color: #FFFFFF;
	font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
}

TABLE.main_document
{
	background-repeat: no-repeat;
	background-position: 10px 150px;
}

IMG
{
	border-width: 0px;
}

TABLE.container
{
	background-color: #FFFFFF;
}

TABLE.container TR.menu TD
{
	background-color: #4C9BD3;
}

TABLE.container TR.text TD
{
	background-image: url(imgs/bgcolor_main.gif);
}

/*Start text menus (depricated)*/

TABLE .menu_main TR TD
{
	
	/*width: 130px;*/
	text-align: center;
	font-size: 22px;
	font-weight: 500;
	
	padding-top: 5px;
	padding-bottom: 1px;
}

TABLE .submenu_main TR TD
{
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	
	padding-top: 5px;
	padding-bottom: 5px;
}

TABLE .submenu_main TR TD IMG
{
	border-right: 1px solid #FFF;
}

TABLE .submenu_main TR TD IMG.last
{
	border-right: 0px solid #FFF;
}

TABLE .menu_main TR TD A:link,
TABLE .menu_main TR TD A:visited,
TABLE .menu_main TR TD A:active,
TABLE .menu_main TR TD A:hover,
TABLE .submenu_main TR TD A:link,
TABLE .submenu_main TR TD A:visited,
TABLE .submenu_main TR TD A:active,
TABLE .submenu_main TR TD A:hover
{
	text-decoration: none;
	color: #FFFFFF;
}
/*End text menus (depricated)*/

/*SORTED STYLES*/
/*Start HOMEPAGE*/
  
TABLE.homepage TR.top TD
{
	vertical-align: top;
}

TABLE.homepage TR.bottom TD
{
	vertical-align: bottom;
}

TABLE.homepage TR TD.left,
TABLE.slogan TR TD.left
{
	text-align: left;
}

TABLE.homepage TR TD.center,
TABLE.slogan TR TD.center
{
	text-align: center;
	vertical-align: middle;
}

TABLE.homepage TR TD.right,
TABLE.slogan TR TD.right
{
	text-align: right;
}

TABLE.homepage TR TD IMG,
TABLE.slogan TR TD IMG,
TABLE.shop_products TR TD IMG,
TD#main_product_pic_container IMG
{
	border: 1px solid #FFFFFF;
}

DIV.homepage_container IMG.homepage_img
{
  /* for IE */
  filter:alpha(opacity=10);
  /* CSS3 standard */
  opacity:0.1
}

DIV.spacer_hr
{
	height: 10px;
}

/*End HOMEPAGE
  Start PRODUCTS*/

DIV#shop_item_container
{
	display: inline;
	cursor: pointer;
}

DIV#shop_item_container IMG
{
	border-left:  0px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-top:   0px solid #FFFFFF;
	border-bottom:   1px solid #FFFFFF;
}

DIV#shop_item_container IMG.shop_item_dimmed,
DIV#photo_item_container IMG.shop_item_dimmed,
DIV.products_photo IMG.shop_item_dimmed
{
	/* for IE */
	filter:alpha(opacity=20);
	/* CSS3 standard */
	opacity:0.2;
}

DIV#shop_item_container IMG.shop_item_semidimmed,
DIV#photo_item_container IMG.shop_item_semidimmed,
DIV.products_photo IMG.shop_item_semidimmed
{
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;
}

DIV#shop_item_container IMG.shop_item,
DIV#photo_item_container IMG.shop_item,
DIV.products_photo IMG.shop_item
{
	/* for IE */
	filter:alpha(opacity=100);
	/* CSS3 standard */
	opacity:1.0;
}

DIV.DashedRegion
{
	border: 1px dashed #FFFFFF;
}

HR.devider
{
	width: 95%;
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 1px;
	border: 1px dashed #FFFFFF;
}

A.disabled
{
	text-decoration: none;
}

IMG.disabled
{
  /* for IE */
  filter:alpha(opacity=40);
  /* CSS3 standard */
  opacity:0.4
}

/*End PRODUCTS
  Start GALLERY*/

TABLE.gallery TR TD IMG
{
	border-left:  1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-top:   1px solid #FFFFFF;
	border-bottom:   0px solid #FFFFFF;
}

TABLE.main_shop TR TD
{
	vertical-align: top;
	text-align: center;
}

/*End GALLERY
  Start SELECTOR*/

DIV#shop_selector
{
	border: 1px solid #FFFFFF;
	height: 561px;
	padding-top: 5px;
}


DIV.shop_selector_part
{
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 5px;
	text-align: left;
	padding-left: 5px;
	padding-bottom: 10px;
}


DIV.shop_selector_part DIV.label
{
	margin-left: 4px;
	margin-bottom: 6px;
}

SELECT.form_select
{
	width: 99%;
	background-color:#4C9BD3;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

INPUT.form_input_selector
{
	width: 100px; 
	font-size: 12px; 
	font-family: "Courier New", Courier, monospace;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	background-color: #4C9BD3;
}

DIV.shop_selector_part SELECT.form_select
{
	width: 195px;
}

DIV.shop_selector_part SELECT#brief_cut
{
	width: 180px;
}

INPUT.addtocart
{
	margin-top: 40px;
}

IMG.selector_header
{
	margin-bottom: 0px;
}

DIV.products_photo
{
	cursor: pointer;
}

DIV#PanelOnLoad
{
	width: 639px;
	height: 72px;
	background-color: #FFFFFF;
	color: #000000;
	vertical-align: middle;
	text-align: center;
	
	position: absolute;

	filter:alpha(opacity=50);
	opacity:0.5;
	
	z-index: 1010;

}

/*End SELECTOR
  Start SORT TABLE*/

TABLE.sort_table TH
{
	text-align: left;
}
  
TABLE.sort_table TR.row_hover
{
	background-color:#4C9BD3;
}

TABLE.sort_table TH.sort
{
	cursor: pointer;
}

  /*End SORT TABLE
  Start TEXT*/
  
DIV.text_container
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #FFFFFF;
	
	margin-right: 8px;

	padding-left: 10px;	
	padding-right: 10px;
	padding-bottom: 10px;
}
 
DIV.text_container A:link,
DIV.text_container A:visited,
DIV.text_container A:active
{
	text-decoration: underline;
	color: #FFFFFF;
}

DIV.text_container A:hover
{
	text-decoration: none;
	color: #FFFFFF;
}
 
DIV.text_title
{	
	/*
	color: #FFFFFF;
	*/
	font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 700;
	
	margin-top: 5px;
	margin-bottom: 5px;
}

DIV.text_sub_title
{
	/*
	vertical-align: top;	
	color: #FFFFFF;
	*/
	font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	
	margin-top: 10px;
	margin-bottom: 5px;
}

DIV.text_center
{
	text-align: center;
}

DIV.text_right
{
	text-align: right;
}

TABLE.text
{
	background-color: #FFFFFF;
}

TABLE.text TR
{
	background-color: #4C9BD3;
}

TD.default_min_height
{
	height: 362px;
	vertical-align: top;
}

STRONG.yellow
{
	color: #FFFF00;
}

PRE.code
{
	font-size: 10px;
}

DIV.copyright
{
	font-size: 9px;
	
	position: absolute;
	/*bottom: 5px;*/
	right: 5px;
	vertical-align: bottom;
}

DIV.state_loading
{
	font-size: 8px;
}

/*End TEXT
  Start FORMS*/

TEXTAREA
{
	/*height: 400px;*/
}

.form_input
{
	width: 99%; 
	font-size: 11px; 
	font-family: "Courier New", Courier, monospace;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	background-color: #4C9BD3;
	
	margin-right: 3px;
}

.form_button
{
	font-size: 11px; 
	font-family: Verdana, Geneva, sans-serif;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	background-color: #4C9BD3;
	font-weight: 700;
	text-transform: uppercase;
	
}

DIV.form_input_button
{
	font-size: 11px; 
	font-family: Verdana, Geneva, sans-serif;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	background-color: #4C9BD3;
	font-weight: 700;
	text-transform: uppercase;
	
	text-align: center;
	cursor: pointer;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;	
}
  
/*End FORMS
Start MESSAGES*/

DIV#success
{
	background-color: darkgreen;
}

DIV#error
{
	background-color: tomato;
}

.success
{
	background-color: darkgreen;
}

.error
{
	background-color: tomato;
}

DIV.msg
{
	border: 1px solid #FFFFFF;
	margin-bottom: 15px;
	padding: 4px;
	width: 880px;
	
	font-size: 12px; 
	font-family: "Courier New", Courier, monospace;

}

/*End MESSAGES
Start MISC*/

HR.separator
{
	width: 90%;
	color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	border-left: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
}

/*End MISC
Start CART*/

TABLE.cart
{
	width: 500px;
	background-color: #FFFFFF;
}

TABLE.cart TD
{
	background-color: #76B5D6;
	padding: 3px;
}

TABLE.cart TD A.top_menu
{
	margin-left: 40px;
}

TABLE.cart TR.header TD
{
	background-color: #4C9BD3;
	font-weight: 700;
}

#card_type,
#voucher,
#card_check_value
{
	width: 110px;
}

#giftwrappingqty
{
	width: 20px;
}

DIV#form_order_invisible
{
	visibility: hidden;
}

/*End CART
Start TOOLTIP*/

DIV#tooltip_cut_ccv
{
	background-color: #4C9BD3;
	
	padding-left:   5px;
	padding-right:  5px;
	padding-bottom: 5px;
}

DIV#tooltip_cut_curconc
{
	background-color: #4C9BD3;
	border: 1px solid #FFFFFF;
	
	padding:   5px;
}

DIV#tooltip_mainimg
{
	width: 300px;
	font-size: 10px;
	text-align: left;
	background-color: #76B5D6;
	
	padding-left: 5px;
	padding-right: 5px;
}

/*End TOOLTIP
Start SPRY*/

.SpryHiddenRegion
{
	visibility:hidden;
}


/* SpryTooltip.css - version 0.2 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* HACK FOR IE: to make sure the tooltips show above form controls, we underlay each tooltip with an iframe */
.iframeTooltip
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}

DIV#trigger_cut
{
	width: 20px;
	height: 20px;
	display: inline;
}

.tooltipContent
{
	border: 1px solid #FFFFFF;
}

/* SpryTabbedPanels.css - version 0.4 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* Horizontal Tabbed Panels
 *
 * The default style for a TabbedPanels widget places all tab buttons
 * (left aligned) above the content panel.
 */

/* This is the selector for the main TabbedPanels container. For our
 * default style, this container does not contribute anything visually,
 * but it is floated left to make sure that any floating or clearing done
 * with any of its child elements are contained completely within the
 * TabbedPanels container, to minimize any impact or undesireable
 * interaction with other floated elements on the page that may be used
 * for layout.
 *
 * If you want to constrain the width of the TabbedPanels widget, set a
 * width on the TabbedPanels container. By default, the TabbedPanels widget
 * expands horizontally to fill up available space.
 *
 * The name of the class ("TabbedPanels") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabbedPanels container.
 */
.TabbedPanels {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

/* This is the selector for the TabGroup. The TabGroup container houses
 * all of the tab buttons for each tabbed panel in the widget. This container
 * does not contribute anything visually to the look of the widget for our
 * default style.
 *
 * The name of the class ("TabbedPanelsTabGroup") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabGroup container.
 */
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

/* This is the selector for the TabbedPanelsTab. This container houses
 * the title for the panel. This is also the tab "button" that the user clicks
 * on to activate the corresponding content panel so that it appears on top
 * of the other tabbed panels contained in the widget.
 *
 * For our default style, each tab is positioned relatively 1 pixel down from
 * where it wold normally render. This allows each tab to overlap the content
 * panel that renders below it. Each tab is rendered with a 1 pixel bottom
 * border that has a color that matches the top border of the current content
 * panel. This gives the appearance that the tab is being drawn behind the
 * content panel.
 *
 * The name of the class ("TabbedPanelsTab") used in this selector is not
 * necessary to make the widget function. You can use any class name you want
 * to style this tab container.
 */
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	/*font: bold 0.7em sans-serif;*/
	background-color: #4C9BD3;
	list-style: none;
	border-left: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
	border-top: solid 1px #FFF;
	border-right: solid 1px #FFF;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}

/* This selector is an example of how to change the appearnce of a tab button
 * container as the mouse enters it. The class "TabbedPanelsTabHover" is
 * programatically added and removed from the tab element as the mouse enters
 * and exits the container.
 */
.TabbedPanelsTabHover {
	background-color: #77B6D7;
}

/* This selector is an example of how to change the appearance of a tab button
 * container after the user has clicked on it to activate a content panel.
 * The class "TabbedPanelsTabSelected" is programatically added and removed
 * from the tab element as the user clicks on the tab button containers in
 * the widget.
 *
 * As mentioned above, for our default style, tab buttons are positioned
 * 1 pixel down from where it would normally render. When the tab button is
 * selected, we change its bottom border to match the background color of the
 * content panel so that it looks like the tab is part of the content panel.
 */
.TabbedPanelsTabSelected {
	background-color: #77B6D7;
	border-bottom: 1px solid #FFF;
}

/* This selector is an example of how to make a link inside of a tab button
 * look like normal text. Users may want to use links inside of a tab button
 * so that when it gets focus, the text *inside* the tab button gets a focus
 * ring around it, instead of the focus ring around the entire tab.
 */
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

/* This is the selector for the ContentGroup. The ContentGroup container houses
 * all of the content panels for each tabbed panel in the widget. For our
 * default style, this container provides the background color and borders that
 * surround the content.
 *
 * The name of the class ("TabbedPanelsContentGroup") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the ContentGroup container.
 */
.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
	border-top: solid 1px #FFF;
	border-right: solid 1px #FFF;
	background-color: #77B6D7;
}

/* This is the selector for the Content panel. The Content panel holds the
 * content for a single tabbed panel. For our default style, this container
 * provides some padding, so that the content is not pushed up against the
 * widget borders.
 *
 * The name of the class ("TabbedPanelsContent") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the Content container.
 */
.TabbedPanelsContent {
	padding: 4px;
}

/* This selector is an example of how to change the appearnce of the currently
 * active container panel. The class "TabbedPanelsContentVisible" is
 * programatically added and removed from the content element as the panel
 * is activated/deactivated.
 */
.TabbedPanelsContentVisible {
}

/* Vertical Tabbed Panels
 *
 * The following rules override some of the default rules above so that the
 * TabbedPanels widget renders with its tab buttons along the left side of
 * the currently active content panel.
 *
 * With the rules defined below, the only change that will have to be made
 * to switch a horizontal tabbed panels widget to a vertical tabbed panels
 * widget, is to use the "VTabbedPanels" class on the top-level widget
 * container element, instead of "TabbedPanels".
 */

/* This selector floats the TabGroup so that the tab buttons it contains
 * render to the left of the active content panel. A border is drawn around
 * the group container to make it look like a list container.
 */
.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #77B6D7;
	position: relative;
	border-top: solid 1px #FFF;
	border-right: solid 1px #FFF;
	border-left: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
}

/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #4C9BD3;
}

/* This selector floats the content panels for the widget so that they
 * render to the right of the tabbed buttons.
 */
.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}

/* SprySlidingPanels.css - version 0.1 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main SlidingPanels container. This selector
 * defines the width and height of the view port for the widget. Note that
 * this selector does not set the overflow property since that is done programatically
 * by the widget. Setting the overflow property programatically ensures that
 * the contens of the widget will be fully visible should JavaScript be disabled
 * in the browser.
 *
 * If you want to constrain the width of the SlidingPanels widget, set a width on
 * the SlidingPanels container. By default, our sliding panels widget expands
 * horizontally to fill up available space.
 *
 * The SlidingPanels container is positioned relative so that content inside it
 * can be positioned relative to its upper left corner.
 *
 * Avoid placing any CSS border or padding properties on the SlidingPanels container
 * as they can affect the proper positioning and sliding animations of the contents
 * inside the container.
 *
 * The name of the class ("SlidingPanels") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * SlidingPanels container.
 */
.SlidingPanels {
	position: relative;
	width: 640px;
	height: 70px;
	padding: 0px;
	border: none;
	
	float: left;

}

/* This is the selector for the container that holds all of the content panels
 * for the widget. The SlidingPanelsContentGroup container is what gets programtically
 * positioned to create the slide animation. It is also what governs the layout of
 * the panels.
 *
 * By default, the width of the container is the same as its parent, the SlidingPanels
 * container.
 *
 * You can make the panels within the SlidingPanelsContentGroup container layout
 * horizontally by giving the SlidingPanelsContentGroup container a width that is as wide
 * or larget than the sum of the widths of all of the content panels, and then floating
 * the content panels inside the SlidingPanelsContentGroup container so they all appear
 * on the same line. You may also need to float the SlidingPanels and SlidingPanelsContentGroup
 * containers to insure that none of the content panels "leak" outside of the widget.
 *
 * Avoid placing any CSS border, margin, or padding properties on the SlidingPanels
 * container as they can affect the proper positioning and sliding animations of the
 * the container within the widget.
 *
 * The name of the class ("SlidingPanelsContentGroup") used in this selector is not
 * necessary to make the widget function. You can use any class name you want to style the
 * SlidingPanelsContentGroup container.
 */
.SlidingPanelsContentGroup {
	position: relative;
	margin: 0px;
	padding: 0px;
	border: none;
	
	float: left;
	width: 640px;
}


/* This is the selector for the container that holds content for a given panel. In our
 * default style implementation, the dimensions of each content panel exactly match the
 * dimensions of the view port (SlidingPanels) container. This ensures that only one
 * panel ever shows within the view port.
 *
 * Avoid placing any CSS border, margin, or padding properties on the SlidingPanels
 * container as they can affect the proper positioning and sliding animations of the
 * the panel within the widget. You can place border, margins and padding on any content
 * *inside* the content panel.
 *
 * The name of the class ("SlidingPanelsContent") used in this selector is not
 * necessary to make the widget function. You can use any class name you want to style the
 * SlidingPanelsContent container.
 */
.SlidingPanelsContent {
	height: 70px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	border: none;
	
	float: left;
	width: 640px;

}

/* The class used in this selector is programatically added to the SlidingPanels container
 * anytime we are animating between panels. This rule makes sure that *all* content inside
 * the widget is overflow:none to avoid a rendering glitch that occurs in FireFox 1.5 whenever
 * there is an element inside the widget that displays a scrollbar.
 *
 * The class is automatically removed once the animation has stopped so that the overflow
 * properties of the content inside the widget should be restored.
 */
.SlidingPanelsAnimating * {
	overflow: hidden !important;
}

/* The class used in this selector is programatically added to the SlindingPanelsContent
 * container that is currently visible in the view port. The class is automatically removed
 * when the widget switches to a different panel.
 */
.SlidingPanelsCurrentPanel {
}

/* The class used in this selector is programatically added to the SlidingPanels container
 * anytime the SlidingPanels container is given focus. The class is automatically removed
 * once the SlidingPanels container loses focus.
 */
.SlidingPanelsFocused {
}
