body {
  background-image:url("../images/bg.png");
  background-repeat:repeat-x;
  font-family:"Helvetica Neue","Helvetica", "Arial", sans-serif;
  background-color:#fcfbf1;
}

a {
  font-family:"Helvetica Neue","Helvetica", "Arial", sans-serif;
  color: #1B75BC;
}

a.category_thumb img{
    background:#ffffff;
}

.shadow {
    -moz-box-shadow: 0 0 2px 2px #888;
    -webkit-box-shadow: 0 0 2px 2px #888;
    box-shadow: 0 0 2px 2px #888;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}


#strip {
  background:#b0de27;
  height:33px;
  border-top-style:solid;
  border-bottom-style:solid;
  border-color:#7ca800;
  border-width:1px;
}

#logo {
  z-index:1;
  height:125px;
}

#categories_bubble{
	background:#fff;
	height:50px;
	}

.icons{
    margin-left:10px;
    float: left;
}
	
#sidemenu{
    width:210px;
}

#categories h1.header {
    background:transparent url(../images/subcategory.png) no-repeat scroll -2px 0;
    height:40px;
    width:196px;
    margin-bottom:0;
}

#categories a.altkategori_link {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:transparent url(../images/sidebar_link_bg.png) no-repeat scroll 0 2px;
    border-top:1px solid #CCCCCC;
    color:#000000;
    display:block;
    font-size:0.9em;
    height:34px;
    text-decoration:none;
    width:194px;
}

#categories {background: url('../images/sidebar_bg.png') -1px 0px repeat-y; border-left: 1px solid #ccc;}
#categories h1.header span{display: none;}
#categories a.altkategori_link:hover{background: url('../images/sidebar_link_hover_bg.png') 0px 2px no-repeat;}
#categories a.altkategori_link span{float: left; display: block; margin: 9px 0px 0px 11px;}
#altkategori_footer{height:7px; background: url('../images/sidebar_footer_bg.png') -2px -1px no-repeat;}

#sidemenu #suggest_product_box{border: 1px solid #ccc; width: 195px; background:white;}
#sidemenu #suggest_product_box h3{display: block; background: url('../images/suggest_a_prod_bg.png') top center no-repeat; width: 200px; height: 115px; margin: 13px 0px 0px 0px;}
#sidemenu #suggest_product_box h3 span{display: none;}
#sidemenu #suggest_product_box p{color: #6D6F71; margin: 15px; font-size: 0.8em;}
#sidemenu #suggest_product_box a{font-size:11px;}


#userbox {
  padding-top:17px;
  height:89px;
  display:block;
}

#userbox p{
  padding-left:6px;
  margin-bottom:0;
}

#searchbox{
  display:block;
  text-align:right;
  padding-top:20px;
}
#searchbox #textbox{
  margin-top: 0px;
  width:179px;
}

#avatar {
  background: white;
  border: 1px solid #969696;
  display: block;
  height: 36px;
  margin: 6px 10px 0px 2px;
  padding: 1px;
  text-align: center;
  vertical-align: middle;
  width: 36px;
}


.cart_icon{
  background: url(../images/cart.png) no-repeat;
  color: #505153;
  display: block;
  height: 26px;
  margin: 0 6px 0px;
  padding: 9px 0px 0px 37px;
  text-decoration: none;
  width: 70px;
}

.full_cart{
  background-position: 0px 0px;
}
.empty_cart{
  background-position:0 -35px ;
}

#seperator{
	margin-bottom: 10px;
}

#topnavbar {
  font-family:Arial,Helvetica,sans-serif;
  font-size:14px;
}

#topnavbar a{
  font-family:Arial,Helvetica,sans-serif;
  font-size:14px;
  color: #222222;
  text-decoration: none;  
}
.search {
  background:transparent url(../images/mag.png) no-repeat scroll left center;
  float:left;
  height:25px;
  padding-left:26px;
}

#search_button, #search_text {
  display:inline;
  float:left;
  padding-left:3px;
  padding-top:6px;
}

.search_input {
  margin:0;
}

#div-top {
  background-image:url("../images/div-top.png");
  background-repeat:no-repeat;
  height:6px;
}

#div-repeaty {
  background-image:url("../images/div-repeaty.png");
  background-repeat:repeat-y;
  padding-left:20px;
}

#div-bottom {
  background-image:url("../images/div-bottom.png");
  background-repeat:no-repeat;
  height:15px;
}

#rightmenu{
  margin-top:10px;
}

#hr {
  height: 1px;
  background: #000  no-repeat scroll center;
  margin-top:10px;
}
#hr hr {
  display: none;
}

#categories {
  margin-top:0;
}

.categoryicon {
  height:35px;
}

.categorytext {
  position:relative;
  padding-left:25px;
  top:-35px;
  height:0px;
  color:#8b907c;
  font-size:12pt;
}

.producttable {
  background:white;
  border:1px solid #CCCCCC;
}

.footer {
  margin-top:10px;
  background-image:url("../images/footer.png");
  background-repeat:repeat-x;
  width:100%;
  height:45px;
  text-align:center;
  padding-top:10px;
  color:#487000;
}


.paginator { 
    text-align:center; 
    font-size:11px; 
    padding:20px 0 5px 0;
    line-height:22px; 
    margin:0;
}

.paginator a:link, .paginator a:visited { 
    padding:2px 6px; 
    border:solid 1px #ccc; 
    background:white; 
    text-decoration:none;
}

.paginator a.showall { 
    padding:0 !important; 
    border:none !important; 
}

.paginator a.showall:hover { 
    color:#036 !important; 
    background:transparent !important; 
}

.paginator .last { 
    border-width:2px !important; 
    padding: 2px 3px;
}

.paginator .first { 
    border-width:2px !important;
    padding: 2px 3px;
}

.paginator .current { 
    padding:2px 6px; 
    font-weight:bold; 
    font-size:13px; 
    vertical-align:top; 
    }

.paginator a:hover { 
    color:white; 
    background:#5b80b2; 
    border-color:#036; 
}
.paginate-previous, .paginate-next , .page { 
    padding: 2px 3px;
}

.paginator font {
    font-size: 11px;
    color: #515151;
    margin-right: 5px;
}

.lastMohican {
    background:transparent url(../images/LinksFooterBackgroundExtention.gif) repeat-x scroll center top;
    height:101px;
    color:#596147;
    font-size:11px;
    text-align:center;
    margin-top:10px;     
}

.lastMohican a {
    color:#596147;
    font-size:11px;    
}

.lastMohican a:hover {
    color:#596147;
    font-size:11px;
    font-weight:bold;    
}


.bubble_dialog .content{padding-top:10px;text-align:center;vertical-align:middle;}
.bubble_dialog a{background:none;text-decoration:none;color:#000;font-size:11px;display:block;width:54px;height:32px;}
.bubble_dialog a:hover{text-decoration:underline;}

.bubble_dialog .b, .bubble_dialog .b div {font-size:1px;height:10px;}


.bubbleInfo {
    position: relative;
}

.popup {
    position: absolute;
    display: none; /* keeps the popup hidden if no JS available */
}

.bubble_dialog .content{padding-top:10px;text-align:center;vertical-align:middle;}

.bubble_dialog {
    color:#000000;
    display:none;
    margin:0 auto;
    max-width:300px;
    min-width:1em;
    position:absolute;
    z-index:999;
	margin-left:12px;
	margin-bottom:0.5em;
	
}

.bubble_dialog .content, .bubble_dialog .t, .bubble_dialog .b, .bubble_dialog .b div {
    background:transparent url(../images/flyout.png) no-repeat scroll right top;
	_background-image: url(../images/flyout.gif);
}

.bubble_dialog .content {
    padding:0 12px 0 0;
    position:relative;
	zoom:1;
	_overflow-y:hidden;

}
.bubble_dialog .t {
	 position:absolute;
	 left:0px;
	 top:0px;
	 width:12px;
	 margin-left:-12px;
	 height:100%;
	 _height:1600px;
	 background-position:top left;
}

.bubble_dialog .tail{
  position:absolute; 
  top:0; 
  margin:-6px 0 0 0;
  width:20px;
  height:16px;
  background:url(../images/tail.png) no-repeat;
  _background:url(../images/tail.gif) no-repeat;
}

.bubble_dialog .b {
    position:relative;
    width:100%;
}
.bubble_dialog .b, .bubble_dialog .b div {
    font-size:1px;
    height:18px;
}
.bubble_dialog .b {
    background-position:right bottom;
}
.bubble_dialog .b div {
    background-position:left bottom;
    margin-left:-12px;
    position:relative;
    width:12px;
}
.bubble_dialog .hd, .bubble_dialog .bd, .bubble_dialog .ft {
    position:relative;
}
.bubble_dialog .wrapper {
    max-height:1000px;
    overflow:auto;
    position:static;
}
.bubble_dialog h1, .bubble_dialog p {
    margin:0;
    padding:0.5em 0;
}
.bubble_dialog h1 {
    padding-bottom:0;
}

#category_header_box {
    background:transparent url(../images/category_header_box_bg.png) repeat-y scroll -5px 0;
    border-left:1px solid #CCCCCC;
    border-top:1px solid #CCCCCC;
}

#category_header_box .header_left {
    float:left;
    margin-right:15px;
    width:530px;
}


#category_header_box_btm {
    background:transparent url(../images/category_header_box_btm_bg.png) no-repeat scroll -5px 0;
    border-left:1px solid #CCCCCC;
    height:6px;
}

.list{
    border-right:1px solid #E8E8E8;
    font-size:0.6em;
    line-height:1.5;
}

.list h2 {
    background:transparent url(../images/sprite.png) repeat scroll -64px 0;
    color:#FFFFFF;
    display:block;
    font-size:11pt;
    font-weight:bold;
    height:26px;
    padding:2px 0 0 10px;
    width:155px;
    margin-bottom:0;
}

.list ul {
    margin:6px 0;
    padding-left:8px;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}

.list li {
    margin:0 2px 0;
    padding:1px 0 5px 20px;
    vertical-align:middle;
}

.list a {
    color:#3A3A3C;
    display:block;
    text-decoration:none;
    width:130px;
    font-size:1.5em;
}

.list li.active {
    background:transparent url(../images/list_arrow.png) no-repeat scroll 7px 5px;
    font-weight:bold;
    font-size:11pt;
}

.product_image {
    background:transparent url(../images/detail_img_bg.png) no-repeat scroll -3px -3px;
    float:left;
    height:323px;
    width:323px;
}

.product_image .corner_coupon {
    background:transparent url(../images/corner_coupon.png) no-repeat scroll 0 0;
    color:#FFFFFF;
    font-size:1em;
    height:83px;
    position:absolute;
    width:83px;
}

.product_image .corner_coupon span {
    display:block;
    font-size:1.2em;
    line-height:1.3em;
    margin:9px;
    width:50px;
}

.product_image img {
    margin:8px 0 0 8px;
}

.product_overview h3.product_name {
    color:#000000;
    font-size:1.1em;
}

.product_overview .name_and_size {
    height:280px;
}

.product_overview .name_and_size p {
    margin:0;
}

.product_overview h5.size {
    color:#1B75BC;
    margin:5px 0;
}

.product_overview .reviews_and_price {
    float:left;
    height:60px;
}

ol, ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0;
    padding-left:0;
}

.starlist_small li {
    background:transparent url(../images/small_star.png) no-repeat scroll center top;
    float:left;
    height:12px;
    width:12px;
}

.starlist_small li.star_half {
    background:transparent url(../images/small_star_half.png) no-repeat scroll center top;
}

.starlist_small li.star_empty {
    background:transparent url(../images/small_star_empty.png) no-repeat scroll center top;
}

.product_overview .price_and_coupon, .product_overview .price_and_coupon span.wc {
    color:#000000;
    font-size:1.1em;
    font-weight:bold;
    margin:10px 0;
}

.product_overview .coupon_details {
    height:15px;
}

.product_overview .coupon_details b {
    color:#000000;
}

#product_show .blue {
    color:#1B75BC;
}

.product_overview .buttons {
    border-bottom:1px dotted #CCCCCC;
    border-top:1px dotted #CCCCCC;
    height:40px;
    margin:5px 0;
}

h3.information_bar {
    background:transparent url(../images/information_bar_bg.png) no-repeat scroll -4px -4px;
    color:#000000;
    font-size:1.1em;
    height:40px;
}

h3.information_bar span {
    display:block;
    float:left;
    margin:9px 0 0 9px;
}

.information_links {
    float:left;
    font-size:0.8em;
    margin-left:10px;
}

.information_links a {
    background:transparent url(../images/info_links_bg.png) no-repeat scroll -3px -42px;
    color:#000000;
    display:block;
    height:40px;
    margin:0 0 2px;
    text-decoration:none;
    width:160px;
}

.information_links a span {
    display:block;
    float:left;
    margin:9px 0 0 16px;
}

.information_links a:hover, .information_links a.active {
    background-position:-3px 0;
    color:#1B75BC;
    font-weight:bold;
}

.videosidebar{
    border-right:1px solid #CCCCCC;

}

#login_message{background-color: #B0CD7A; margin: 10px 0px;}
#login_message p{ padding: .5em .5em; font-weight: bold; color: #ffffff; font-size: 12px; }

.login-label{
    margin-left:10px;
    margin-bottom:5px;
}

#button-container {
    margin-bottom:10px;
    margin-left:10px;
    margin-top:10px;
}


#Loginbox #Loginheader{
    background:url(../images/helpheader.png) no-repeat;
}

#Loginbox #Loginheader h3{
    margin-bottom: 0px; 
    margin-top: 20px; 
    margin-left: 0px; 
    padding-left: 30px; 
    color: white; 
    font-weight: bolder; 
    font-size: 20px; 
    padding-top: 10px; 
    padding-bottom: 10px;
}

#Logincontent{
    background:url(../images/helprepeater.png) repeat-y;
    padding-top: 15px;
}


#Logininputarea {
    padding-left: 30px; 
}

#Logininputtext{
    font-family: Helvetica,sans-serif; 
    color: rgb(123, 123, 123);
    margin-bottom:15px;
}

#Logininputarea .loginlabel{
    color:#5F5F5F;
    font-weight:bolder;
}

#Logininputarea .loginfield input{
    margin:0;
    margin-bottom: 10px; 
    margin-left: -15px;
    width: 190px;
}

#Loginfooter{
    background:url(../images/helpfooter.png) no-repeat;
    height: 65px;
}

#Forgotpassword input[type="image"]{
    margin-left: -15px;
    vertical-align: middle;
}

#Registerinputarea {
    padding-left: 10px;
}

#Registerinputtext{
    font-family: Helvetica,sans-serif; 
    font-style: italic; 
    color: rgb(123, 123, 123);
    margin-bottom:10px;
}

#Registerinputarea .loginfield input{
    margin:0;
    margin-bottom: 10px; 
}

#Registerinputarea .loginlabel{
    color:#5F5F5F;
    font-weight:bolder;
}

.focusField{
	border:solid 2px #73A6FF;
	background:#EFF5FF;
	color:#000;
}


.footer-wrapper{
    margin-top:15px;
}




