@charset "utf-8";
/* CSS Document */

html{ 
	overflow-y:scroll; 
	overflow-x: hidden;
}

body{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	background:url(/images/bg.png) top left repeat-x;
}

a{
	outline:none;
	color: #26699C;
}

.table_list td, .table_list th {
	border:1px solid #ccc;
	border-width:0 0 1px 0;
	padding:4px 5px;
	color: #444;
}

#the-store .table_list td a {
	color: #3B5997;
	text-decoration: none;
}

#the-store .table_list td a:hover {
	text-decoration: underline;
}

#content a:hover {
	color: #518bb7;
}

#header {
	height:178px;
	position:relative;

}

#page { 
	width:990px; 
	margin:0 auto;
}

#logotype {
	position:absolute;
	top:23px;
	left:35px;
}

div#content {
	padding-bottom:40px;
	float:left;
}

#content {
	width:417px;
	padding:25px;
}

#content ul { 
	margin-bottom: 14px; 
}

#content ul li { 
	list-style: disc;
	list-style-position: outside;
	margin-left: 15px;
	line-height: 14px;
	color: #444;
}

#headphoto { 
	float: right; 
	width: 180px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 10px;
}

#content h1{
	font-size:24px;
	font-weight:bold;
	margin-bottom:15px;
	color:#444;
}

#content h2{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#444;
	font-weight:bold;
	margin-bottom:5px;
	padding-top: 5px;
}

#content h3{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
	padding-top: 5px;
	color:#444;
}

#content h4{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	margin-bottom:2px;
	padding-top: 2px;
	color:#444;
}

#content p{
	margin-bottom:14px;
	line-height:14px;
	color:#444;
}

#cart {
	width:273px;
	height:25px;
	float:right;
	margin-right:37px;
	background:url(/images/buttons.png) no-repeat;
	background-position: 0 -1016px;
}
#cart a {
	color:#fff;
	padding-left:35px;
	background:url(/images/buttons.png) no-repeat;
	background-position: 7px -974px;
	display:block;
	margin-top:3px;
	line-height: 18px;
	text-transform:uppercase;
	font-size:10px;
	letter-spacing:0;
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	text-decoration: none;	
}

#cart a:hover{
	text-decoration: underline;	
	background-position: 7px -994px;
}

#cart-bar {
	width:640px;
	float:right;
	position:relative;
}
#cart-bar ul{
	float:left;
	padding-top:6px;
}

#cart-bar ul li {
	list-style:none;
	float:left;
	text-transform:uppercase;
	line-height:14px;
}


#cart-bar ul li a{
	text-decoration:none;
	color:#fff;
	padding-left:11px;
	padding-right:11px;
	border-left:1px solid #535353;
	line-height:14px;
}

#cart-bar ul li.first a {
	border-left:none;
}

#cart-bar ul li a:hover{
	color:#ccc;
}

.section{
	width:670px;
	float:left;
	padding-bottom:10px;
	position:relative;
	/*left:-5px;*/

}


#product-info-wrapper {
	width:294px;
	padding-right:30px;
	float:right;
	padding-top:11px;
}

.product-brand{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:15px;
	color:#888;
	display:block;
	margin-bottom:-2px;
}

#product-title{
	margin-bottom:14px;
}

#product-title h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:26px;
	color:#444;
	margin-bottom:0px;
}

#product-title .price-text{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#888;
	text-transform:uppercase;
	padding-right:8px;
}

#product-title .product-price{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:24px;
	color:#4b8ec2;
}

button.add-to-cart{
	border:0;
	background:transparent url(/images/add-to-cart.png) left top no-repeat; 
	text-indent:-10000em; 
	width:143px;
	height:50px;
	outline:none;
	cursor:pointer;
}
#product-image-wrapper {
	width:320px;
	float:left;
	position:relative;
}

#product-image-wrapper #product-headphoto{
	width:320px;
	margin-bottom:20px;
	overflow:hidden;
	float:left;
}

#product-image-wrapper #product-gallery-thumbs{
	width:320px;
	float:left;
	overflow:hidden;
	margin-bottom:10px;
}

#product-image-wrapper #product-gallery-thumbs li{
	width:52px;
	height:52px;
	margin-right:1px;
	overflow:hidden;
	float:left;
}

#product-image-wrapper #product-gallery-thumbs li a:hover{
	border:1px solid #CCCCCC;
}

#product-image-wrapper #product-gallery-thumbs li a{
	border:1px solid #eee;
	display:block;
}

.product-attributes-wrapper label, .product-attributes-wrapper h3{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#888;
}

.product-attributes-wrapper select {
	width:130px;
	padding:2px;
}

.product-attributes-wrapper option{
	padding:2px;
}

.product-attributes-wrapper h3 {
	font-weight:bold;
	margin-bottom:14px;

}

#brand {
	margin-top:32px;
}

.product-attributes-wrapper p {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	color:#444;
	margin-bottom:14px;
}

#product-attributes{
	margin-bottom:16px;
}

#product-attributes tr{
	height:28px;
}

.product-details{
	margin-bottom:23px;
	margin-top:-5px;
}

.product-details td.attr{
	color:#444;
}

.product-details tr{
	border-bottom:1px solid #eee;
	height:23px;
	line-height:23px;
}

.product-details td{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#888;
}

.desc {
	border-bottom: 1px solid #eee; 
	margin-bottom: 15px;
}

.orderstatus {
	/*padding-top: 15px;*/
}

.orderstatus h3 { 
	margin-bottom:5px; 
}

.orderstatus p { 
	margin:0; 
}

.hr {
	height:1px;
	width:100%;
	float:left;
	background:transparent url(/images/dot.gif) top left repeat-x;
	margin-bottom:20px;
}
.side-box .hr{
	margin-bottom:10px;
}

#search{
	clear:right;
	float:right;
	width:350px;
	position:relative;
	top:32px;
	right:37px;
}
#search label{	
	margin-top: 3px;
	color:#fff;
	text-transform:uppercase;
	font-size:10px;
	padding-right:1px;
	line-height:18px;
	vertical-align:text-top;
	float:left;
}
#search-button {
	border:0;
	background:transparent url(/images/buttons.png) no-repeat;
	background-position: 0 -899px;
	text-indent:-10000em; 
	width:40px;
	height:18px;
	margin-left:7px;
	float:left;
	margin-top: 2px;
	cursor: pointer;
	outline: none;
}

#search-button:hover {
	background-position: 0 -918px;
}

#search-field {
	float:left;
	font-size:11px;
	height:13px;
	padding:4px 2px 4px 5px;
	width:180px;
	color: #555;
}

#search-field-label {
	padding-left:22px;
	background:url(/images/search.png) 0px 2px no-repeat;
	margin-top:1px;
}

#shop-menu{
	margin-top:10px;
}

#side-col{
	width:210px;
	height:auto;
	float:left;
	position: relative;
	z-index: 2;
}

.box-wrapper {
	background:url(/images/box-shadow.png) 0px bottom no-repeat;
	padding-bottom:6px;
	margin-bottom:12px;
	width:208px;
}

 .range-slider {
	margin-top:20px;
	height:3px !important;
	}

.side-box {
	border:5px solid #2b2b2b;
}
.side-box img {
	margin-bottom:10px;
}

.side-box .box-content{
	border:1px solid #2b2b2b;
	padding:15px 17px;
	position:relative;
}

.side-box p{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	color:#444;
	margin-bottom:10px;
}

.side-box h5{
	background-color:#2b2b2b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	padding-bottom:4px;
	text-indent:9px;
}
.side-box h6{
	color:#444;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	margin-bottom:2px;
}

.side-box .rss-feed li {
	background: url(/images/dot.gif) bottom left repeat-x;
	margin-bottom:10px;
	padding-bottom: 10px;

	color:#444;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;	
	line-height: normal;
}

.side-box .rss-feed li a {
	color:#e5550f;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;	
	text-decoration: none;
	line-height: normal;
}

.side-box .rss-feed li a:hover {
	color:#f5793d;
}

.side-box .rss-feed span.datefield{
	color:#999;
	font-size:9px;
	margin-top:2px;
	display: block;
	margin-bottom: -8px;
}

.side-box,#category-nav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
}
.side-box .news-title {
	background:#2B2B2B url(/images/rss.gif) 10px 4px no-repeat;
	padding-left:20px;
}

.news p {
	font-size:10px;
	line-height:11px;
}
.read-more{
	width:45px;
	display:block;
	color:#fff;
	text-align:center;
	background-color:#f58550;
	text-decoration:none;
	padding:4px 6px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-top:10px;
	margin-bottom:10px;

}

.read-more:hover{

}


.read-more-right{
	background-color:#bf2f37;
	bottom:24px;
	color:#FFFFFF;
	display:block;
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	margin-bottom:-16px;
	padding:4px 8px 5px 10px;
	position:absolute;
	right:10px;
	text-decoration:none;
}

.read-more-fb{
	background-color:#3b5997;
}

#new-and-hot{

}
#show-all-categories{
	width:168px;
	height:25px;
	float:right;
}
#show-all-categories a{
	display:block;
	width:168px;
	height:25px;
	background:url(/images/visa-alla-kategorier.png) top left no-repeat;
	outline:none;
}

#show-all-categories a span{
	display:block;
	text-indent:-10000em;
}

#new-and-hot .image-wrapper{
	width:142px;
	height:128px;
	margin-bottom:13px;
	position:relative;
}

.new_badge {
	width:32px;
	height:34px;
	position:absolute;
	bottom:0;
	right:0;
	background:transparent url(/images/new_badge_trans.png) top left no-repeat;
}

.new_badge_big {
	width:76px;
	height:81px;
	position:absolute;
	bottom:0;
	right:0;
	background:transparent url(/images/new_badge_trans_big.png) top left no-repeat;
}

#product-image-wrapper .new_badge_big {
	bottom:60px;
}

.product-specs{
	padding-left:2px;
}

.product-specs h4{
	color:#999;
	text-transform:uppercase;
}

.product-specs p, .product-specs p a{
	font-weight:bold;
	color:#444;
	height:28px;
	text-decoration:none;
}

.product-specs p a:hover{
	text-decoration:underline;
}

.product-specs span.price{
	font-weight:bold;
	font-size:12px;
	color:#4b8ec2;
	display:block;
	margin-bottom:8px;
}

.product-specs span.before-price, #product-title span.before-price{
	text-decoration:line-through;
	padding-right:10px;
}

.product-specs span.special-price, #product-title span.special-price{
	color:#da3535;
}


#new-and-hot ul {
	float:left;
	width:750px;
	padding-bottom:20px;
}

#new-and-hot ul li{
	width:142px;
	float:left;
	height:223px;
	margin-right:34px;
	
	margin-right:16px;
	padding:8px;
	border:1px solid #fff;

}

#new-and-hot ul li:hover{
	border:1px solid #ccc;
}
#new-and-hot ul li img:hover{
	cursor:pointer;
}

#new-and-hot ul li.last{
	margin-right:0px;
}



a.add-to-cart{
	display:block;
	margin-top:5px;
	width:108px;
	margin-bottom:10px;
}

#new-and-hot .product-specs h4, #new-and-hot .product-specs h4 a {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size;11px;
	color:#999;
	text-transform:uppercase;
}
#new-and-hot .product-specs p{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size;11px;
	font-weight:bold;
	color:#444;
}
#new-and-hot .product-specs span.price{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
}
#category-nav {
	background-color:#2b2b2b;
	border:1px solid #505050;

}

#category-nav div {
	margin:0;padding:0;
	font-size:14px;
	line-height:24px;
	padding-top:2px;
	text-indent:13px;
}



#category-nav ul {
	padding:0px 4px 4px 4px;
	border:1px solid #393939;
}
#category-nav ul li ul{
	padding:0px;
	border:none;
}

#category-nav ul li{
	padding:0;
	margin:0;
	text-indent:0;
	font-size:12px;
	background:url(/images/li_bg.png) top left repeat-x;
	line-height:22px;
	border-bottom:1px solid #6b6b6b;
	text-indent:8px;
}

#category-nav ul li ul li{
	background:#f00;
}

#category-nav ul li.last{
	border:none;
}

#category-nav ul li a{
	background:url(/images/li.png) 9px 5px  no-repeat;
	padding-left:24px;
	display:block;
	line-height:27px;
}

#category-nav ul li a:hover, #category-nav ul li.current a{
	color:#35d8da;
}
#category-nav span {
	font-size:9px;
	color:#9b9b9b;
	padding-left:4px;
}

#category-nav span span{
	text-decoration:underline;
	padding-left:0;
}

#category-nav li a{
	color:#fff;
	text-decoration:none;
}

#main{
	position:relative;
	top:-46px;
	padding-left:26px;
	margin-bottom:-46px;
}

#main-col{
	width:670px;
	float:left;
	m argin-left:38px;
	position:relative;
	top:-13px;
	left:38px;
	padding-bottom:13px;
}

/*#splash-shadow{
	width:682px;
	background:transparent url(/images/splash-shadow2.png) bottom left no-repeat;
	padding:0 32px 0 32px;
	hei ght:354px;
	position:relative;
	top:0;
	left:-37px;
	margin-bottom:16px;
	float:left;
}*/

#splash-shadow-container{
	
}

#splash-shadow{
	background:transparent url(/images/splash-shadow3.png) no-repeat left bottom;
	float:left;
	left:-64px;
	padding:0 0 0 62px;
	position:relative;
	top:0;
	width:720px;
	margin-bottom:16px;
}

#splash-wrapper{
	border:1px solid #505050;
	padding:12px 13px;
	background-color:#2c2c2c;
	width:645px;
	float:left;

}

#top-splash{
	background-color:#2c2c2c;
	border:1px solid #393939;
	width:643px;
	height:321px;
	position:relative;

}

#splash-price {
	position:absolute;
	top:170px;
	left:30px;
	background-color:#35d8da;
	color:#fff;
	padding:5px 22px 5px 9px;
}

#stamp {
	position:absolute;
	top:15px;
	right:15px;
}


#splash-price span{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#splash-price span a{
	color: #fff;
	text-decoration: none;	
}

#splash-content {
	position:absolute;
	bottom:23px;
	right:24px;
}

#splash-content h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:19px;
	font-weight:bold;
	background-color:#da3535;
	color:#fff;
	padding:5px 14px 5px 14px;
	margin-bottom:3px;
	line-height:24px;
	width:274px;
}

#splash-content p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	background-color:#da3535;
	color:#fff;
	padding:5px 14px 5px 14px;
	margin-bottom:3px;
	line-height:24px;
	width:200px;
}

#splash-content a{
	text-decoration:none;
	color:#fff;
}

.posten, .dhl{
	height:25px;
	background:transparent url(/images/posten-dhl.png) top left no-repeat;
	display:block;
	float:left;
	margin-bottom:10px;
}
/* SEARCH*/

div.minimize {
	width:100px;
	position:absolute;
	right:0;
	top:8px;
}
div.search-back {
	width:145px;
	position:absolute;
	right:0;
	top:8px;	
}
a.search-back {
	color:#fff;
	text-decoration:none;
	padding-left:12px;
}

a.minimize {
	color:#fff;
	text-decoration:none;
	padding-left:12px;
	background:url(/images/arrow_down.png) no-repeat 0 5px;
}

#splash-wrapper .splash-header {
	position:relative;
	height:30px;
	background:url(/images/header_bg_red.gif) repeat-x top left;
	padding:0 10px 0 10px;
}

#splash-wrapper .splash-header-blue {
	background:url(/images/header_bg_blue.gif) repeat-x top left;
}

#splash-wrapper .splash-header h5{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	text-transform:uppercase;
	line-height:30px;
	color:#fff;
}

#product{
	padding:0 4px;
	margin-bottom:20px;
}

#search-filter {
	background-color:#505050;
	padding:8px;
}

#search-filter dt, #search-filter dd{
	line-height:32px;
	background-color:#444;
	margin-bottom:1px;
}

#search-filter dt.odd, #search-filter dd.odd{
	background-color:#4a4a4a;
}

#search-filter ul{
 line-height:32px;
}

#search-filter dt.odd, #search-filter dd.odd{
	background-color:#4a4a4a;
}

#search-filter dt.slider, #search-filter dd.slider{
	height:50px;
	line-height:50px;
	position:relative;
}

#search-filter dd.slider{
	padding:0 20px 0 20px;
	width:468px;
}
.amount-min, .amount-max {
	position:absolute;
	bottom:0;
	font-size:11px;
	color:#888;
	height:35px;
}

.amount-min {
	left:30px;
}

.amount-max {
	left:285px;
}

.min-text, .max-text {
	font-size:9px;
	color:#888;
	position:absolute;
	line-height:17px;
}

.min-text{
	top:0;
	left:30px;
}

.max-text{
	top:0;
	left:292px;
}

.ui-slider{
	width:300px;
}
 
#search-filter dt{
	width:120px;
	margin-right:1px;
	float:left;
	clear:left;
	line-height:30px;
	color:#fff;
	text-indent:10px;
}

#search-filter dd{
	width:358px;
	padding-right:150px;
	float:left;
}
#search-filter dd ul li{
	float:left;
	margin-left:4px;
	line-height:15px;
	padding:4px 0;
}
#search-filter dd ul li a{
	text-decoration:none;
	background:url(/images/opt_bg.png) top left repeat-x;
	display:block;
	height:16px;
	color:#888;
	padding:2px 6px;
	ma rgin-top:6px;
	outline:none;
	border:1px solid #444;
}

#search-filter dd ul li a:hover{
	border:1px solid #888;
}

#search-filter-update{
	width:360px;
	float:left;
}
#search-filter-update p{
	color:#888;
	padding-left: 10px;
	padding-top: 5px;
}
#search-filter-update span.result_number{
	color:#fff;
}

#search-filter dd ul li a:hover, #search-filter dd ul li.selected a {
	background:url(/images/opt_bg_hover.png) top left repeat-x;
	color:#fff;
}

#search-filter-footer {
	padding:8px;
	background-color:#505050;
	height:30px;
}

#submit-search-form {
	border:0;
	width:135px;
	height:27px;
	background:url(/images/visa-produkter.png) top left no-repeat;
	margin-right:12px;
	float:right;
	text-indent:-10000em;
}
#clear-search-form {
	border:0;
	width:103px;
	height:27px;
	background:url(/images/rensa.png) top left no-repeat;
	margin-right:12px;
	float:right;
	text-indent:-10000em;
}
.posten{
	width:26px;
	background-position:0 0;
}
.dhl{
	margin-left:12px;
	width:56px;
	background-position:-36px 0;
}
#featured {
	width:670px;
	float:left;
	margin-bottom:8px;
	overflow:hidden;
	position:relative;
}

#featured h3{
	background-color:#3b5997;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-transform:uppercase;
	display:block;
	font-weight:bold;
	padding:7px 34px 6px 6px;
	width:140px;
	text-indent:4px;
	margin-bottom:10px;
	float:left;
}



#featured-nav {
	margin-bottom:13px;
	margin-left:49px;
	margin-top:2px;
	float:left;
	height:24px;
}

#featured-nav li a{
	background:url(/images/numbers.png) no-repeat;
	text-indent:-1000em;
}

#featured-nav li:hover{
	cursor:pointer;	
}

#featured-nav .nav-1 a{ background-position:0 0;}
	#featured-nav .nav-1 a:hover, #featured-nav li.nav-1.active a { background-position:0 -22px;}
#featured-nav .nav-2 a{ background-position:-22px 0;}
	#featured-nav .nav-2 a:hover, #featured-nav li.nav-2.active a { background-position:-22px -22px; }
#featured-nav .nav-3 a{ background-position:-44px 0;}
	#featured-nav .nav-3 a:hover, #featured-nav li.nav-3.active a { background-position:-44px -22px; }
#featured-nav .nav-4 a{ background-position:-66px 0;}
	#featured-nav .nav-4 a:hover, #featured-nav li.nav-4.active a { background-position:-66px -22px; }
#featured-nav .nav-5 a{ background-position:-88px 0;}
	#featured-nav .nav-5 a:hover, #featured-nav li.nav-5.active a { background-position:-88px -22px; }


#featured-nav li{
	float:left;
	width:22px;
	margin-left:8px;
	height:22px;
}

#featured-nav li a {
	display:block;
	height:22px;
	width:22px;
	outline:none;
}


#featured-top{
	width:394px;
	height:40px;
	float:right;
	display:block;
	background:transparent url(/images/dot.gif) bottom left repeat-x;
	margin-bottom:30px;
}

.scrollable{
	width:670px;
	overflow:hidden;
	posit ion:relative;
	height:160px;
	margin-bottom:20px;
	float:left;
}

#featured-items{
	position:absolute;
	width:10000em;
	height:150px;
}

#featured-items li {
	padding-right:30px;
	height:150px;
	width:645px;
	overflow:hidden;
	float:left;
	display:block;
}

#featured-items li .image-wrapper{
	width:240px;
	float:left;
	margin-right:36px;
	margin-top:0;
	height:185px;
	position:relative;
}

#featured-items p{
	line-height:14px;
}

#featured-items h4{
	margin-bottom:6px;
}

#featured-items h4, #featured-items span.featured-price, #featured-items h4 a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#666;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration: none;
}

#featured-items span.manufacturer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	font-weight:bold;
	text-transform:uppercase;
}

#featured-items h4 a:hover{
	color:#777;
}

#featured-items span.featured-price{
	color:#333;
}

.buttons{
	margin-top:28px;
}

.featured-button {
	float:left;
	height:40px;
	margin-right:10px;
}

.featured-button a {
	background:url(/images/buttons.png) no-repeat;
	background-position: 0 -80px;
	width:auto;
	padding-left:7px;
	padding-top:5px;
	padding-bottom:20px;
	text-decoration:none;
}

	.featured-button a:hover {
		background-position: 0 -120px;
	}

.featured-button a span {
	background:url(/images/buttons.png) no-repeat;
	background-position: right 0;
	width:auto;	
	color:#fff;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	padding:5px 10px 20px 2px;
	text-decoration:none;
}

	.featured-button a:hover span {
		background-position: right -40px;
	}


.cart-button {	
	height:40px;
	float:left;
}

.cart-button a{
	background:url(/images/buttons.png) no-repeat;
	background-position: 0 -457px;
	width:auto;
	padding-left:28px;
	padding-top:5px;
	padding-bottom:20px;

	text-decoration:none;
}

	.cart-button a:hover {
		background-position: 0 -497px;
	}

.cart-button a span {
	background:url(/images/buttons.png) no-repeat;
	background-position: right -376px;
	width:auto;	
	color:#fff;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	padding:5px 10px 20px 3px;
	text-decoration:none;
}

	.cart-button a:hover span {
		background-position: right -416px;
	}

div.cart-show-button { height:40px; float:left;}

.cart-show-button a{
	background:url(/images/buttons.png) no-repeat;
	background-position: 0 -1224px;
	width:auto;
	padding-left:28px;
	padding-top:5px;
	padding-bottom:20px;
	
	text-decoration:none;
}

	.cart-show-button a:hover {
		background-position: 0 -1264px;
	}

.cart-show-button a span {
	background:url(/images/buttons.png) no-repeat;
	background-position: right -376px;
	width:auto;	
	color:#fff;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	padding:5px 10px 20px 1px;
	text-decoration:none;
}

	.cart-show-button a:hover span {
		background-position: right -416px;
	}
	
	

h3.new-and-hot-title {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	width:250px;
	height:30px;
	background-color:#da3535;
	color:#fff;
	line-height:30px;
	text-transform:uppercase;
	text-indent:10px;
	margin-bottom:36px;
	float:left;
}

#the-brands{
	margin-bottom:10px;
}

#the-brands ul li {
	list-style: none;	
	margin: 5px;	
	float: left;
}

#the-brands ul li a {
	outline: none;	
	width: 100px;
	height: 50px;
	background: url(/images/brands_sprites.png) no-repeat;
	display: block;	
}

#the-brands ul li a:hover {
	opacity: 0.8;		
}

#the-brands ul li a.exel { background-position: 0 0; }
#the-brands ul li a.salming { background-position: 0 -50px; }
#the-brands ul li a.x3m { background-position: 0 -100px; }
#the-brands ul li a.fatpipe { background-position: 0 -150px; }
#the-brands ul li a.puma { background-position: 0 -200px; }
#the-brands ul li a.asics { background-position: 0 -250px; }
#the-brands ul li a.unihoc { background-position: 0 -300px; }
#the-brands ul li a.zone { background-position: 0 -350px; }

#the-store img {
	float:left;
	padding-right:27px;
	margin-bottom:28px;
}

#the-store h4 {
	font-size:11px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;	
	color:#444;
	margin-bottom:16px;
}

#the-store table{
	margin-bottom:16px;
}

#the-store td a{
	color:#444;
	text-decoration:underline;
}

h3.the-store {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	width:350px;
	height:30px;
	background-color:#505050;
	color:#fff;
	line-height:30px;
	text-transform:uppercase;
	text-indent:10px;
	margin-bottom:23px;
}

h3.brands {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	width:180px;
	height:30px;
	background-color:#80b12a;
	color:#fff;
	line-height:30px;
	text-transform:uppercase;
	text-indent:10px;
	margin-bottom:14px;
}

#social-bar {
	float:left;
	
}

#social-bar li {
	float:left;
	background:url(/images/social-icons.png) 0 2px no-repeat;
	height:14px;
	padding-left:18px;
	margin-right:10px;
	height:16px;
}

#social-bar li.blogg  {background-position:0 -12px;}
#social-bar li.facebook {background-position:0 -45px;}
#social-bar li.zoom {background-position:0 -94px;}
#social-bar li.twitter {background-position:0 -78px;}
#social-bar li.review  {background-position:0 -29px;}

#social-bar li a{
	text-decoration:none;
	color:#000;
	text-transform:uppercase;
	font-size:9px;
}
#social-bar li a:hover{
	text-decoration:underline;
}

#footer{
	width:900px;
	padding:20px;
	margin:0 auto;
	background-color:#a1a1a1;
	color:#fff;

}

#footer .field table td { 
	line-height: 13px;
}

#footer .field a:hover { 
	text-decoration: underline;
}

#footer .field { 
	float: left;
	padding-right: 25px;
	margin-right: 25px;
	background:url(/images/footer-line.png) no-repeat right top;
}

#footer .field.last {
	background: none;
	padding-right: 0;
	margin-right: 0;
}

#footer .field h3 {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;	
}

#footer .field h4 {
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;	
}

#footer p.copyrights{
	float:left;
	width:500px;
	padding-top: 2px;
}
#footer p.web-production{
	float:right;
	width:auto;
	padding-top: 2px;
}

#footer a{
	text-decoration:none;
	color:#fff;
}

/* Category */

h1.category-title, h1.search-category-title  {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	width:250px;
	padding-right: 40px;
	height:30px;
	background-color:#26699c;
	color:#fff;
	line-height:30px;
	text-transform:uppercase;
	text-indent:10px;
	margin-bottom:36px;
	f loat:left;
}

h1.search-category-title  {
	display:inline-block;
	padding:0 50px 0 0;
	width:auto;
}

h3.more-from-brand, h3.we-recommend {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	height:30px;
	background-color:#bf2f37;
	color:#fff;
	line-height:30px;
	text-transform:uppercase;
	text-indent:10px;
	margin-bottom:36px;
	padding-right:40px;
	float:left;
}

h3.we-recommend {
	background-color:#f58550;
}

#product-list a{
	outline:none;
}

#product-list ul {
	float:left;
	width:750px;
	padding-bottom:20px;
}

#product-list ul li{
	width:142px;
	float:left;
	height:225px;
	margin-right:34px;
	overflow:hidden;
	margin-right:16px;
	padding:8px;
	border:1px solid #fff;
	margin-bottom:10px;

}

#product-list ul li:hover{
	border:1px solid #ccc;
}
#product-list ul li img:hover{
	cursor:pointer;
}

#product-list ul li.last{
	margin-right:0px;
}

/* Tag cloud */
	div.tags {
		border:1px solid #2B2B2B
	}
	
	.tags ul{
		margin:1em 0;
		padding:.5em 10px;
		text-align:center;
		}
	.tags li{
		margin:0;
		padding:0;
		list-style:none;
		display:inline;
		}
	.tags li a{
		text-decoration:none;
		color: #3B5997;
		padding:0 2px;	
		
		
	}
	.tags li a:hover{	
		color:#5d7bb7;
		}		
	
	.tag1{font-size:9px;}
	.tag2{font-size:9px;}
	.tag3{font-size:13px;}
	.tag4{font-size:17px;}
	.tag5{font-size:23px;}
	
	/* alternative layout */

	.tags .alt{
		text-align:left;
		padding:0;
		background:none;
		}
	.tags .alt li{
		padding:2px 10px;
		background:#efefef;
		display:block;
		}
	.tags .alt .tag1, 
	.tags .alt .tag2, 
	.tags .alt .tag3, 
	.tags .alt .tag4, 
	.tags .alt .tag5{font-size:100%;}
	.tags .alt .tag1{background:#7cc0f4;}
	.tags .alt .tag2{background:#67abe0;}
	.tags .alt .tag3{background:#4d92c7;}
	.tags .alt .tag4{background:#3277ad;}
	.tags .alt .tag5{background:#266ca2;}
	
/* // Tag cloud */
#cart_form  input {
	height:15px;
	border: 1px solid #aca19c;
	background:transparent url(/images/input_bg2.gif);
	margin-bottom:5px;
	padding:2px 0 0 2px;
	color:#4B4B4B;
}
#cart_form  input.radio {
	border:none;
	background:transparent none;
	height:28px;
	width:25px;
	clear:none;
	float:left;
	margin-top:5px;

}
#cart_form  input.button {
	background-image:none;
}

#cart_form label {
	color:#29384c;
	display:block;
	float:left;
	font-size:13px;
	font-weight:normal;
	line-height:18px;
	padding-top:8px;
	margin-right:10px;
	text-align:right;
	width:165px;
	height:40px;
}
#cart_form input, #cart_form textarea{
	-moz-border-radius-bottomleft:1px;
	-moz-border-radius-bottomright:1px;
	-moz-border-radius-topleft:1px;
	-moz-border-radius-topright:1px;
	background:#FFFFFF url(/images/background-signup-inputs.png) repeat-x scroll left top;
	border:1px solid #8d9095;
	color:#29384c;
	font-size:13px;
	
	padding:7px 5px 5px;
	width:420px;
}
#cart_form input {
	height:20px;
}
#cart_form textarea{
	height:100px;
}

#cart_form h2{
	color:#3B5997;
	font-family:"Helvetica Neue", helvetica, Arial, sans-serif;
	font-size:18px;
	font-weight:bold;
	margin-left:82px;
	margin-top:6px;
	margin-bottom:0px;
	
}
#cart_form h3{
	font-family:"Helvetica Neue",helvetica,Arial,sans-serif;
	color:#011934;
	font-size:11px;
	margin-left:82px;
}
#cart_table{
		margin-top:25px;
}
#cart_table td.remove{
	text-align:center;
	width: 55px;
}

#cart_table td.remove a { 
	background: url(/images/erase-hover.png) no-repeat; 
	display: block; 
	width: 19px; 
	height: 19px; 
	margin-left: 25px;
}

#cart_table td.remove a:hover { 
	background: url(/images/erase.png) no-repeat; 
}



a.small-button { 
	background: url(/images/buttons.png) no-repeat;
	background-position: 0 -832px; 
	/*display: block; */
	height: 18px;
	line-height:18px;
	padding:2px 0 3px 7px;
}

a.small-button span { 	
	background: url(/images/buttons.png) right -794px no-repeat;
	width: auto; 

	color: #fff;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	
	padding:2px 14px 3px 10px;	
	height: 18px;
	line-height:17px; 
}
a.small-button:hover  { 	
background-position: 0 -813px;
}

a.small-button:hover span { 	
background-position: right -775px;
}

a.small-button-cart { 
	background: url(/images/buttons.png) no-repeat;
	background-position: 0 -1124px; 
	/*display: block; */
	height: 18px;
	line-height:18px;
	padding:1px 0 4px 15px;
}

a.small-button-cart span { 	
	background: url(/images/buttons.png) right -1086px no-repeat;
	width: auto; 

	color: #fff;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	
	padding:1px 12px 4px 4px;	
	height: 18px;
	line-height:17px; 
}
a.small-button-cart:hover  { 	
background-position: 0 -1105px;
}

a.small-button-cart:hover span { 	
background-position: right -1067px;
}

#cart_footer_table td a:hover {
	
}

#total_price{
	font-weight:bold;
}

div.thumb_wrap{
	width:45px;
	height:45px;
	overflow:hidden;
}
#cart_table{
width:640px;
}
#cart_footer{
width:630px;
	border-bottom:1px solid #dbdbdb;
	padding-top:7px;
	padding-left:7px;	
	color:#444;
	background-color:#f6f6f6;	
	margin-bottom:25px;
	background-color:#f1f7fe;
	border-style:solid;
	border-width:1px;
	border-color:#8f9aa7 #c1cad5 #c1cad5;
}

#cart_footer .nobg {	
	background-color:none;
}

#cart_footer_table {
	margin-bottom:10px;
}
label {
	width:80px;
	float:left;
	line-height:18px;
	color:#888;
}
label.long {
	width:220px;
	float:right;
	clear:both;
	line-height:16px;
	height:30px;
	text-align:left;
	padding-top:4px;
	overflow:visible;
}
input.long {
	width:40px;
	float:left;
	line-height:18px;
	clear:left;
}

#cart_table thead{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	
	border-top:1px solid #dbdbdb;
	border-bottom:1px solid #dbdbdb;
	height:20px;
	color:#444;

	background-color:#f1f7fe;
	border-style:solid;
	border-width:1px;
	border-color:#8f9aa7 #c1cad5 #c1cad5;

	
}
#cart_table thead th{
	padding-bottom:5px;
	padding-top:5px;
	color:#011934;
	font-family:"Helvetica Neue", helvetica, Arial, sans-serif;
	font-size:11px;
	padding-left:5px;
}
#cart_table tbody tr{
	height:48px;
	border-bottom:1px solid #dbdbdb;
	
}
#cart_table tbody td{
	text-transform:uppercase;
	font-size:11px;
	color: #444;
}
#cart_table tbody td.price,#cart_table thead th.price {
	text-transform:none;
	font-size:11px;
	text-align:right;
}

#cart_table input.quantity {
	width:18px;
	height:16px;
	margin-left:10px;
	text-align:center;
	/*background:url(/images/input_bg2.png);*/
	border:1px solid #958b87;
	padding:2px;
	
}
#cart_table span.quantity {
		text-transform:none;
		line-height:24px;
		vertical-align:middle;
		
}
ul.contactform {
	background-color:#f1f7fe;
	border-color:#8F9AA7 #C1CAD5 #C1CAD5;
	border-style:solid;
	border-width:1px;
	float:left;
	width:637px;
	
	margin-bottom:40px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;	
}

ul.contactform li {
	background-color:#E3E9F2;
	border-bottom:1px solid #c1cad5;
	border-top:1px solid #f3f6f9;
	padding:8px;
	position:relative;
	list-style-type:none;
	margin:0;
}

ul.contactform li span{

}
ul.contactform li.header {
	
}
ul.contactform li.header span{
	background: transparent url(/images/signup-icon-user.png) no-repeat scroll left top;
	display:block;
	height:62px;
	left:15px;
	position:absolute;
	top:-15px;
	width:59px;
}
ul#personal-info li.header span{
	background:transparent url(/images/signup-icon-user.png) no-repeat scroll left top;
}

ul#payment-info span{
	background:transparent url(/images/signup-icon-payment.png) no-repeat scroll left top;
}
ul#confirm span{
	background:transparent url(/images/signup-icon-confirm.png) no-repeat scroll left top
}

ul#personal-info span.small, ul#payment-info span.small{
	font-size:9px;
	display:block;
	background:transparent none;
	line-height:13px;
}

ul.contactform li.header {
	background-color:transparent;
	border-color:-moz-use-text-color -moz-use-text-color #C1CAD5;
	border-style:none none solid;
	border-width:0 0 1px;
	height:52px;
	padding:0;
	position:relative;
	padding-bottom:10px;
}
ul.contactform li.spacer {
	color:#3B5997;
	/*color:#72994F;*/
	font-size:13px;
	padding-left:81px;
	padding-top:20px;
	font-family:"Helvetica Neue",helvetica,Arial,sans-serif;
	font-size:13px;
	background-color:transparent;
}
ul#personal-info li.spacer span{
	background-image:none;
	
}
ul#personal-info textarea {
	float:left;
	overflow:auto;
}
ul#payment-info li.radios span{
width:274px;
display:block;
background:transparent none;
margin-left:60px;
}
ul#payment-info li.radios span.small{
	width:auto;
	margin:0 0 0 0;
	text-align: right;
}

#cart_form label.error { 
	float:none; 
	clear:left;
	 color: red;
	 margin-top:10px;
	 vertical-align: top; 
	 width:252px;
	 padding-right:53px;
	 padding-top:6px;
	 margin-bottom:-15px;
	 text-align:right;
	 font-size:11px;
	 line-height:14px;
	 position:absolute;
	 top:0;
	 right:0;
	 
	 
}
	 
#confirm input.button{
	height:auto;
	width:120px;
	margin-left:70px;
	cursor:pointer;
}

/* CLEAR AND CLEARFIX*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
.clear {
    clear:both;
    height:1px;
    overflow:hidden;
}
/* PAGINERING */
div.paging {
	display:block;
	text-align:left;
	height:18px;
	line-height:24px;
	clear:both;
	padding-top:0px;
	font-family:Verdana, Arial, sans-serif;
	font-size:9px;
	font-weight:normal;
	margin-top:11px;
	float:right;
}

div.paging div{
float:right;
width:auto;
display:inline;
}
div.paging a:link, div.paging a:visited{
	padding:7px;
	padding-top:3px;
	padding-bottom:3px;
	border:1px solid #EBEBEB;	
	text-decoration:none;
	background-color:#fff;	
	width:18px;
	font-weight:normal;	
	color:#555;
	
	margin-left:4px;
}

div.paging a:hover {
	background-color:#eee;
	border:1px solid #ccc;
	color:#555;	
}

div.paging .active_tnt_link {
	padding:7px;
	padding-top:3px;
	padding-bottom:3px;
	border:1px solid #ccc;
	text-decoration:none;
	background-color:#eee;	
	cursor:default;
	color:#555;
	
	margin-left:4px;
}

span.disabled_tnt_pagination {
	padding:7px;
	padding-top:3px;
	padding-bottom:3px;
	border:1px solid #EBEBEB;
	text-decoration:none;
	background-color:#F5F5F5;
	color:#D7D7D7;
	cursor:default;
	
	margin-left:4px;
}
.image-wrapper {
	height:128px;
	overflow:hidden;
	text-align:center;
	margin-bottom:4px;
	position:relative;
}

.image-wrapper img{
	
	
}

