/*========================================================================
			      CUSTOM CSS 
=========================================================================*/
/*======== refer to http://www.w3schools.com/css/ for sample code =======*/

/* Background image and color */
body {background:#264245 url() top center repeat fixed;}

/*  Style and Image */
.header  {background:#22b9b3 url() top center repeat; color: #a951a6; height: px; padding:40px 10px 20px;  }


/* Font text color */
body  { color: #a951a6; }

/* Link Text */
body * a { color: #a951a6; text-decoration:underline; }
body * a { color: #a951a6; text-decoration:none; }

/* Items Style */
.store_item, .store_item_lg { color:#27484f; background-color: #a951a6;}
.store_item label, .store_item_lg label, .store_item_lg h1 {color:#22b9b3;}

/* Item Quantity Style */
.quantity span {color: #27484f ;}
.container {background-color:;}
.q {color: #a951a6  ;background-color: #f6f849;}

/* Sidebar Style */
.sidebar {border:5px solid #22b9b3; background-color: #a951a6;}
.sidebar a {color:  #f6f849;}
.sidebar a:hover{background-color:  #f6f849 ;color: #27484f ;}
.sidebar strong {font-weight:bold; color: #27484f ;}


/*========================================================================
			     END CUSTOM CSS 
=========================================================================*/

