/*

  color1 = Body background
  color2 = Links (main theme color)
  color3 = Content background
  color4 = Palette name
  color5 = 
  color6 = 

*/

body {
	margin:                 0;
	padding:                0;
	font:                   9pt Tahoma, Helvetica, Arial;
	color:                  #4a4a4a;
	background:             #eeeeee;
}

img {
	border:                 0px;
}

a {
	color:                  #777777;
}

a img {
	vertical-align:         middle;
}

.clear {
  clear:                  both;
}

/* Shopping Cart */

#shopping_cart {
  float:                  left;
  position:               relative;
  width:                  400px;
  padding:                0 6px 0 0 !important;
  top:                    0;
  left:                   0;
  -moz-opacity:           1;
  filter:                 alpha(opacity=100);
  opacity:                1;
  color:                  #4a4a4a;
  background:             none;
}

#shopping_cart a {
  color:                  #4a4a4a;
}

#shopping_cart .actions {
  float:                  right;
  padding-left:           6px;
}

#shopping_cart .items {
  display:                inline;
}

#shopping_cart .items a {
  display:                inline;
  color:                  #4a4a4a;
}

/* Language Selection */

#language_selection {
  float:                  left;
  display:                inline;
}

/* Page */

#page {
  width:                  983px; 
  margin:                 0 auto;
  padding-bottom:         60px;
  background:             url(/themes/web/dp001/page_bottom_bg.gif) left bottom no-repeat #eeeeee;
}

#header {
  clear:                  both;
  padding:                40px 40px 0px 40px;
  background:             url(/themes/web/dp001/page_top_bg.gif) left top no-repeat #ffffff;
}

#header .right {
  float:                  right;
/*  padding-top:            30px;*/
  padding-right:          12px;
}

#page_wrapper {
  padding:                0 12px 12px 12px;
  background:             url(/themes/web/dp001/page_bg.gif) repeat-y #ffffff;
}

#layout {
  margin-top:             30px;
}

#content {
  padding:                0 13px;
}

.column_xlarge {
  width:                  899px;
  padding:                0 30px !important;
}

/* Top */

#top {
  float:                  right;
  height:                 10px;
  margin-right:           10px;
  padding:                10px 0;
}

#top .content {

}

img.flag {
  margin-left:            5px;
}

/* Footer */

#footer {
  width:                  903px;
  margin:                 0 auto 30px auto;
  padding:                0 40px 25px 40px;
  background:             url(/themes/web/dp001/footer_bg.gif) left bottom no-repeat #ffffff;
}

#footer .poweredby a {
  color:                  #4a4a4a;
}

/* Menu */

#menu_wrapper {
  height:                 43px;
  background:             url(/themes/web/dp001/reykjavikbags/menu_bg.gif) repeat-x bottom;
}

ul#main_menu {
  float:                  right;
  height:                 26px;
  margin:                 0;
  padding:                0;
  padding-right:          40px;
  list-style-type:        none;
}

ul#main_menu li {
  float:                  left;
  background:             url(/themes/web/dp001/reykjavikbags/menu_tab_closed_left.gif) repeat-x top left;
}

ul#main_menu li a {
  display:                block;
  padding:                7px 15px;
  color:                  #4a4a4a;
  text-decoration:        none;
  background:             url(/themes/web/dp001/reykjavikbags/menu_tab_closed_right.gif) no-repeat top right;
}

ul#main_menu li.open {
  background:             url(/themes/web/dp001/reykjavikbags/menu_tab_open_left.gif) repeat-x top left;
}

ul#main_menu li.open a {
  color:                  #ffffff;
  background:             url(/themes/web/dp001/reykjavikbags/menu_tab_open_right.gif) no-repeat top right;
}

/* Sidebar */

#sidebar_left {
  min-height:             300px !important;
  padding-left:           18px;
  background:             url(/themes/web/dp001/sidebar_left_bg.gif) no-repeat top right; 
}

.sidebarlist h2 {
  padding-left:           12px;
  font-size:              1em !important;
  font-weight:            bold;
}

.sidebarlist ul li {
  padding-left:           12px;
  padding-bottom:         10px;
  font-size:              1em;
  font-weight:            normal;
}

.sidebarlist ul li a {
  display:                block;
  color:                  #4e4e4e;
  text-decoration:        none;
}

.sidebarlist ul li.open {
  background:             url(/themes/web/dp001/reykjavikbags/sidebar_arrow.gif) no-repeat 0 4px;
}

.sidebarlist ul li.open a {
  color:                  #e87717;
}

.sidebarlist ul li.sub {
  padding-left:           22px;
}

/* Headers */

h1 {
  margin:                 0;
}

h2 {
  margin:                 0 0 10px 0;
  font-size:              2em;
  font-weight:            normal;
  color:                  #222222;
}

/* Product */

#productdetails {
  width:                  440px;
}

.product .producttitle {
  text-transform:         none !important;
  color:                  #4a4a4a;
}

.product .productprice {
  color:                  #4a4a4a !important;
  font-size:              9pt !important;
}

.product .productprice .special_offer {
  color:                  #e02f01;
}


