/* Styles for all pages */
body {
margin: 0 auto;
width: 960px;
font-family: Arial;
background: #000;
overflow: auto;
z-index: 1;
}

#background {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 1200px;
display: block;
z-index: -2;
}

#background_transparency {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 1200px;
background: url(../../gfx/transparent_to_black.png) center top no-repeat;
z-index: -1;
display: block;
}

#main_container {
position: relative;
float: left;
clear: left;
width: 100%;
height: 1200px;
}

#navigation {
float: left;
clear: left;
width: 140px;
}

#toolbar {
float: left;
position: relative;
width: 100%;
height: 35px;
background: #222;
}

#breadcrumb {
float: left;
margin: 0;
padding: 0 0 0 13px;
color: #fff;
list-style-type: none;
height: 35px;
overflow: hidden;
font-size: 11px;
}

#breadcrumb li {
float: left;
height: 35px;
line-height: 35px;
margin: 0 3px 0 0;
}

#breadcrumb li a{
color:#fff;
}

#cart {
position: absolute;
top: 0;
width: 250px;
height: 35px;
left: 300px;
padding: 11px 0;
font-size: 12px;
color: #fff;
}
#cart_icon {
float: left;
width: 12px;
height: 12px;
background: url(../../gfx/sprites.png) -142px -52px;
margin: 0 5px 0 0;
}
#cart_amount {
float: left;
margin: 0 3px 0 0;
}
#cart_amount_metrics {
float: left;
margin: 0 3px 0 0;
}
.separator {
float: left;
margin: 0 3px 0 0;
}
#cart_price_metrics {
float: left;
margin: 0 3px 0 0;
}
#cart_price {
float: left;
margin:0;
}
#value_suffix {
float:left;
margin: 0 10px 0 0;
}
#register_link {
float: left;
color: #fff;
margin: 0 3px;
text-decoration: none;
border-bottom: 1px solid #fff;
}
#register_pointer {
float: left;
}
#search {
float: right;
background: #444;
color: #fff;
width: 160px;
margin: 5px 10px;
border-radius: 2px; -moz-border-radius: 2px;
padding: 0 6px;
height: 24px;
line-height: 24px;
font-size: 11px;
border: 0;
}

#logo {
float: right;
clear: right;
margin: 33px 3px 0 0;
height: 123px;
width: 127px;
display: block;
background: url(../../gfx/sprites.png) -1px -105px;
}

#logo_xl {
float: right;
clear: right;
margin: 33px 6px 0 0;
width: 127px;
height: 123px;
display: block;
background: url(../../gfx/sprites.png) -130px -105px;
}

#movies {
position: relative;  /* TEMP: position: absolute; */
float: left;
margin-top: -20px;
clear: left;
width: 100%;
height: 20px;
z-index: 2;
}

#movies_label {
float: left;
clear: left;
display: block;
padding: 0 10px;
height: 20px;
margin: 0 2px 0 10px;
line-height: 20px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
font-size: 12px;
color: #fff;
background: url(../../gfx/sprites.png) -35px -53px;
border-top-left-radius: 2px; -moz-border-radius-topleft: 2px;
border-top-right-radius: 2px; -moz-border-radius-topright: 2px;
}

#movies_label:hover {
background: url(../../gfx/sprites.png) -35px -32px;
}

#movie_list {
float: left;
list-style-type: none;
margin: 0 7px 0 0;
padding: 0;
width: auto;
}

#movie_list li {
float: left;
width: 20px;
height: 20px;
margin: 0 2px 0 1px;
}
#movie_list a {
float: left;
display: block;
width: 100%;
height: 100%;
color: #fff;
font-size: 12px;
font-weight: bold;
text-decoration: none;
line-height: 20px;
text-align: center;
background: url(../../gfx/sprites.png) -61px -79px;
}

#movie_list a:hover, #movie_list .active {
background-position: -35px -79px;
}

.pointers {
float: left;
height: 20px;
line-height: 20px;
display: block;
background-image: url(../../gfx/sprites.png);
margin: 0 7px 0 0;
color: #fff;
font-size: 13px;
font-weight: bold;
text-decoration: none;
text-shadow: 0 0 2px #000;
}

#next_movie {
background-position: -159px -79px;
width: 57px;
padding: 0 0 0 15px;
}

#prev_movie {
background-position: -87px -79px;
width: 45px;
padding: 0 0 0 15px;
}

#logo span, #logo_xl span {
display: none;
}

#menu {
float: right;
clear: right;
list-style-type: none;
padding: 0;
margin: 18px 0 0;
width: 140px;
overflow: hidden;
}

#menu>li {
float: right;
clear: right;
width: 130px;
margin: 0;
display: block;
/* Not using sprite due to the entire sprite image would show behind the submenu */
/* background: url(../../gfx/sprites.png) -35px -1px; */
background: url(../../gfx/menu_bg.png) top left no-repeat;
}

#menu>li.active, #menu>li:hover {
/* Not using sprite due to the entire sprite image would show behind the submenu */
/* background: url(../../gfx/sprites.png) -35px -27px; */
width: 140px;
}
#menu>li.active>a, #menu>li>a:hover {
width: 130px;
padding: 0 10px;
}

#menu>li>a {
float: left;
clear: left;
width: 120px;
height: 100%;
display: block;
padding: 0 10px;
line-height: 29px;
text-decoration: none;
text-transform: uppercase;
font-size: 11px;
font-weight: bold;
color: #000;
}

.active .submenu {
display: block;
}

.submenu {
display: none;
float: right;
clear: right;
padding: 0;
margin: 0;
list-style-type: none;
}

.submenu li {
float: left;
clear: left;
display: block;
width: 130px;
background-image: url(../../gfx/sprites.png);
background-position: -35px -1px;
}

.submenu li:hover {
background-position: -201px -1px;
}

.submenu>li>a {
float: left;
clear: left;
display: block;
color: #fff;
padding: 0 10px;
width: 110px;
font-size: 12px;
line-height: 29px;
text-decoration: none;
}

#languages {
float: right;
clear: right;
position: absolute;
margin: 0;
padding: 0;
display: block;
list-style-type: none;
right: -24px;
}

#languages li {
float: left;
clear: left;
margin: 6px 4px;
padding: 0;
}

#languages>li:hover {
box-shadow: 0 0 5px #fff; -moz-box-shadow: 0 0 5px #fff; -webkit-box-shadow: 0 0 5px #fff;

}

#languages a, #languages img {
float: left;
}

#languages span {
display: none;
}

#main_content {
float: left;
position:relative;
width: 820px;
background: url(../../gfx/opacity_50.png) repeat;
z-index: 1;
}

.flag {
width: 16px;
height: 11px;
background-image: url(../../gfx/sprites.png);
}

.en {
background-position: -1px -1px;
}
.de {
background-position: -1px -13px;
}
.dk {
background-position: -1px -25px;
}
.fi {
background-position: -1px -37px;
}
.is {
background-position: -1px -49px;
}
.no {
background-position: -1px -61px;
}
.se {
background-position: -1px -73px;
}
.lv {
background-position: -1px -85px;
}

#horizontal_banner_top {
float: left;
clear: left;
width: 820px;
display: block;
}

#horizontal_banner_top img {
float: left;
clear: left;
border: 0;
}

/* Styles for the frontpage */
#media {
float: left;
clear: left;
width: 820px;
height: 455px;
background: #f00;
list-style-type: none;
padding: 0;
margin: 0;
overflow: hidden;
position: relative;
}
#media li {
position: absolute;
top: 0;
left: 0;
}

/* TEMP - START

#media {
position:absolute;
left:0;
width:99999px;
height: 455px;
background: #f00;
list-style-type: none;
padding: 0;
margin: 0;
position: relative;
z-index: 1;
}
#media li {
position: relative;
float:left;
}

TEMP - END */


.active_media {
z-index: 2;
}
.passive_media {
z-index: 1;
}
#media img {
float: left;
}
#media>li>object {
position: absolute;
display: none;
width: 720px;
height: 395px;
top: 30px;
left: 50px;
z-index: 2;
}
#media .close {
position: absolute;
height: 16px;
width: 16px;
z-index: 3;
top: 35px;
right: 55px;
display: none;
cursor: pointer;
}
#horizontal_banner_mid {
position: relative;
margin: 0;
float: left;
clear: left;
width: 820px;
height: 45px;
display: block;
z-index: 1;
}

#horizontal_banner_mid img {
float: left;
clear: left;
border: 0;
}

#content_list {
float: left;
clear: left;
width: 810px;
margin: 0;
padding: 5px;
overflow:hidden;
list-style-type: none;
}

#content_list>li {
float: left;
position: relative;
width: 243px;
height: 75px;
margin: 5px;
padding: 10px 7px 10px 10px;
background-image: url(../../gfx/sprites.png);
background-position: -1px -245px;
font-size: 11px;
}

#content_list>li:hover {
background-position: -1px -341px;
}

.minibanner_link {
position: absolute;
top: 0;
left: 0;
width: 260px;
height: 95px;
z-index: 2;
}

.banner_title {
position: relative;
float: left;
clear: left;
width: 150px;
margin: 5px 0 5px;
font-size: 13px;
font-weight: bold;
z-index: 1;
}

.banner_desc {
position: relative;
float: left;
clear: left;
width: 150px;
z-index: 1;
}

#content_list>li>img {
position: relative;
float: right;
margin: -3px 0 0 0;
z-index: 1;
}

/* Styles for the product page */
.product {
position: relative;
float: left;
clear: left;
margin: 10px;
padding: 10px;
background: url(../../gfx/gradient.png) repeat-x #fff;
width: 780px;
/* Removed because some products got so many colors that the list breaks over two lines */
/* height: 640px; */
overflow: hidden;
border-top-left-radius: 5px; -moz-border-radius-topleft: 5px;
border-top-right-radius: 5px; -moz-border-radius-topright: 5px;
border-bottom-left-radius: 5px; -moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px; -moz-border-radius-bottomright: 5px;
}
.name {
float: left;
margin: 0 10px 0 0;
padding: 0;
font-size: 16px;
font-weight: bold;
width: 370px;
}
.description {
float: left;
clear: left;
width: 210px;
margin: 0 10px 0 0;
font-size: 12px;
line-height: 16px;
}
.washing {
float: left;
margin: 0;
padding: 0;
list-style-type: none;
margin: 20px 10px 0 0;
width: 210px;
}
.washing li {
float: left;
margin: 0 5px;
height: 50px;
line-height: 50px;
vertical-align: middle;
}
.number {
float: left;
clear: left;
margin: 15px 10px 0 0;
font-size: 12px;
width: 210px;
}
.price {
float: left;
clear: left;
margin: 0 10px 0 0;
font-size: 72px;
font-weight: bold;
width: 210px;
}
.price_old {
float: left;
clear: left;
margin: 0 10px 0 0;
font-size: 44px;
font-weight: bold;
width: 210px;
}
ins {
text-decoration: none;
}
.product_form {
float: left;
clear: left;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
width: 210px;
padding: 13px 0;
}
.amount_selection {
float: left;
width: 90px;
}
.size_selection {
float: left;
margin: 0 0 0 20px;
width: 90px;
}
.color_selection {
float: left;
width: 200px;
margin: 15px 0 0;
}
#add2cart {
float: left;
clear: left;
width: 178px;
margin: 15px 0 0;
padding: 0 11px;
height: 29px;
line-height: 29px;
font-size: 11px;
border-radius: 2px; -moz-border-radius: 2px;
background-image: url(../../gfx/sprites.png);
background-position: -1px -936px;
cursor: pointer;
color: #fff;
}
#add2cart:hover {
background-position: -1px -967px;
}
#color_and_size_warning {
float: left;
clear: left;
margin: 15px 0 0 0;
font-size: 11px;
display: none;
color: #f00;
width: 200px;
}
#feedback {
float: left;
clear: left;
margin: 15px 0 0 0;
font-size: 11px;
width: 200px;
}
#error {
float: left;
clear: left;
margin: 15px 0 0 0;
font-size: 11px;
width: 200px;
color: #f00;
}
.colors {
float: right;
clear: right;
list-style-type: none;
margin: 20px 0 0 0;
width: 710px;
padding: 0 40px 0 30px;
}
.colors li {
float: right;
width: 77px;
height: 102px;
margin: 0 5px;
cursor: pointer;
}
.colors span {
display: none;
}
#main_preview {
float: right;
margin: 0 38px 0 10px;
}
.preview {
position: absolute;
top: 30px;
right: 48px;
display: none;
z-index: 1;
}
.colors li:hover .preview {
display: block;
z-index: 2;
}


/* Styles for the article page */
.article {
float: left;
width: 780px;
margin: 10px;
padding: 10px;
background: url(../../gfx/gradient.png) repeat-x #fff;
border-radius: 5px; -moz-border-radius: 5px;
font-size: 13px;
}
.heading {
float: left;
clear: left;
width: 271px;
font-size: 16px;
line-height: 16px;
text-transform: uppercase;
margin: 0 10px 3px 0;
}
.full {
width: 750px !important;
}
.lead {
width: 271px;
float: left;
clear: left;
margin: 0 10px 10px 0;
}
.body {
width: 271px;
float: left;
clear: left;
margin: 0 10px 10px 0;
}
.article_image {
float: right;
width: 490px;
margin: 0;
}
/* Restriction to image in an article where there is no text */
.full_image {
float: left;
clear: left;
max-width: 780px;
}
.footer {
float: left;
clear: left;
width: 780px;
margin: 40px 0 0;
font-size: 10px;
}

.footer address, .footer_press address {
float: left;
clear: left;
font-style: normal;
}
.copyright {
float: right;
}

/* Styles for category/column view */
#columns {
float: left;
width: 810px;
margin: 5px;
padding: 30px 0 0;
font-size: 13px;
list-style-type: none;
}

.column {
float: left;
margin: 5px;
width: 260px;
padding: 0 0 20px;
background: url(../../gfx/gradient.png) repeat-x #fff;
border-radius: 5px; -moz-border-radius: 5px;
}

.col_header {
float: left;
font-size: 12px;
color: #fff;
margin: -29px 0 0;
padding: 0 10px;
line-height: 29px;
height: 35px;
width: 140px;
background-image: url(../../gfx/sprites.png);
/* background-position: -1px -1029px; */
background-position: -35px -1px;
position: relative;
z-index: -1;
}

.col_entries {
float: left;
clear: left;
list-style-type: none;
margin: 0;
padding: 0;
}

.col_element {
float: left;
clear: left;
width: 240px;
height: 82px;
margin: 10px 10px 0;
position: relative;
padding: 0 0 10px 0;
border-bottom: 2px dotted #fff;
overflow: hidden;
}

.col_element:hover {
border-bottom: 2px dotted #222;
cursor: pointer;
}

.col_element a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: block;
z-index: 2;
}

.col_element_header {
float: left;
font-size: 12px;
width: 140px;
margin: 5px 0 0;
text-transform: uppercase;
}

.col_element:hover .col_element_header {
	/*text-shadow: 0 0 2px #f00;*/
}

.col_element_text {
float: left;
clear: left;
width: 150px;
margin: 0;
font-size: 12px;
}
.col_element_text_full {
float: left;
clear: left;
width: 220px;
margin: 0;
font-size: 12px;
}

.col_element_img {
float: right;
width: 82px;
height: 82px;
}

/* Styles for products (listing) */
.products_heading {
float: left;
clear: left;
margin: 40px 0 8px 12px;
width: 808px;
font-size: 30px;
text-transform: uppercase;
}

.products {
float: left;
clear: left;
margin: 5px;
padding: 0;
list-style-type: none;
width: 810px;
}

.products>li {
position: relative;
float: left;
margin: 5px;
width: 192px;
height: 230px;
background: url(../../gfx/sprites.png) -1px -464px;
overflow: hidden;
}

.products>li:hover {
background: url(../../gfx/sprites.png) -1px -700px;
}

.products>li>a {
float: left;
display: block;
position: relative;
width: 100%;
height: 100%;
color: #000;
font-size: 16px;
font-weight: bold;
text-decoration: none;
}

.products>li>a>img {
border: 0;
margin: 10px 0 0 26px;
float: left;
}

.products .product_name {
position: absolute;
bottom: 20px;
left: 10px;
font-size: 11px;
font-weight: bold;
width: 172px;
height: 16px;
overflow:hidden;
}

.products .product_price {
position: absolute;
bottom: 8px;
left: 10px;
font-size: 11px;
font-weight: normal;
width: 172px;
height: 16px;
overflow:hidden;
}

.products .arrows {
position: absolute;
bottom: 8px;
right: 10px;
font-size: 10px;
}

.products .discount {
position: absolute;
top: 20px;
right: 20px;
width: 64px;
height: 64px;
background: url(/gfx/discount.png);
}

/* Product categories */
.product_categories_heading {
float: left;
clear: left;
margin: 40px 10px 8px;
width: 800px;
font-size: 30px;
text-transform: uppercase;
}

.product_categories {
float: left;
clear: left;
margin: 5px;
padding: 0;
list-style-type: none;
width: 810px;
}

.product_categories>li {
float: left;
margin: 5px;
width: 192px;
height: 230px;
background: url(../../gfx/sprites.png) -1px -464px;
}

.product_categories>li.sale {
float: left;
margin: 5px;
background: url(../../gfx/sprites.png) -195px -700px;
}

.product_categories>li:hover {
background: url(../../gfx/sprites.png) -1px -700px;
}

.product_categories>li.sale:hover {
background: url(../../gfx/sprites.png) -195px -464px;
}

.product_categories>li>a {
float: left;
display: block;
position: relative;
width: 100%;
height: 100%;
color: #000;
font-size: 14px;
font-weight: bold;
text-decoration: none;
}

.product_categories>li>a>img {
border: 0;
margin: 10px 0 0 25px;
float: left;
}

.product_categories  .product_category {
position: absolute;
bottom: 10px;
left: 10px;
text-transform: uppercase;
}

/* Shops */
.shop_heading {
float: left;
clear: left;
margin: 40px 10px 8px;
width: 450px;
font-size: 30px;
text-transform: uppercase;
}

.shop_search {
float: right;
clear: right;
margin: 46px 10px 0 0;
padding: 0;
}

.shop_search select {
float: left;
margin: 0 5px;
}

.shop_search input {
float: left;
font-size: 12px;
}

.shop_search label {
float: left;
font-size: 12px;
margin: 4px 0 0 3px;
}

.xl_check  {
margin: 4px 0 0 5px;
}

.shops>li>img {
display: none;
}


.country {
display: none;
}
.active_country{
display: block;
float: left;
}
.shop_list {
display: none;
}

.shops, .shops_single {
float: left;
clear: left;
margin: 10px 10px 0;
padding: 5px;
/* height: 396px; */
height: 265px;
overflow: auto;
width: 790px;
background: url(../../gfx/gradient.png) repeat-x;
list-style-type: none;
border-top-left-radius: 5px; -moz-border-radius-topleft: 5px;
border-top-right-radius: 5px; -moz-border-radius-topright: 5px;
}

.shops li {
display: block;
float: left;
margin: 5px;
padding: 0 0 10px 0;
width: 183px;
height: 110px;
font-size: 13px;
border-bottom: 2px dotted #fff;
cursor: pointer;
overflow: hidden;
}

.shops_single li {
display: block;
float: left;
margin: 5px;
padding: 0 0 10px 0;
font-size: 13px;
border-bottom: 2px dotted #ddd;
cursor: pointer;
}

.shops li:hover {
border-bottom: 2px dotted #222;
}
.shopname {
font-weight: bold;
}
.coordinates, .coordinate {
display: none;
}

#map, #map2 {
float: left;
clear: left;
width: 800px;
height: 400px;
margin: 0 10px 10px;
}

#map_center {
display: none;
}

/* Handlekurv / Kassen */
#cart_summary {
float: left;
clear: left;
width: 240px;
background: url(../../gfx/gradient.png) repeat-x #fff;
border-top-left-radius: 5px; -moz-border-radius-topleft: 5px;
border-top-right-radius: 5px; -moz-border-radius-topright: 5px;
border-bottom-left-radius: 5px; -moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 3px; -moz-border-radius-bottomright: 5px;
padding: 0 10px;
margin: 40px 10px 10px;
}
#cart_summary .col_header, #order_information .col_header {
margin: -30px 0 0 -10px;
}
#products_in_cart {
float: left;
clear: left;
list-style-type: none;
padding: 0;
margin: 0;
width: 100%;
}
#products_in_cart>li {
float: left;
clear: left;
margin: 0;
padding: 10px 0;
border-bottom: 2px dotted #fff;
width: 100%;
position: relative;
}
#products_in_cart .product_title {
float: left;
clear: left;
font-size: 13px;
font-weight: bold;
margin: 0 0 5px;
}

#products_in_cart .size_label, #products_in_cart .product_number {
float: left;
clear: left;
font-size: 12px;
margin: 0 3px 5px 0;
}
#products_in_cart .product_size{
float: left;
font-size: 12px;
font-weight: bold;
margin: 0 5px 5px 0;
}
#products_in_cart .number_value {
float: left;
font-size: 12px;
font-weight: bold;
margin: 0;
}
#products_in_cart .separator {
float: left;
font-size: 12px;
}
#products_in_cart .number_label {
float:left;
font-size:12px;
margin: 0 3px 0 0;
}
#products_in_cart .color_label {
float: left;
font-size: 12px;
margin: 0 3px 5px 5px;
}
#products_in_cart .product_color {
float: left;
font-size: 12px;
font-weight: bold;
margin: 0 0 5px;
}
#products_in_cart .amount {
float: left;
clear: left;
}
#products_in_cart div.amount {
line-height: 22px;
font-size: 12px;
font-weight: bold;
}
#products_in_cart .product_price {
float: left;
font-size: 12px;
font-weight: bold;
margin: 0 3px 5px 5px;
line-height: 22px;
}
#products_in_cart .remove_button {
position: absolute;
right: 0;
top: 10px;
font-size: 14px;
color: #999;
width: 16px;
height: 16px;
}
#products_in_cart .remove_button:hover {
color: #777;
cursor: pointer;
}
#label_item_value {
float: left;
clear: left;
font-size: 13px;
font-weight: bold;
color: #777;
margin: 10px 0 10px;
}
#total_item_value {
float: right;
font-size: 13px;
font-weight: bold;
color: #777;
margin: 10px 0 10px;
}
h3.register {
float: left;
clear: left;
margin: 15px 0 0;
font-size: 13px;
}
#freight_options>li {
float: left;
clear: left;
width: 100%;
height: 20px;
}
#freight_options>li>input {
float: left;
clear: left;
margin: 0 3px 0 0;
}
.freight_label {
float: left;
}
#freight_options>li>.freight_price {
float: right;
font-weight: bold;
}
#summary, #pre_order_summary {
float: left;
clear: left;
width: 100%;
list-style-type: none;
font-size: 12px;
font-weight: bold;
padding: 0;
margin: 10px 0 20px;
}
#pre_order_summary {
font-weight: normal;
margin: 0 0 10px 0;
}
#summary li, #pre_order_summary li {
float: left;
clear: left;
width: 100%;
height: 20px;
line-height: 20px;
}
.summary_label, #transport_label {
float: left;
}
#item_value, #freight_value, #vat_value, #total_value {
float: right;
}
.sum {
border-bottom: 1px solid #888;
border-top: 1px solid #888;
}

#person_number_container {
float: left;
clear: left;
display: none;
width: 510px;
border-bottom: 2px dotted #fff;
padding: 0 0 10px;
}

#person_number_container input[type="text"] {
float: left;
clear: left;
margin: 5px 3px 0 0;
}
 #person_number_container p {
float: left;
clear: left;
margin: 0;
width: 510px;
font-size: 13px;
}

#invoice_info>li {
float: left;
margin: 5px 0 5px 0;
}

#pre_order_summary .sum  {
font-weight: bold;
}
#order_information {
float: left;
width: 511px;
background: url(../../gfx/gradient.png) repeat-x #fff;
border-top-left-radius: 5px; -moz-border-radius-topleft: 5px;
border-top-right-radius: 5px; -moz-border-radius-topright: 5px;
border-bottom-left-radius: 5px; -moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px; -moz-border-radius-bottomright: 5px;
padding: 0 10px;
margin: 40px 0px 10px;
}
#personal_information, #shipping_information  {
float: left;
clear: left;
list-style-type: none;
margin: 0;
padding: 0 0 15px;
border-bottom: 2px dotted #fff;
width: 511px;
}
#personal_information>li, #shipping_information>li {
float: left;
width: 250px ;
margin: 5px 0 5px 0;
}
#personal_information>li.left, #shipping_information>li.left, #invoice_info>li.left {
margin: 5px 10px 5px 0;
}
#personal_information>li.half_1, #shipping_information>li.half_1, #invoice_info>li.half_1 {
width: 123px;
margin: 5px 5px 5px 0;
}
#personal_information>li.half_2, #shipping_information>li.half_2, #invoice_info>li.half_2 {
width: 122px;
margin: 5px 0px 5px 0;
}
#personal_information>li>input, #shipping_information>li>input {
float: left;
/* width: 100%; */
width: 242px;
}
#personal_information>li.half_1>input, #shipping_information>li.half_1>input, #personal_information>li.half_2>input, #shipping_information>li.half_2>input, #invoice_info>li.half_1>input, #invoice_info>li.half_2>input {
width: 114px;
}
#shipping_container {
display: none;
}
#delivery_container {
float: left;
clear: left;
width: 255px;
}
#delivery_method {
float: left;
width: 255px;
}
#payment_container {
float: left;
width: 510px;
}
#delivery, #freight_options {
float: left;
width: 100%;
height: 62px;
margin: 5px 0 0;
padding: 0 0 10px;
list-style-type: none;
font-size: 12px;
border-bottom: 2px dotted #fff;
}
#delivery>li, #payment>li {
height: 20px;
}
#delivery>li>input, #payment>li>input {
margin: 0 3px 0 0;
}
#payment{
float: left;
width: 100%;
margin: 5px 0 0;
padding: 0 0 10px;
list-style-type: none;
font-size: 12px;
border-bottom: 2px dotted #fff;
}
.accept {
float: left;
clear: left;
font-size: 12px;
margin: 15px 0 0;
width: 100%;
}
.accept a {
color: #000;
}
.accept input {
float: left;
clear: left;
margin: 0 3px 0 0;
}
.accept label {
float: left;
width: 90%;
}
#fillOutInfo {
float: right;
clear: right;
width: 178px;
margin: 15px 0 20px;
padding: 0 11px;
height: 29px;
line-height: 29px;
font-size: 11px;
border-radius: 2px; -moz-border-radius: 2px;
background-image: url(../../gfx/sprites.png);
background-position: -1px -998px;
cursor: pointer;
color: #fff;
}
#ready2pay, #continue {
float: right;
clear: right;
width: 178px;
margin: 15px 0 20px;
padding: 0 11px;
height: 29px;
line-height: 29px;
font-size: 11px;
border-radius: 2px; -moz-border-radius: 2px;
background-image: url(../../gfx/sprites.png);
background-position: -1px -936px;
cursor: pointer;
color: #fff;
display: none;
}
#ready2pay:hover, #continue:hover, #back2cart:hover {
background-position: -1px -967px;
}
#back2cart {
float: left;
clear: left;
width: 178px;
margin: 15px 0 20px;
padding: 0 11px;
height: 29px;
line-height: 29px;
font-size: 11px;
border-radius: 2px; -moz-border-radius: 2px;
background-image: url(../../gfx/sprites.png);
background-position: -1px -936px;
cursor: pointer;
color: #fff;
text-decoration: none;
}

.badinput {
-moz-box-shadow: #f00 0 0 7px !important;
-webkit-box-shadow: #f00 0 0 7px !important;
box-shadow: #f00 0 0 7px !important;
}

/* PRE ORDER */
#label_sum_items {
margin: 10px 0;
float: left;
clear: left;
color: #777;
font-size: 12px;
font-weight: bold;
}
#sum_items {
margin: 10px 0;
float: right;
clear: right;
color: #777;
font-size: 12px;
font-weight: bold;
}
#payment_information_pre_order {
float: left;
clear: left;
width: 255px;
height: 130px;
border-bottom: 2px dotted #fff;
}
#shipping_information_pre_order {
float: left;
width: 255px;
height: 130px;
border-bottom: 2px dotted #fff;
}
#payment_method_container {
float: left;
clear: left;
width: 100%;
border-bottom: 2px dotted #fff;
padding: 0 0 15px 0;
}
#payment_information_pre_order p, #shipping_information_pre_order p, #payment_method_container p {
float: left;
clear: left;
margin: 0;
width: 255px;
font-size: 13px;
}

/* Contact form (HTML is in an article) */
.contact_form {
float: left;
clear: left;
width: 100%;
list-style-type: none;
padding: 0;
margin: 0;
}
.contact_form>li {
float: left;
width: 50%;
margin: 10px 0 0 0;
}
.contact_form>li.o {
float: left;
clear: left;
width: 48%;
margin: 10px 2% 0 0;
}
.contact_form>li.full_width {
float: left;
clear: left;
width: 100%;
margin: 10px 0 0;
}
.contact_form>li>input, .contact_form>li>select {
float: left;
clear: left;
width: 95%;
}
.contact_form>li>textarea {
float: left;
clear: left;
width: 98%;
height: 236px;
}
.contact_form>li>label {
float: left;
clear: left;
font-size: 12px;
margin: 0 0 2px;
}
.contact_form>li>.sendform {
float: right;
clear: right;
width: 70px;
margin: 15px 6px 20px;
padding: 0 11px;
height: 29px;
line-height: 29px;
font-size: 11px;
border-radius: 2px; -moz-border-radius: 2px;
background-image: url(../../gfx/sprites.png);
background-position: -35px -1px;
cursor: pointer;
color: #fff;
border: none;
text-shadow: 0 0 0 #fff; /* Overriding text-shadow applied in formalize stylesheet */
}
.contact_form>li>.sendform:hover {
background-position: -201px -1px;
}
.contact_form>li.hidden {
visibility: hidden;
}

/* Search result */
#search_summary {
float: left;
margin: 40px  0 10px 10px;
width: 260px;
background: url(../../gfx/gradient.png) repeat-x #fff;
border-radius: 5px; -moz-border-radius: 5px;
}
#search_summary .feedback {
float:left;
clear:left;
font-size: 12px;
font-weight: bold;
margin: 0 0 2px;
}
.amount_of_result {
float:left;
clear:left;
font-size: 12px;
font-weight: bold;
margin: 2px 0 5px 0;
}
.searchterms {
float: left;
clear: left;
font-size: 12px;
}
#search_summary ul {
float: left;
clear: left;
list-style-type: none;
width: 240px;
padding: 0 10px 10px;
margin: 0;
}
#search_summary li {
float: left;
clear: left;
width: 240px;
padding: 10px 0;
border-bottom: 2px dotted #fff;
}
.customer_service {
float: left;
clear: left;
font-size: 12px;
width: 240px;
}
.customer_service>a {
color: #000;
}
#search_results {
float: left;
margin: 40px  0 10px 10px;
width: 530px;
background: url(../../gfx/gradient.png) repeat-x #fff;
border-radius: 5px; -moz-border-radius: 5px;
}
#search_results>ul {
padding: 0;
margin: 0;
float: left;
clear: left;
list-style-type: none;
padding: 0 10px 10px;
width: 510px;
}
#search_results>ul>li {
position: relative;
float: left;
clear: left;
width: 510px;
padding: 10px 0;
font-size: 12px;
border-bottom: 2px dotted #fff;
}
#search_results>ul>li:hover {
border-bottom: 2px dotted #f00;
}

#search_results>ul>li>img {
float: left;
clear: left;
margin: 0 10px 0 0;
}

.search_link {
position: absolute;
top: 0;
left: 0;
width: 510px;
height: 100%;
cursor: pointer;
}
.search_title {
float: left;
font-weight: bold;
width: 335px;
font-size: 14px;
}
.search_title_full {
float: left;
font-weight: bold;
width: 510px;
font-size: 14px;
}
.search_desc {
float: left;
width: 335px;
}
.search_number {
float: left;
width: 335px;
margin: 15px 0 0;
}
.search_price {
float: left;
font-size: 52px;
font-weight: bold;
width: 335px;
}
.search_phone, .search_address, .search_hours {
float: left;
clear: left;
width: 510px;
}
.search_label {
font-weight: bold;
margin: 0 5px 0 0;
}
#hidden_fields {
display: none;
}
#bbs_response_cancel, #bbs_response_error {
float: left;
clear: left;
font-size: 13px;
margin: 20px 0 10px;
width: 255px;
}
#bbs_response_ok {
float: left;
clear: left;
font-size: 13px;
margin: 5px 0 0;
width: 100%;
border-bottom: 2px dotted #fff;
padding: 0 0 10px;
}
#chose_region {
float: left;
clear: left;
width: 100%;
height: 250px;
line-height: 250px;
text-align: center;
border: 0;
padding: 0;
}
iframe {
border: 0;
padding: 0;
margin: 0 0 40px 0;
}
.cart_link {
color:#000;
}



/* Slideshow attempt */

/* TEMP - START

#fov {
float:left;
clear:left;
position:relative;
overflow: hidden;
width: 820px;
height: 455px;
}

TEMP - END */


.press_product_categories {
float:left;
clear:left;
width: 648px;
/* width: 810px; */
margin: 33px 5px 10px;
list-style-type:none;
padding:0;
}
.press_product_categories>li {
float:left;
height:17px;
line-height:17px;
width:152px;
margin:0 5px;
font-size: 13px;
}
.press_product_categories>li>a {
color:#000;
text-decoration:none;
display:block;
width:100%;
height:100%;
}
.press_product_categories>li>a:hover, .active_category{
font-weight:bold;
}
.press_products{
float:left;
clear:left;
width:810px;
margin: 2px 5px;
list-style-type:none;
padding:25px 0 0;
border-top: 1px dashed #5d5d5d;
}
.press_models, .press_logos{
float:left;
clear:left;
width:810px;
margin:139px 5px 0;
list-style-type:none;
padding:0;
}
.press_products>li{
float:left;
width:152px;
/* height:180px; */
margin:0 5px 28px;
font-size:11px;
text-align:center;
overflow:hidden;
}
.press_models>li, .press_logos>li{
float:left;
width:152px;
height:127px;
/* height:180px; */
margin:0 5px 28px;
font-size:11px;
overflow:hidden;
position:relative;
}
.press_products>li>img {
margin: 0 0 15px;
}
.press_models>li>img, .press_logos>li>img{
float:left;
clear:left;
margin: 0 0 15px;
max-width:152px;
max-height:100px;
}

.press_products>li>.product_price{
float:left;
clear:left;
font-size:9px;
text-align:left;
width:152px;
}
.download{
float:left;
clear:left;
}
.high_res {
float:left;
clear:left;
width:50px;
color:#000;
text-decoration:underline;
font-size:9px;
text-align:left;
}
.low_res {
float:left;
width:50px;
color:#000;
text-decoration:underline;
font-size:9px;
text-align:left;
}
.press_models .high_res, .press_logos .high_res{
position:absolute;
left:0;
bottom:0;
width:50px;
color:#000;
text-decoration:underline;
font-size:9px;
text-align:left;
}
.logo_title {
position:absolute;
left:0;
bottom:12px;
text-decoration:none;
font-size:9px;
}
.press_models .low_res, .press_logos .low_res {
position:absolute;
bottom: 0;
left: 60px;
width:50px;
color:#000;
text-decoration:underline;
font-size:9px;
text-align:left;
}
.low_res:hover, .high_res:hover{
font-weight:bold;
}
.footer_press {
float: left;
clear: left;
width: 780px;
margin: 40px 10px 10px;
font-size: 10px;
}
.left{
clear:left;
}
