/*------------------------------------------------------------------------------------------------ 
Default theme styles. Please leave these import files to receive regular updates and bug fixes.
You can override the styles in these import files by creating new CSS styles below. 
------------------------------------------------------------------------------------------------ */
@import "theme.css";
/*------------------------------------------------------------------------------------------------ 
Custom CSS. You can define your own custom CSS styles below and override any styles set in the 
above imported files.
------------------------------------------------------------------------------------------------ */

body {
  margin:0;
  background-color:#08080a;
  overflow-x:hidden; }

#header {
  margin:0;
  background-image:url(http://www.wikilime.net/images/starwars.jpg);
  background-repeat:no-repeat;
  background-position:top center;
  width:100%;
  padding-left:1px;
  height:229px;
  min-height:229px; }

#leftPanel {
  margin-top:0; }

h1 {
  color:#fff; }

#priceDetails {
  color:#fff; }

#inventory {
  color:#000; }

h1, #cartTotal{
  color:#ff0070; }

#cartTotal span {
  color:#ff0070; }

#detailsHolder{
  border-top:2px solid #919191;
  border-bottom:2px solid #919191; }

#leftPanelInner{
  border-top:2px solid #919191;
  border-bottom:2px solid #919191; }

















