/* Global styles */
body {
	margin:0px;
	padding:20px;
	background-color: #707883;
	background-image: url(/images/back_curve.jpg);
	color: #222;
	text-align: center;
	font: 85% "Trebuchet MS", Arial, Helvitica, sans-serif;
	
}
a { color: #000; }
a:visited { color: #333; }
#content a:hover { color: #fff; background-color:#000; }

h1,h2,p {margin: 0 0 1em 0;padding: 0px 10px;font-weight:normal}
p {padding: 0 10px 15px}
#header h1 {font-size: 220%;color: #fdfdfd;letter-spacing: 1px;margin: 0;}
h1{font-size: 180%;color: darkred;letter-spacing: 1px}


h2{font-size: 170%;line-height:1;color:green;padding:10px 0; }

div#container{width:920px !important;
	 width /**/:930px;
    margin: 0 auto;padding:5px;
    text-align:left;background:#FFF;
}
div#header{
	background: #b0959d;
	padding: 5px;
 	text-align:center;
}
div#content{
	float:right;
	width:545px !important;
	 width /**/:569px;
	padding:10px 12px;
	margin:5px 0;background: #fff
}

div#nav{float:left;width:325px !important;
		 width /**/:345px;
        padding:10px 10px;
        margin:5px 0;background: #cc9966
}


div#nav h2{font-size: 120%;color: #9E4A24}
div#footer{clear:both;width:920px;background: #BFDDED;
padding:5px 0;text-align:center
}
#delivery {
	background-color:#e2aa52;
	padding:5px;
	border:2px solid lightgray;
}
#nav a {
  color: #bfb;
  font-size: normal;
}


/* START:notice */
#notice {
  border: 2px solid green;
  padding: 1em;
  margin-bottom: 2em;
  background-color: #f0f0f0;
  font: bold ;
  width :350px;
}
/* END:notice */


/* START:error */
#error {
  border: 2px solid red;
  padding: 1em;
  margin-bottom: 2em;
  background-color: #f0f0f0;
  font: bold smaller sans-serif;
}
/* END:error */

#product-list .list-category {
	color:        red;
	font-weight:  normal;
	font-size:    smaller;
	text-transform: lowercase;
}
#product-list .list-title {
	color:        #244;
	font-weight:  bold;
	font-size:    larger;
}

#product-list .list-image {
  width:        60px;
  height:       70px;
}


#product-list .list-actions {
  font-size:    x-small;
  text-align:   right;
  padding-left: 1em;
}

#product-list .list-line-even {
  background:   #e0f8f8;
}

#product-list .list-line-odd {
  background:   lightpink;
}

#product-list .list-price {
  color:   green;
  font-weight:bold;
  font-size:1.1em;

  padding:1px;
}


ul.bottom_menu {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
ul.bottom_menu li {
	border-bottom: 1px solid #CCC;
    margin: 0;
    width:140px;
}
ul.bottom_menu li a {
    display: block;
    padding: 5px 5px 5px 0.5em;
    border-left:10px solid #366;
    border-right:10px solid #99c;
    background:white;
    color:black;
    text-decoration: none;
    width:140px;
}

ul.bottom_menu li.fresh a {
    display: block;
    padding: 5px 5px 5px 0.5em;
    border-left:10px solid #366;
    border-right:10px solid #99c;
    background:#22a;
    color:#e0e0e0;
    text-decoration: none;
    width:140px;
}

html>body ul.bottom_menu li a {
  width: 140px;
}
ul.bottom_menu li a:hover {
        color:#fff;
        background:#66c;
        border-left:10px solid #339;
        border-right:10px solid #ccf;
}

ul.bottom_menu li.fresh a:hover {
        color:#fff;
        background:#22c;
        border-left:10px solid #339;
        border-right:10px solid #ccf;
}



ul#catlist {
  margin:0;
  margin-top:10px;
  padding:0;
  list-style-type: none;
  width:320px;
}
ul#catlist li {
	margin:0;
    margin-bottom:4px;
	cursor:move;
	padding:5px;
    border:1px solid #888;
}

ul#favorites  {
	padding-left:20px;
	text-align:left;
}
ul#favorites li {
	height:160px;

	padding:0px;
	display:inline;
	float:left;
}
ul#favorites li img {
 	height:160px;
 	width:230px;
	border:0;
}
/* And entry in the store catalog */

#store  .entry {
/*  border: 3px solid #77d;*/
  clear: both;

height:160px;
margin:1em;
padding:10px;
}

#store  .title {
  font-size: 120%;
  font-family: "Lucida Grande", Lucida, Verdana;
}

#store .entry .picture {
  border:1px solid black;
  margin-right:1em;
}

#store .entry h3 , #store  h3{
 margin-top: 0;
 margin-bottom: 2px;
 color: darkred;
}

#store .entry p {
 margin-top: 0px; 
 margin-bottom: 0.8em; 
}

#store .entry .price-line {
}

#store .entry .add-to-cart {
  position: relative;
}

#store .entry  .price {
  color: green;
  font-weight: bold;
  margin-right: 2em;

}

#store  .label, #store label {
  color: #b0959d;
  font-weight: bold;
  margin-right: 4px;
  
}

#store .warn {
	color:red;
}


/* START:cart */
/* Styles for the cart in the main page and the sidebar */

.cart-title {
  font: 120% bold; 
}

.item-price, .total-line {
  text-align: right;	
}

.total-line .total-cell {
  font-weight: bold;
  border-top: 1px solid #595;
}


/* Styles for the cart in the sidebar */

#cart, #cart table {
  font-size: small;	
  color:     white;
/*  background-color: #f1dd7f;*/
}

#cart table {
	width:100%;
  border-top:    1px dotted #595;
  border-bottom: 1px dotted #595;
  margin-bottom: 10px;
}
/* END:cart */

/* Styles for order form */

.store-form fieldset {
  background: #efe;
}

.store-form legend {
  color: #dfd;
  background: #141;
  font-style: sans-serif;
  padding: 0.2em 1em;
}

.store-form label {
  width: 11em;
  float: left;
  text-align: right;
  margin-right: 0.5em;
  display: block;
}

.store-form .submit {
  margin-left: 5.5em;
}
.order_date {
	width:20em;
}
.client_info {
	font-size:small;
	border:1px solid gray;
	margin:1em;
}

/* The error box */

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}


/* LOgin form */
input.large {
  font-size: 120%;
}


table.two-options {
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}
table.two-options h1 {
  font-size: 150%;
  margin-top: .25em;
}
table.two-options td {

  width: 26em;
}
table.two-options td.or {
/*  background: url(/images/vertical-divider.gif) repeat-y center center;*/
  color: #333;
  font-family: Garamond, "Times New Roman", Times, serif;
  font-size: 160%;
  width: 3em;
  text-align: center;
}

table.two-options td.or em {
  display: block;
  background-color: white;
  padding-bottom: .15em;
}
/* Account DIV */
#account {
background:#e2aa52;
/*# ABAD01 #999900;*/
	border:4px solid #cccccc;
	padding:0.7em;
	height:2.5em;

	margin-bottom:1.5em;
}
#account a {
	color:black;
}
#account a:hover {
	color:white;
}

.confirm_order {
  font-size: 200%;
/*  border: 2px solid darkgreen;	*/
}
.small {
  font-size:80%;
  float:right;
}

#notice {
  border: 4px solid #E4E601;
  background-color: #BCBD01;
  color: white;
  font-size: 120%;
  font-weight:bold;

/*  width:30%;*/
}
#warning {
  border-top-color: #f0d38b;
  border-bottom-color: #f0d38b;
  background-color: #e1b445;
  color: white;
}
#error {
  border-top-color: #f1948c;
  border-bottom-color: #f1948c;
  background-color: #d9715d;
  color: white;
}


#menu {
  float: left;
}

ul.categories {
	color:darkred;
}
ul.categories a {
	font-weight:bold;
	font-size:large;
	text-decoration:none;
}

ul.categories li {
	padding-top: 0.1em;
padding-bottom: 0.3em;
}

#cat_menu a {
color:#fff; 
font: 110%/120% "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
text-decoration: none;
}


#cat_menu a:hover {
	color:white;
background:none; 
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('/images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('/images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

.pagination {
   padding: 3px;
   margin: 3px;
 }
 .pagination a {
   padding: 2px 5px 2px 5px;
   margin: 2px;
   border: 1px solid #aaaadd;
   text-decoration: none;
   color: #333;
 }
 .pagination a:hover, .pagination a:active {
   border: 1px solid #000099;
   color: #000;
   background-color: #fff;
 }
 .pagination span.current {
   padding: 2px 5px 2px 5px;
   margin: 2px;
   border: 1px solid #C1DAD7;
   font-weight: bold;
   background-color: #797268;
   color: #FFF;
 }
 .pagination span.disabled {
   padding: 2px 5px 2px 5px;
   margin: 2px;
   border: 1px solid #eee;
   color: #ddd;
 }

/* css popup for images prview*/
#pic {
	background-color: #FFFFFF;
	left: 10px;
	position: relative;
	top: 10px;
	width: 213px;
	float:left;
}

#pic a .large {
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}

#pic a img {
	border: 0;
}

#pic a.p1, #pic a.p1:visited {
	background: #FFFFFF;
	border: 1px solid #000000;
	display: block;
	height: 160px;
	left: 0;
	text-decoration: none;
	top: 0;
	width: 213px;
}

#pic a.p1:hover {
	background-color: #8C97A3;
	color: #000000;
	text-decoration: none;
}

#pic a.p1:hover .large {
	border: 1px solid #000000;
	display: block;
	height: 480px;
	left: 170px;
	position: absolute;
	top: -60px;
	width: 640px;
}

.big_link {
	font-size:1.3em;
}

.username {
	font-size:1.2em;
	color:green;
	font-weight:bold;
}

#static_links a {
	text-decoration:underline;
	font-weight:bold;
	color:white	;
}
