﻿html, body
{
	position: relative;
	margin: 0;
	padding: 0;
	height: 100%;
}

html
{
	overflow-x: auto !important;
}

body
{
	background: #f7f7f7 url(/img/shopbkgnd.gif) left bottom no-repeat;
	font-family: "Lucida Grande" , Verdana, Arial, "Bitstream Vera Sans" , sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0;
	color: #464646;
	min-width: 800px;
}

a
{
    color: #21759b;
    text-decoration: underline;
}
a:hover
{
    color:#A90000;
    text-decoration: underline;
}

img
{
	border: none;
}
p, ul
{
    margin: 0 0 20px 0;
    line-height: 1.4em;
}

dt {
	float: left;
	clear: left;
	text-align: right;
	margin: 5px 10px 0 0;
	width: 140px;
	font-size: 1em;
	font-weight: bold;
}

dd {
	margin-bottom: 5px;
	font-size: 1em;
}

input
{
	font-family: Verdana, Arial;
	margin: 0;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3
{
    font-size: 1.5em;
    color: #464646;
	font: bold 24px/35px Arial, Verdana, Sans-Serif
}

h4, h5, h6
{
    font-size: 1.2em;
    color: #464646;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
    margin-bottom: 0.5em;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

#dim-screen {
	Z-INDEX: 99; POSITION: absolute; FILTER: alpha(opacity=90); BACKGROUND-COLOR: #000; MARGIN: 0px auto; WIDTH: 100%; DISPLAY: none; HEIGHT: 100%; TOP: 0px; LEFT: 0px; opacity: .90
}

.page
{
	position: relative;
	height: 100%;
    width: auto;
    margin: 0;
    padding: 0;
}

#header
{
	position: relative;
	z-index: 100;
	background: #f7f7f7 url(../img/header-grad.gif) repeat-x;
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0 0 10px 0;
    margin: 0;
    height: 38px;
    vertical-align: middle;
    border-top: 2px solid #808080;
}

#header .logoleft
{
	float: left;
	padding: 10px 0 0 10px;
}


#header .logoleft img
{
	margin-right: 4px;
}

#header .logoleft h1
{
	display: inline;
	margin: 0;
	padding: 10px;
	font-size: 2.5em;
}

#header .logoright
{
	padding: 10px;
	float: right;
}

#header .links
{
	background-color: #808080;
	float: right;
	margin: 0;
	padding: 5px 10px 5px 10px;
	margin: 0 20px;
	vertical-align: middle;
	color: #a0a0a0;
	border-left: 1px solid #a0a0a0;
	border-right: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
}

#header .links ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#header .links li
{
	padding: 0;
	position: relative;
	float: left;
	border-right: 1px dotted #a0a0a0;
}

#header .links li ul
{
	display: block;
	position: absolute;
	left: 8px;
	top: 22px;
	z-index: 9999;
	border: 1px solid #a0a0a0;
	background: #808080;
	padding: 0 5px;
	margin: 0;
}

#header .links li ul li
{
	float: none;
	border-right: none;
	border-bottom: 1px dotted #a0a0a0;
}

#header .links li.last
{
	border: none;
}

#header .links li a
{
	cursor: pointer;
	display: block;
	vertical-align: middle;
	padding: 4px;
	background-color: #808080;
	text-decoration: none;
	color: #ffffff;
	margin: 0 5px;
}

#header .links li li a
{
	margin: 5px 0;
	padding: 2px 12px;
}

#header li.list
{
	padding-left: 5px;
	padding-right: 5px;
}

#header li.list a
{
	float: left;
	margin: 0;
}


#header .links a img
{
	vertical-align: middle;
	padding: 0px;
	margin: 0;
}

#header .links a:hover
{
	background-color: #a0a0a0;
	text-decoration: none;
	color: #ffffff;
}

#header .links form
{
	padding: 5px;
	vertical-align: middle;
}

#header #basket span
{
	padding: 0px 0px 0px 20px;
	background: url(../img/cart.png) left center no-repeat;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	margin: 0 0;
}

#header #language span
{
	padding: 0px 14px 0px 0px;
	background: url(../img/expand-arrow.gif) right center no-repeat;
	text-decoration: none;
	margin: 0 0;
}

#main
{
	position: relative;
    padding: 10px 0;
    margin: 0;
    text-align: left;
    overflow: hidden;
    width: 100%;
}

#footer
{
    color: #464646;
    padding: 20px 10px 10px 10px;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

#footer a
{
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}


/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

select
{
	padding: 1px;
	border: 1px sold #eee;
	outline-style: none;
}


/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  border: solid 1px #e8eef4;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top:40px;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

/*-------------------------------------------------
MODAL: LOGIN SCREEN
-------------------------------------------------*/

.login 
{
	text-align: center;
}

.login .logo
{
	text-align: center;
}

.login h4
{
	font-size: 1em;
	background: url(../img/gray-grad.gif) repeat-x;
	margin: 0;
	padding: 8px;
}

.login .infobox
{
	position: absolute;
	right: -110px;
	top: 50px;
	text-align: left;
	background: #f8f8ff;
	border: solid 2px #5c96c2;
	width: 200px;
	padding: 10px;
	font-size: 0.9em;
}

.login .content
{
	margin-right: 20%;
}

.login div#Modal 
{
	text-align: left;
	width: 400px;
	margin: 80px auto 20px auto;
	padding: 0;
	border: solid 1px #e0e0e0;
	background-color: #ffffff;
}

.login p
{
	padding: 10px;
}


.login div#ModalWide 
{
	text-align: left;
	width: 600px;
	margin: 20px auto 20px auto;
	padding: 0;
	border: solid 1px #e0e0e0;
	background-color: #ffffff;
}


.login div.inner {
	padding: 20px;
	border: solid 0px #c0c0c0;
	position: relative;
}

.inner h4
{
	background: #21759b;
	color: #ffffff;
	margin-top: 2.5em;
}

.inner div.center
{
	text-align: center;
}

.inner div.center table
{
	margin: 0 auto;
}

.inner table.emergency
{
	padding: 0;
	background-color: #ffff80;
	border: 2px solid #ff8080;
}
.inner table.emergency td
{
	padding: 5px;
	margin: 0;
}

.login img#logo {
  float: left;
}

.login h1
{
	margin: 0;
}

.login p.head
{
	clear: both;
	text-align: center;
	border-bottom: 1px solid #e0e0e0;
	padding: 10px;
	margin: 0 0 25px 0;
	font-size: 0.9em;
}

.login p.info
{
	clear: both;
	text-align: center;
	border-top: 1px solid #e0e0e0;
	padding: 10px;
	margin: 25px 0 0 0;
	font-size: 0.9em;
}

.login p.info a
{
	font-weight: bold;
}

.login div#errorMessage, .login div#Message 
{
	text-align: left;
	font-weight: bold;
	border: 2px solid #c00;
	padding: 5px;
	font-size: 1em;
	margin: 0 0 15px 0;
	background: #c66;
	color: #fff;
}

.login div#errorMessage a:link,
.login div#errorMessage a:visited {
  color: #fff;
}

.login div#Message {
  background: #080;
}


.login dl {
	margin: 10px 0 0 0px;
	vertical-align: middle;
}

.login dt 
{
	float: left;
	clear: right;
	width: 140px;
	padding: 0;
	font-size: 1em;
	line-height: 24px;
	font-weight: normal;
	text-align: right;
	margin: 0;
}

.login dd 
{
	font-size: 1em;
	line-height: 24px;
	color: #666;
	margin-left: 150px;
	text-align: left;
}

.login input {
	font-size: 1em;
	padding: 4px;
}

.login input.text {
	width: 130px;
	font-weight: bold;
}

.signup input.text {
	width: 250px;
	font-weight: normal;
}

.signup select.text {
	width: 200px;
	font-weight: normal;
}

/*-----------------
Signup Table
-----------------*/

.login table
{
	padding: 0;
	margin: 0;
	border: 0px;
}

.login tr
{
	border: 0px;
}

.login th
{
	text-align: right;
	font-weight: bold;
	color: #606060;
	background: none;
	border: 0px;
	padding: 5px 10px 0 10px;
	font-size: 0.9em;
}

.login td
{
	color: #606060;
	text-align: left;
	font-weight: normal;
	border: 0px;
	padding: 5px 10px 0 0;
	vertical-align: middle;
}

.login td.field-col
{
	width: 250px;
}

.login td.info-col
{
	font-size: 0.9em;
	width: 100px;
}

.login tr.info td
{
	padding: 3px 10px 8px 0px;
	font-size: 0.8em;
}

.login td .field-validation-error
{
    margin: 4px 0 4px 0;
}

.login td.field
{
	font-size: 1em;
}

.login td.instruction
{
	color: #101010;
	line-height: 1.5em;
}

.login hr
{
	margin: 10px 5%;
	border-top: 1px solid #e0e0e0;
	border-bottom: none;
}

.login fieldset
{
	border: 2px solid #e0e0e0;
	background: #f8f8f8;
}

.login legend
{
	background: #f8f8f8;
}

/* Widgets */

.content
{
	margin-left: 15em;
	padding: 0 10px;
	display:block;
	width: auto;
}

.content .column
{
	float: left;
	width: 49%;
	padding: 0;
	margin: 0;
}

.content .full
{
	width: 100%;
}

.content .last
{
	float: right;
}

.content .column h1
{
	margin: 0 0 0.5em 0;
	padding: 0;
}

.widget
{
	border: 1px solid #e0e0e0;
	background-color: #ffffff;
}

.widget h4
{
	background: #dfdfdf url(../img/gray-grad.gif) repeat-x;
	padding: 5px;
	margin: 0;
}

.widget .buttonbar
{
	background: #dfdfdf url(../img/fade-toolbar.gif) repeat-x;
	padding: 5px;
	margin: 0;
	height: 32px;
	line-height: 32px;
	font-size: 1.2em;
	font-weight: bold;
}

/*-------------------------------------------------
Toolbars
-------------------------------------------------*/

.buttonbar {position: relative; overflow:hidden;}
.buttonbar .buttonpane{position:absolute;top:6px;right: 0px;margin:0;padding:0 24px 0 0;height:33px;}
.buttonbar ul li{float:left;margin:0;padding:0;height:33px;width:32px;list-style-type:none;}
.buttonbar ul li a{float:left;height:33px;width:33px;background:none;padding:0}
.buttonbar ul li a:hover{background: transparent url("../img/btn_css_bg.gif") no-repeat left 0 !important;}
.buttonbar ul li a:active,.buttonbar ul li.current a{background:url("../img/btn_css_bg.gif") no-repeat left -33px;}
.buttonbar ul li a img,.buttonbar ul li a span{display:block;margin: 8px 0 0 8px;height:16px;width:16px;cursor:pointer;}
.buttonbar .buttonpane .notification{position:relative;top:-4px;left:0;}

.widget .footer
{
	position: relative;
	border-top: 1px solid #e0e0e0;
	background: #dfdfdf url(../img/gray-grad.gif) repeat-x;
	padding: 5px;
	margin: 0;
	font-weight: normal;
	font-size: 0.9em;
}

.widget div.footer .info
{
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-style: italic;
	font-size: 0.9em;
	text-align: right;
	color: #aaa;
	vertical-align: bottom;
}

/*-------------------------------------------------
Category menu
-------------------------------------------------*/

#catmenu
{
	display: block;
	width: 12em;
	float: left;
	margin-right: 2em;
	margin-left: 10px;
}

#catmenu ul {margin: 1em 0 0 0; padding:0; border-bottom: 1px solid #e3e3e3; width: 100%;}
#catmenu ul li ul {border: none; margin: 0;}
#catmenu ul li {line-height:230%;background-color:#efefef;border-color:#E3E3E3;border-style:solid solid none;border-width:1px; list-style:none;margin:0;padding:0}
#catmenu ul li span
{
	display:block;
	padding-left: 10%;
	text-decoration:none;
	font-size: 1.2em;
	font-weight:bold;
	border-color:#FFF #E3E3E3 #FFF #FFF;
	border-style:solid none none solid;
	border-width:1px;
}
#catmenu ul li a {display:block; padding-left: 10%; text-decoration:none;
					font-size: 1.2em;font-weight:bold; border-color:#FFF #E3E3E3 #FFF #FFF;border-style:solid none none solid;border-width:1px; }
#catmenu ul li li { border: none; margin: 0; 
					}
#catmenu ul li li a {padding-left: 15%;
                     background: white;
                     border: none;
                     font-size: 1em;
                     font-weight: normal;
					}
#catmenu ul li a:hover {color:#A90000}

/* Products View */

div.view
{
	position: relative;
	width: 100%;
	overflow: hidden;
}

div.scroll
{
	position: relative;
	overflow-y: scroll;
	width: 100%;
	height: 100%;
}

div.scrolly
{
	overflow-y: auto;
	overflow-x: hidden;
	width: 100%;
	height: auto;
}

div.drawing
{
	margin: auto;
	background-color: #ffffff;
}

div.noscroll
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.widget table
{
	width: 100%;
	table-layout: fixed;
	padding: 0;
	margin: 0;
	border: none;
	position: relative;
}

.widget table td
{
	border: none;
	border-bottom: 1px solid #e0e0e0;
	padding: 0;
	vertical-align: middle;
}

.widget td.right, .widget th.right
{
	text-align: right;
}

.widget td.center, .widget th.center
{
	text-align: center;
}

.widget table#items td
{
	cursor: default;
	padding: 1px 5px;
}

.widget table th
{
	background: #dfdfdf url(../img/gray-grad.gif) repeat-x;
	padding: 5px;
	margin: 0;
}

.widget p
{
	font-style: italic;
	padding: 5px;
	margin: 0;
}

.widget table tr.alt td
{
	background-color: #f0f0f0;
}

.widget table.linklist a:hover, .widget tr:hover td, .widget tr.alt:hover td, .widget table tr.hovered td
{
	background-color: #c1ffff;
	text-decoration: none;
}

.widget a, .widget a:hover
{
    color: #21759b;
}

.widget table#items a
{
	color: #21759b;
	font-weight: bold;
	text-decoration: none;
}

.widget table#items tr.selected a
{
	color: #ffffff;
	font-weight: bold;
}

.widget table tr.selected td
{
	background-color: #21759b !important;
	color: #ffffff;
	font-weight: bold;
}

.widget table.linklist a
{
	padding: 1px 5px;
	display: block;
	text-decoration: none;
	font-weight: bold;
}

.widget table.linklist a.selected, .widget tr.selected a
{
	background-color: #21759b !important;
	padding: 5px;
}

.widget table.linklist a.selected
{
	color: #ffffff;
}

.drawingView
{
	border-bottom: 1px solid #e0e0e0;
}

#drawingimg 
{
}

.drawing .hotspot
{
	position: absolute;
	z-index: 100;
	display: block;
	cursor: pointer;
	overflow: visible;
	padding: 0;
}

.drawing .hotspot img
{
	width: 100%;
	height: 100%;
}

.drawing .hotspot a
{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background-color: Yellow;
	opacity:.35;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
	filter:alpha(opacity=35);
}

.drawing .hotspot a:hover, .drawing .selected a
{
	border: 2px solid red;
}

#zoom
{
	position: absolute;
	top: 0px;
	left: 0px;
	margin: auto;
}

/* Basket */

input.item, select.item
{
	font-size: 0.8em;
	margin: 0;
	padding: 1px;
	vertical-align: middle;
	border: solid 1px #e8e8e8;
}

input.disabled
{
	background-color: #e0e0e0;
	color: #808080;
}

input.button
{
	cursor: pointer;
	vertical-align: middle;
}

img.button
{
	vertical-align: middle;
}

.widget table#items img
{
	padding: 0 3px;
	vertical-align: middle;
}


/*-------------------------------------------------
AJAX
-------------------------------------------------*/

#ajax
{
	position: absolute;
	z-index: 9999;
	right: 10px;
	top: 10px;
}

