﻿/*
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; text-decoration:none;}
/*a:visited { color: #551a8b; }*/
a:hover { color: #06e; text-decoration:underline;}
a:active { color:Green; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }
a:active {color:Green;}

/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 15px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */
*{
    behavior: url(CSS3PIE);
}
html{
	background-repeat: repeat;
	background-image: url(img/bg.png);
}

body
{
    font-family: 'Old Standard TT', serif;    
}

.center{
	max-width: 1024px;
	margin: 0 auto;
}

.catagory{
	position: relative;
	margin-bottom: 20px;
	text-align: center;
	outline: none;
	border:1px solid #fff;
	-webkit-box-shadow: 0px 0px 2px 0px ;
	-moz-box-shadow: 0px 0px 2px 0px ;
	box-shadow: 0px 0px 2px 0px ; 
	behavior: url(CSS3PIE);
}

.catagory{
	opacity:.70;
	filter:alpha(opacity=70);
	filter: “alpha(opacity=70)”;
	
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;	
	transition: opacity 1s ease-in-out;
	
	behavior: url(CSS3PIE);
}

.catagory:hover{
	opacity:1;
	filter:alpha(opacity=100);
	filter: “alpha(opacity=100)”;
	
	behavior: url(CSS3PIE);
}

.catagory a, .catagory a:visited{
	color: #0066EE;
}

.catagory a:active{
	color: #FFFFFF;
}

span.backgroundcolor {
	position:absolute;
	background-color: #000000;
	font-size: 24px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	font-family: 'Old Standard TT', serif;
	padding-bottom: 5px;
	padding-top:5px;
} 
.name{
	float: left;
	width: 450px;
	margin-top: 0px;
	margin-left: 20px;
	padding: 0px;
	position: absolute;
	top: 20px;
}

.name h1{
	font-family: 'Old Standard TT', serif;
	font-size: 60px;
	font-weight: bold;
	color: #707070;
	text-shadow: 0px 1px 0px #e5e5ee;
	line-height: 60px;
	
	behavior: url(CSS3PIE);
}
.box{
   height:110px;
   /* height:75px;*/
    width:800px;
  /*  width:600px;*/
    position:relative;
    float: right;
    margin-right: 5px;
}

.topMenuLink{
	position: absolute;
	right: 105px;
	top: 25px;
	font-family: 'Old Standard TT', serif;
	font-size: 16px;
	font-weight:lighter;
	margin-left:-200px;
}

.topMenuLink a, .topMenuLink a:visited, .topMenuLink a:link
{
    text-decoration:none;
    margin: 0 15px 0 0;
    color:#40A2E8;
}

.topMenuLink a:hover
{
    color:#EAF6FF;
    text-shadow: 0px 0px 2px #0085c2;
    filter: dropshadow(color=#0085c2, offx=0, offy=0); 
}

.sign_in{
	position: absolute;
	right: 20px;
	top: 20px;
	font-family: 'Old Standard TT', serif;
	font-weight: bold;
	font-size: 14px;
}

.sign_in a, .sign_in a:link, .sign_in a:visited{ 
	text-decoration: none;
	color: #999999;
}
.sign_in a:hover{
	color: #0066EE;
}


/*-------------
SEARCH
-------------*/

#searchForm fieldset 
{
    /*top:70px;*/
    top:20px;
     /* right:18px;*/
    /* right:850px;*/
    width:240px;
    position:absolute;
    display:block;
     padding-left:30px;
}

div.input {
    width:120px;
    padding:5px 15px 7px 15px;
    border-radius:2px;
    border:1px solid #c6d2db;
    border-top:1px solid #b4c1cb;
    box-shadow:inset 0 1px 2px rgba(0,0,0,0.08);
      /* float:right;*/
   float:left;
    background:#fff;
}

div.input.focus {
    border:1px solid #9ecbe2;
    box-shadow:0 0 6px #abdcff, inset 0 1px 2px rgba(0,0,0,0.08);
}

input#s {
    width:100%;
    border:0;
    border-radius:2px;
    background:transparent;
    height:16px;
    color:#b4bdc4;
    text-shadow:0 1px 1px #fff;
}

input#s:focus {
    outline:none
}

input#searchSubmit {
    width:19px;
    height:19px;
    text-indent:-9999px;
    overflow:hidden;
    background:url(img/search-icon.png) no-repeat;
    border:0;
    position:absolute;
    top:7px; right:13px;
    z-index:5;
    display:none;
    cursor:pointer;
}

/*-------LOGIN STARTS HERE -------*/

/* Login Container (default to float:right) */
#loginContainer {
    position:relative;
    float:right;
    font-size:12px;
}

/* Login Button */
#loginButton { 
    display:inline-block;
    float:right;
    background:#d2e0ea url(img/buttonbg.png) repeat-x; 
    border:1px solid #899caa; 
    border-radius:3px;
    -moz-border-radius:3px;
    position:relative;
    z-index:30;
    cursor:pointer;
}

/* Login Button Text */
#loginButton span {
    color:#445058; 
    font-size:14px; 
    font-weight:bold; 
    text-shadow:1px 1px #fff; 
    padding:7px 29px 9px 10px;
    background:url(img/loginArrow.png) no-repeat 53px 7px;
    display:block
}

#loginButton:hover {
    background:url(img/buttonbgHover.png) repeat-x;
}

/* Login Box */
#loginBox {
    position:absolute;
    top:34px;
    right:0;
    display:none;
    z-index:29;
}

/* If the Login Button has been clicked */    
#loginButton.active {
    border-radius:3px 3px 0 0;
}

#loginButton.active span {
    background-position:53px -76px;
}

/* A Line added to overlap the border */
#loginButton.active em {
    position:absolute;
    width:100%;
    height:1px;
    background:#d2e0ea;
    bottom:-1px;
}

/* Login Form */
#loginForm {
    width:248px; 
    border:1px solid #899caa;
    border-radius:3px 0 3px 3px;
    -moz-border-radius:3px 0 3px 3px;
    margin-top:-1px;
    background:#d2e0ea;
    padding:6px;
}

#loginForm fieldset {
    margin:0 0 12px 0;
    display:block;
    border:0;
    padding:0;
}

fieldset#body {
    background:#fff;
    border-radius:3px;
    -moz-border-radius:3px;
    padding:10px 13px;
    margin:0;
}

#loginForm #checkbox {
    width:auto;
    margin:1px 9px 0 0;
    float:left;
    padding:0;
    border:0;
    *margin:-3px 9px 0 0; /* IE7 Fix */
}

#body label {
    color:#3a454d;
    margin:9px 0 0 0;
    display:block;
    float:left;
}

#loginForm #body fieldset label {
    display:block;
    float:none;
    margin:0 0 6px 0;
}

/* Default Input */
#loginForm input {
    width:92%;
    border:1px solid #899caa;
    border-radius:3px;
    -moz-border-radius:3px;
    color:#3a454d;
    font-weight:bold;
    padding:8px 8px;
    box-shadow:inset 0px 1px 3px #bbb;
    -webkit-box-shadow:inset 0px 1px 3px #bbb;
    -moz-box-shadow:inset 0px 1px 3px #bbb;
    font-size:12px;
}

/* Sign In Button */
#loginForm #login {
    width:auto;
    float:left;
    background:#339cdf url(img/loginbuttonbg.png) repeat-x;
    color:#fff;
    padding:7px 10px 8px 10px;
    text-shadow:0px -1px #278db8;
    border:1px solid #339cdf;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    margin:0 12px 0 0;
    cursor:pointer;
    *padding:7px 2px 8px 2px; /* IE7 Fix */
}

/* Forgot your password */
#loginForm span {
    text-align:center;
    display:block;
    padding:7px 0 4px 0;
}

#loginForm span a {
    color:#3a454d;
    text-shadow:1px 1px #fff;
    font-size:12px;
}

/* Logon page */
#loginPageForm {
    width:500px; 
    border:1px solid #899caa;
    border-radius:3px 0 3px 3px;
    -moz-border-radius:3px 0 3px 3px;
    margin-top:-1px;
    background:#d2e0ea;
    padding:6px;
}

#loginPageForm fieldset {
    margin:0 0 12px 0;
    display:block;
    border:0;
    padding:0;
    text-align:center;
    
}

#loginPageForm #checkbox {
    width:auto;
    margin:1px 9px 0 0;
    float:left;
    padding:0;
    border:0;
    *margin:-3px 9px 0 0; /* IE7 Fix */
}

#loginPageForm #body fieldset label {
    display:block;
    float:none;
    margin:0 0 6px 0;
}

/* Default Input */
#loginPageForm input {
    width:92%;
    border:1px solid #899caa;
    border-radius:3px;
    -moz-border-radius:3px;
    color:#3a454d;
    font-weight:bold;
    padding:8px 8px;
    box-shadow:inset 0px 1px 3px #bbb;
    -webkit-box-shadow:inset 0px 1px 3px #bbb;
    -moz-box-shadow:inset 0px 1px 3px #bbb;
    font-size:12px;
}

/* Sign In Button */
#loginPageForm #login {
    width:auto;
    float:left;
    background:#339cdf url(img/loginbuttonbg.png) repeat-x;
    color:#fff;
    padding:7px 10px 8px 10px;
    text-shadow:0px -1px #278db8;
    border:1px solid #339cdf;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    margin:0 12px 0 0;
    cursor:pointer;
    *padding:7px 2px 8px 2px; /* IE7 Fix */
}

/* Forgot your password */
#loginPageForm span {
    text-align:center;
    display:block;
    padding:7px 0 4px 0;
}

#loginPageForm span a {
    color:#3a454d;
    text-shadow:1px 1px #fff;
    font-size:12px;
}

/*#loginPageForm #body label {
    display:block;
    float:none;
    margin:0 0 6px 0;
}*/

input:focus {
    outline:none;
}

footer{
	bottom: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}

.finishOrderMsg
{
    bottom: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #999999;
}

.copyrightMsg
{
	color: #999999;
}



#productlist ol, #productlist ul {list-style:none;}

/*--------------------------*/  
/*     LEFT MENU           */  
/*------------------------*/  
  
/* Main Menu */  
#left {  
    width: 235px;  
    float: left;  
    min-height: 615px;
	position: relative;
	font-family: 'Old Standard TT', serif;
	font-size: 16px;
}  

#left .menu {
	width: 100%;
	border-top: 1px solid #eaeaea;
	margin-top: 30px;
}

/*#left .menu li a, a:visited*/
#left .menu li a
 {
	display: block;
	/*height: 35px;*/
	line-height: 35px;
	padding-left: 22px;
	border-bottom: 1px solid #eaeaea;
color: #EE6F01;
    outline: medium none;
    text-decoration: none;
}

#left .menu li a:hover{
	color: #56757C;
    outline: medium none;
    text-decoration: underline;
}

#left .menu li a.active {
	color: #0285DA;
	border-right: 1px solid #fff;
}

#left .menu li a.closed {
	background:url(img/sprite.png) no-repeat scroll 46px -231px transparent;
}

#left .menu li li a.closed {
	background:url(img/sprite.png) no-repeat scroll 46px -231px transparent;
}

#left .menu li a.opened {
	background:url(img/sprite.png) no-repeat scroll 46px -257px transparent;
}

#left .menu li li a.opened {
	background:url(img/sprite.png) no-repeat scroll 46px -257px transparent;
}

#left .menu li .sub-menu li a {
	padding-left: 38px;
}

#left .menu .sub-menu.closed {
	display: none;
} 

#left .menu .sub-menu .sub-menu.closed {
	display: none;
} 

/*------------------------------*/  
/*   RIGHT CONTENT             */  
/*----------------------------*/  
  
/* Thumbnail Gallery Content*/  
#right {  
    width: 750px;  
    float: right; 
    position:relative;
}  

#right .thumbnails {
	overflow: hidden;
	padding:10px 0 0 32px;
}

#right .thumbnails li {
	float: left;
	margin: 0 21px 18px 0;
}

#right .thumbnails li a {
	border: 1px solid #eaeaea;
	padding: 2px;
	background: #f2f2f2;
	display: block;
}

/* Tooltip */
.tooltip {
	display:none;
	background:transparent url(img/black_arrow.png);
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color:#fff;	
	z-index: 100;
	
	font-family: 'Old Standard TT', serif;
}

#nav
{
    margin-top: -20px; 
    font-family: 'Old Standard TT', serif;
    font-weight: bold;   
}

#nav ul {
    list-style: none outside none;
}

/*#nav ul li a, a:visited*/
#nav ul li a
{
    float: left;
    height: 10px;
    margin: 0 0 0 5px;
  color: #EE6F01;
    outline: medium none;
    text-decoration: none;
}
#nav ul li a:hover
{
    outline: medium none;
    text-decoration: underline;
}



#holder
{
    padding: 10px 0 10px 0;
   /* height: 600px;*/
	/*max-height: 1200px;*/
    overflow:hidden;

	-moz-box-shadow:1px 1px 5px #222 inset;
	-webkit-box-shadow:1px 1px 5px #222 inset;
	box-shadow:1px 1px 5px #222 inset;
	position:relative;
	behavior: url(CSS3PIE);
	/*width:940px;*/
	/*left:25px;*/
}

#gallery-holder
{
    width: 10000px;
}

.page
{
    float: left;
    margin: 0 960px 0 0;
    min-height: 600px;
      width: 750px;
  /* width: 1000px;*/
}

#product-holder
{
    padding: 10px 0 10px 0;
    /*height: 600px;*/
	/*max-height: 600px;*/
    overflow:hidden;

	-moz-box-shadow:1px 1px 5px #222 inset;
	-webkit-box-shadow:1px 1px 5px #222 inset;
	box-shadow:1px 1px 5px #222 inset;
	position:relative;
}

.white
{
    background-color:White;
}

.product-shop
{
    float: right;
    margin-top: 20px;
    width: 100%;
}

.product-img
{
    margin-left: 20px;
    position: relative;
    display: block;
   /* width: 400px;*/
}

.product
{
    float:right;
    width: 300px;
    position: relative;
    margin-top: -20px;
}

.product-name
{
    font-family: 'Old Standard TT', serif;
}

.product-name h1, .product-name h3
{
    font-size: 16px;
    font-weight: lighter;
}

.product-name h3
{
    font-size: 12px;
    font-style: italic;
}

.add-to-cart{
    /*float: left;*/
    padding: 10px 0 10px 0;
}

input.qty {
    text-align: center;
    width: 1.5em;
    margin-left: 5px;
}

input[type="text"]{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E8E7DC;
    color: #525049;
    height: 18px;
    outline: 0 none;
    border-color :Black ;
}

input, textarea {
    border: 1px solid #E8E7DC;
    padding: 2px;
}

input, select, textarea, button {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #36352F;
    font: 12px 'Old Standard TT', serif;
    vertical-align: middle;
}

button, .button, input[type="submit"] {
    background: none repeat scroll 0 0 #D84635;
    border: 1px solid #AF1605; 
    cursor: pointer;
    display: inline-block;
    float: left;
    font: 9px/21px 'Old Standard TT', serif;
    letter-spacing: 2px;
    padding-top: 1px;
    text-transform: uppercase;
    color: #FFFFFF;
}

button:hover, .button:hover, input[type="submit"]:hover 
{
   
}

.related-product-box {
    float: left;
    margin-top: 10px;
    margin-left: 5px;
    width: 100%;
}

.block-title {
    font-size: 11px;
    font-style: italic;
    line-height: 1em;
    padding: 0 0 10px;
}

.block-related{
    float: left;
    width: 700px;
}

.products-grid {
    margin-top: 5px;
    display: inline;
    float: left;
}
.products-grid .item {
    border: 1px solid #FFFFFF;
    display: inline;
    float: left;
    margin: 0 5px 5px 0;
    width: 90px;
}

.page-title {
    clear: both;
    margin-bottom: 12px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 5px;
    width: 960px;
    font: 12px 'Old Standard TT', serif;
}

.a-center {
    text-align: center !important;
}

table {
    overflow:hidden;
    border:1px solid #d3d3d3;
    background:#fefefe;
    width:100%;
    margin:1% auto 0;
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    font-family: 'Old Standard TT', serif;
}

#summary
{
    float:right;
}

.proceed-to-checkout
{
    right:0px;
    position:relative;
    margin:0 0 0 82%;
}

#total
{
    float:right;
    width:100%;
    right:0px; 
    padding-bottom:10px;
}

#total #shopping-cart-totals-table table 
{
    width:35%;
    margin:1% 0 0 65%;
}

.a-right {
    text-align:right !important;
}

#shopping-cart-table th, #shopping-cart-table td {padding:18px 28px 18px; text-align:center; }
 
#shopping-cart-table th {padding-top:22px; text-shadow: 1px 1px 1px #fff; background:#e8eaeb;}
 
#shopping-cart-table td {border-top:1px solid #e0e0e0; /*border-right:1px solid #e0e0e0;*/}
 
#shopping-cart-table tr.odd-row td {background:#f6f6f6;}
 
#shopping-cart-table td.first, #shopping-cart-table th.first {text-align:left}
 
#shopping-cart-table td.last {border-right:none;}

#shopping-cart-table td {
    background: -moz-linear-gradient(100% 25% 90deg, #fefefe, #f9f9f9);
    background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f9f9f9), to(#fefefe));
}
 
#shopping-cart-table tr.odd-row td {
    background: -moz-linear-gradient(100% 25% 90deg, #f6f6f6, #f1f1f1);
    background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f1f1f1), to(#f6f6f6));
}
 
#shopping-cart-table th {
    background: -moz-linear-gradient(100% 20% 90deg, #e8eaeb, #ededed);
    background: -webkit-gradient(linear, 0% 0%, 0% 20%, from(#ededed), to(#e8eaeb));
}
 
#cart-summary .product-name{
    font-size: 10px;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 18px;
    margin-bottom: 6px;
    text-transform: uppercase;
    margin-top: 0;
}

#cart-summary h3 {
    font-size: 12px;
    font-weight:lighter;
    font-style:italic;
    letter-spacing: 2px;
    line-height: 12px;
    margin-bottom: 6px;
}

#cart-summary .product-name a
{
    font-size: 14px;
    text-transform: uppercase;
    font-weight:lighter;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    color: #525049;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}

/* For Register Form */

#form-reg
{
    margin: 3% auto 3% auto;
    width: 600px;
    height: 450px;
    padding: 20px;
    border:1px solid #d3d3d3;
    background:#fefefe;
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    font-family: 'Old Standard TT', serif;
}
#form-holder
{
    width: 300px;
   /* height: 450px;*/
    height:500px;
    overflow: hidden;
}

#form-logon
{
    width: 350px;
    height: 350px;
    overflow: hidden;
}
#form-nav
{
    float: left;
    width: 200px;
    margin-right: 20px;
    border-right: 1px solid #d3d3d3;
    height: 450px;
}
#form-add {
    height: inherit;
    overflow: auto;
}

#create-new {
    margin: 0 0 50px 0;
}

#form-nav ul
{
    font-size: 24px;
    list-style:none;
    padding: 0;
    margin-top: 0;
}

#form-nav li
{
    margin-bottom: 30px;
}

#form-nav a
{
    text-decoration: none;
}
.acc_trigger
{
    font-size: 25px;
    font-weight: lighter;
    line-height: 25px;
}
.acc_container {
	overflow: hidden;
	width: 180px;
	height: 220px;
	clear: both;
	background: #fff;
	border: 1px solid #fff;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.acc_container .block {
	font-size: 14px;
	margin-bottom: 5px;
}

/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

.navigate
{
    padding-left: 30px;
    font-weight: bold;
    color: #808080;
    font-size: 16px;
    padding-right:25px;
}

.navigate a
{
    font-weight: bold;
    color: #808080;
    text-decoration: none;
}

.navigate a:hover
{
    font-weight: bold;
    color: #3399FF;
    text-decoration: none;
}

.field-validation-error
{
    color:Red ;
    font-size:small;
    font-weight:bold;
}

div.name
{
   /* background-image:url(img/logo.png);*/
    height:100px;
    background-repeat:no-repeat;
    float:left;
}

#logoffButton { 
    display:inline-block;
    float:right;
    background:#d2e0ea url(img/buttonbg.png) repeat-x; 
    border:1px solid #899caa; 
    border-radius:3px;
    -moz-border-radius:3px;
    position:relative;
    z-index:30;
    cursor:pointer;
}

/* Login Button Text */
#logoffButton span {
    color:#445058; 
    font-size:14px; 
    font-weight:bold; 
    text-shadow:1px 1px #fff; 
    padding:7px 29px 9px 10px;
    background:url(img/loginArrow.png) no-repeat 53px 7px;
    display:block
}

#logoffButton.active span {
    background-position:53px -76px;
}

/*@media (min-width: 1200px) {
    .holder-index #section1 { padding-left: 120px;
    }
}

@media (min-width: 1100px) and (max-width: 1199px) {
    .holder-index #section1 { padding-left: 80px;
    }
}

@media (min-width: 1070px) and (max-width: 1099px) {
    .holder-index #section1 { padding-left: 60px;
    }
}

@media (min-width: 1040px) and (max-width: 1069px) {
    .holder-index #section1 { padding-left: 30px;
    }
}

@media (min-width: 1024px) and (max-width: 1039px) {
    .holder-index #section1 { padding-left: 20px;
    }
}*/