img {
 border:0;
}
.listStock{
	font: normal 11px arial, sans-serif;
	
}
.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}
.previus_price{
	text-decoration: line-through;
}
.ex_price{
	color: #f00;
}

.meny_span{
	padding-left:4px;
}
.alla_cat{
	padding-left:4px;
}
a.button {
	background: transparent url(/shop_images/bg_button_a.gif) no-repeat scroll top right;
	display: block;
	float: left;
	font: normal 11px arial, sans-serif;
	color: #003;
	height: 17px;
	margin-right: 6px;
	padding-right: 14px; /* sliding doors padding */
	text-decoration: none;
}

a.button span {
	background: transparent url(/shop_images/bg_button_span.gif) no-repeat;
	display: block;
	height: 11px;
	line-height: 15px;
	padding: 2px 0 4px 15px;
}

a.button:active {
	background-position: bottom right;
	color: #000;
	outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
	background-position: bottom left;
	padding: 3px 0 3px 15px; /* push text down 1px */
}
/*..............................................*/
/*			shipping Form   					*/
/*..............................................*/

#shipping form {
	padding: 5px;
	width:750px;
	background: white;
	color: #404040;
	font-size: 0.9em;

}

#shipping fieldset {
	border: 0px solid #000
}
#shipping legend {
	font: bold 120%/1.6 Arial,sans-serif;
}
#shipping fieldset label {
	float:left;
	display:inline;
	width:100px;
    line-height:16px;
	margin: 3px 10px;
	padding:1px;
	color: #404040;
}
#shipping input,textarea {
	margin:3px 0 1px;
	border-style:solid;
	border-color: #999;
    border-width:1px 1px 1px 1px;
	width: 180px
}
#shipping input {
	height: 14px
	}
#shipping br {
	clear:left
}
#shipping input#go {
	margin: 10px 0 0 130px;
	border-style:solid;
	border-color: #FFF #333 #333 #FFF;
    border-width:1px 2px 2px 1px;
	background: #CCC;
	width:auto;
	height: auto
}
#shipping #btnStep1{
	height: 22px

}
#shipping #images{
	width:auto;
	height: auto;
	border:0;
}

/* --- Gr�n knapp --*/
a.button_green {
	background: transparent url(/shop_images/bg_button_green_a.gif) no-repeat scroll top right;
	display: block;
	float: left;
	font: normal 11px arial, sans-serif;
	color: #252;
	height: 17px;
	margin-right: 6px;
	padding-right: 14px; /* sliding doors padding */
	text-decoration: none;
}

a.button_green span {
	background: transparent url(/shop_images/bg_button_green_span.gif) no-repeat;
	display: block;
	height: 11px;
	line-height: 15px;
	padding: 2px 0 4px 15px;
}

a.button_green:active {
	background-position: bottom right;
	color: #000;
	outline: none; /* hide dotted outline in Firefox */
}

a.button_green:active span {
	background-position: bottom left;
	padding: 3px 0 3px 15px; /* push text down 1px */
}

/* --- Gul knapp --*/
a.button_yellow {
	background: transparent url(/shop_images/bg_button_yellow_a.gif) no-repeat scroll top right;
	display: block;
	float: left;
	font: normal 11px arial, sans-serif;
	color: #FFF;
	height: 17px;
	margin-right: 6px;
	padding-right: 14px; /* sliding doors padding */
	text-decoration: none;
}

a.button_yellow span {
	background: transparent url(/shop_images/bg_button_yellow_span.gif) no-repeat;
	display: block;
	height: 11px;
	line-height: 15px;
	padding: 2px 0 4px 15px;
}

a.button_yellow:active {
	background-position: bottom right;
	color: #000;
	outline: none; /* hide dotted outline in Firefox */
}

a.button_yellow:active span {
	background-position: bottom left;
	padding: 4px 0 3px 15px; /* push text down 1px */
}

/* --- R�d knapp --*/
a.button_red {
	background: transparent url(/shop_images/bg_button_red_a.gif) no-repeat scroll top right;
	display: block;
	float: left;
	font: normal 11px arial, sans-serif;
	color: #FFF;
	height: 17px;
	margin-right: 6px;
	padding-right: 14px; /* sliding doors padding */
	text-decoration: none;
}

a.button_red span {
	background: transparent url(/shop_images/bg_button_red_span.gif) no-repeat;
	display: block;
	height: 11px;
	line-height: 15px;
	padding: 2px 0 4px 15px;
}

a.button_red:active {
	background-position: bottom right;
	color: #000;
	outline: none; /* hide dotted outline in Firefox */
}

a.button_red:active span {
	background-position: bottom left;
	padding: 4px 0 3px 15px; /* push text down 1px */
}

/*..............................................*/
/*						Kassa					*/
/*..............................................*/
#cartHeader {
	float: left;
	width: 716px;
	background-color: #CCC;
	font-weight: bold;
	text-transform: uppercase;
	padding: 2px;
}
.nameCell {
	float: left;
	width: 320px;
}
.unitCell {
	float: left;
	width: 85px;
}
.topCell {
	float: left;
	width: 85px;
	text-align: center;
}
.quantTop {
	float: left;
	width: 85px;
	text-align: center;
}
.totalTop {
	float: left;
	width: 90px;
	text-align: right;
}
.totalCell {
	float: left;
	width: 90px;
	padding-top: 20px;
}
.remove {
	float: left;
	width: 100px;
	padding-left: 20px;
	padding-top: 20px;
}


.cartRow {
	float: left;
	width: 720px;
	border-top: 1px solid #EEE;
}
.cartRow input {
	font-size: 11px;
	border: 1px solid #CCC;
	padding: 2px;
}
.prod {
	float: left;
	width: 320px;
	border-right: 1px solid #CCC;
}
.prodImage {
	float: left;
	width: 150px;
	text-align: center;
}
.prodImage img {
	height: 60px;
}
.prodName {
	float: left;
	width: 150px;
	text-align: center;
}
.unitCell {
	float: left;
	width: 85px;
	text-align: center;
	padding-top: 25px;
}
.quantCell {
	float: left;
	width: 85px;
	text-align: center;
	padding-top: 20px;
	height: 43px;
	border-right: 1px solid #CCC;
}

.totalCell {
	padding-top: 25px;
	text-align: right;
}

artno {
	font-size: 14px;
	font-weight: bold;
}

#cartSpacer {
}
#cartBottom {
	float: left;
	width: 720px;
	border-top: 6px solid #CCC;
	padding-top: 4px;
}
#cartBottom p {
	float: left;
	width: 80px;
	text-align: right;
}
#cartPromotion{
  float: right;
        width: 290px;
        clear: both;
}
.subTotal {
	float: right;
	width: 290px;
	clear: both;
}
.shipping {
	float: right;
	width: 290px;
	clear: both;
}
.Total {
	float: right;
	width: 290px;
	font-weight: bold;
	clear: both;
}
#cartButtons {
	float: right;
	clear: both;
}
#product_pres{
	width:710px;
}

/*..............................................*/
/*						Checkout				*/
/*..............................................*/

#shipping_articles {
	margin-top: 0px;
	border: 1px solid #4c4c4c;
	padding: 0 0 10px 10px;
	background-color: rgba(31,0,255,0.03);
	width:735px;
}
#shipping_articleTbl {
	text-align: left;
	width: 702px;
	border: 0px;
	padding: 2px;
}
#shipping_info {
	margin-top: 2px;
	border: 1px solid #4c4c4c;
	padding: 0 10px 0 10px;
	float: left;
	background-color: rgba(253,253,0,0.03);
	height:260px;
	width:350px;
}
#shipping_payment {
	margin-top: 266px;
	border: 1px solid #4c4c4c;
	padding: 0 0 10px 10px;
	background-color: rgba(255,0,79,0.04);
	width:735px;
}
#shipping_message {
	margin-top: 2px;
	border: 1px solid #4c4c4c;
	padding: 0 0 10px 10px;
	background-color: rgba(255,0,79,0.05);
	width:735px;
}
#shipping_message textarea {
	width:700px;
	height:100px;
}

.listDesc { display: none; }
.listBuy { display: none; }
.listReadmore { display: none; }
.catDesc{ display: none; }








/* ------------------------------------------------------------------------
prettyPhoto CSS
------------------------------------------------------------------------- */

	div.pp_pic_holder .pp_top .pp_left { background: url(../shop_images/prettyPhoto/light_rounded/tl.gif) top left no-repeat; } /* Top left corner */
	div.pp_pic_holder .pp_top .pp_middle { background: #fff; } /* Top pattern/color */
	div.pp_pic_holder .pp_top .pp_right { background: url(../shop_images/prettyPhoto/light_rounded/tr.gif) top left no-repeat; } /* Top right corner */
	
	div.pp_pic_holder .pp_content { background-color: #fff; } /* Content background */
	div.pp_pic_holder .pp_content a.pp_next:hover { background: url(../shop_images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat; cursor: pointer; } /* Next button */
	div.pp_pic_holder .pp_content a.pp_previous:hover { background: url(../shop_images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	div.pp_pic_holder .pp_content a.pp_expand { background: url(../shop_images/prettyPhoto/light_rounded/btnExpand.gif) top left no-repeat; cursor: pointer; } /* Expand button */
	div.pp_pic_holder .pp_content a.pp_expand:hover { background: url(../shop_images/prettyPhoto/light_rounded/btnExpand.gif) bottom left no-repeat; cursor: pointer; } /* Expand button hover */
	div.pp_pic_holder .pp_content a.pp_contract { background: url(../shop_images/prettyPhoto/light_rounded/btnContract.gif) top left no-repeat; cursor: pointer; } /* Contract button */
	div.pp_pic_holder .pp_content a.pp_contract:hover { background: url(../shop_images/prettyPhoto/light_rounded/btnContract.gif) bottom left no-repeat; cursor: pointer; } /* Contract button hover */
	div.pp_pic_holder .pp_content a.pp_close { width: 75px; height: 22px; background: url(../shop_images/prettyPhoto/light_rounded/btnClose.png) center left no-repeat; cursor: pointer; } /* Close button */

	div.pp_pic_holder .pp_content .pp_details .pp_nav a.pp_arrow_previous { background: url(../shop_images/prettyPhoto/light_rounded/arrow_previous.png) top left no-repeat; } /* The previous arrow in the bottom nav */
	div.pp_pic_holder .pp_content .pp_details .pp_nav a.pp_arrow_next { background: url(../shop_images/prettyPhoto/light_rounded/arrow_next.png) top left no-repeat; } /* The next arrow in the bottom nav */

	div.pp_pic_holder .pp_bottom .pp_left { background: url(../shop_images/prettyPhoto/light_rounded/bl.gif) top left no-repeat; } /* Bottom left corner */
	div.pp_pic_holder .pp_bottom .pp_middle { background: #fff; } /* Bottom pattern/color */
	div.pp_pic_holder .pp_bottom .pp_right { background: url(../shop_images/prettyPhoto/light_rounded/br.gif) top left no-repeat; } /* Bottom right corner */

	div.pp_pic_holder .pp_loaderIcon { background: url(../shop_images/prettyPhoto/light_rounded/loader.gif) center center no-repeat; } /* Loader icon */

	div.ppt div.ppt_left { background: url(../shop_images/prettyPhoto/light_rounded/ttl.gif) top left no-repeat; }
	div.ppt div.ppt_right { background: url(../shop_images/prettyPhoto/light_rounded/ttr.gif) top left no-repeat; }
	div.ppt div.ppt_content { background: url(../shop_images/prettyPhoto/light_rounded/ttp.gif) top left repeat-x; }
	
	/* ----------------------------------
		Dark Rounded Theme
	----------------------------------- */
	
	div.dark_rounded .pp_top .pp_left { background: url(../shop_images/prettyPhoto/dark_rounded/tl.png) top left no-repeat; } /* Top left corner */
	div.dark_rounded .pp_top .pp_middle { background: url(../shop_images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Top pattern/color */
	div.dark_rounded .pp_top .pp_right { background: url(../shop_images/prettyPhoto/dark_rounded/tr.png) top left no-repeat; } /* Top right corner */
	div.dark_rounded .pp_bottom .pp_left { background: url(../shop_images/prettyPhoto/dark_rounded/bl.png) top left no-repeat; } /* Bottom left corner */
	div.dark_rounded .pp_bottom .pp_middle { background: url(../shop_images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Bottom pattern/color */
	div.dark_rounded .pp_bottom .pp_right { background: url(../shop_images/prettyPhoto/dark_rounded/br.png) top left no-repeat; } /* Bottom right corner */
	div.dark_rounded .pp_content { background: url(../shop_images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Content background */
	div.dark_rounded .currentTextHolder { color: #c4c4c4; }
	div.dark_rounded div.ppt_left { background: url(../shop_images/prettyPhoto/dark_rounded/tl.png) top left no-repeat; }
	div.dark_rounded div.ppt_right { background: url(../shop_images/prettyPhoto/dark_rounded/tr.png) top right no-repeat; }
	div.dark_rounded div.ppt_content { background: url(../shop_images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; }
	div.dark_rounded .pp_loaderIcon { background: url(../shop_images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat; } /* Loader icon */
	
	
	/* ----------------------------------
		Dark Square Theme
	----------------------------------- */
	
	div.dark_square .pp_top .pp_left ,
	div.dark_square .pp_top .pp_middle,
	div.dark_square .pp_top .pp_right,
	div.dark_square .pp_bottom .pp_left,
	div.dark_square .pp_bottom .pp_middle,
	div.dark_square .pp_bottom .pp_right,
	div.dark_square .pp_content,
	div.dark_square div.ppt_left,
	div.dark_square div.ppt_right,
	div.dark_square div.ppt_content { background: url(../shop_images/prettyPhoto/dark_square/contentPattern.png) top left repeat; }
	div.dark_square .currentTextHolder { color: #c4c4c4; }
	div.dark_square .pp_loaderIcon { background: url(../shop_images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat; } /* Loader icon */


	/* ----------------------------------
		Light Square Theme
	----------------------------------- */
	
	div.light_square .pp_top .pp_left ,
	div.light_square .pp_top .pp_middle,
	div.light_square .pp_top .pp_right,
	div.light_square .pp_bottom .pp_left,
	div.light_square .pp_bottom .pp_middle,
	div.light_square .pp_bottom .pp_right,
	div.light_square .pp_content,
	div.light_square div.ppt_left,
	div.light_square div.ppt_right,
	div.light_square div.ppt_content { background: #fff; }
	div.light_square div.ppt_content { color: #666666; }


/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */

	div.pp_pic_holder a:focus { outline:none; }

	div.pp_overlay {
		background: #000;
		position: absolute; top: 0; left: 0;
		z-index: 9500;
		width: 100%;
	}
	
	div.pp_pic_holder {
		position: absolute; z-index: 10000;
		width: 100px;
	}
		
		div.pp_pic_holder .pp_top {
			position: relative;
			height: 20px;
		}
			* html div.pp_pic_holder .pp_top { padding: 0 20px; }
		
			div.pp_pic_holder .pp_top .pp_left {
				position: absolute;
				left: 0;
				width: 20px; height: 20px;
			}
			div.pp_pic_holder .pp_top .pp_middle {
				position: absolute;
				left: 20px; right: 20px;
				height: 20px;
			}
				* html div.pp_pic_holder .pp_top .pp_middle { position: static; left: 0; }
			
			div.pp_pic_holder .pp_top .pp_right {
				position: absolute;
				top: 0; left: auto; right: 0;
				width: 20px; height: 20px;
			}
		
		div.pp_pic_holder .pp_content {
			position: relative;
			text-align: left;
			width: 100%; height: 40px;
		}
		
			div.pp_pic_holder .pp_content .pp_details {
				display: none;
				margin: 10px 15px 2px 20px;
			}
				div.pp_pic_holder .pp_content .pp_details p.pp_description { display: none; float: left; margin: 0; }
				
				div.pp_pic_holder .pp_content .pp_details .pp_nav {
					float: left;
					margin: 3px 0 0 0;
				}
				
					div.pp_pic_holder .pp_content .pp_details .pp_nav p { float: left; margin: 0 4px; }
				
					div.pp_pic_holder .pp_content .pp_details .pp_nav a.pp_arrow_previous,
					div.pp_pic_holder .pp_content .pp_details .pp_nav a.pp_arrow_next {
						float: left;
						display: block;
						width: 14px; height: 15px;
						overflow: hidden;
						text-indent: -10000px;
						margin-top: 3px;
					}
					
					div.pp_pic_holder .pp_content .pp_details .pp_nav a.disabled { background-position: 0 -16px; cursor: default; }
		
		div.pp_pic_holder .pp_content div.hoverContainer {
			position: absolute; z-index: 2000;
			top: 0; left: 0;
			width: 100%;
		}
		
		div.pp_pic_holder .pp_content a.pp_next {
			display: block; float: right;
			text-indent: -10000px;
			width: 49%; height: 100%;
			background: url(../shop_images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
		}
			
		div.pp_pic_holder .pp_content a.pp_previous {
			display: block; float: left;
			text-indent: -10000px;
			width: 49%; height: 100%;
			background: url(../shop_images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
		}
		
		div.pp_pic_holder .pp_content a.pp_expand,
		div.pp_pic_holder .pp_content a.pp_contract {
			position: absolute; z-index: 20000;
			top: 10px; right: 30px;
			cursor: pointer;
			display: none;
			text-indent: -10000px;
			width: 20px; height: 20px;	
		}
			
		div.pp_pic_holder .pp_content a.pp_close {
			float: right;
			display: block;
			text-indent: -10000px;
		}
		
		div.pp_pic_holder .pp_bottom {
			position: relative;
			height: 20px;
		}
			* html div.pp_pic_holder .pp_bottom { padding: 0 20px; }
			
			div.pp_pic_holder .pp_bottom .pp_left {
				position: absolute;
				left: 0;
				width: 20px; height: 20px;
			}
			div.pp_pic_holder .pp_bottom .pp_middle {
				position: absolute;
				left: 20px; right: 20px;
				height: 20px;
			}
				* html div.pp_pic_holder .pp_bottom .pp_middle { position: static; left: 0; }
				
			div.pp_pic_holder .pp_bottom .pp_right {
				position: absolute;
				top: 0; left: auto; right: 0;
				width: 20px; height: 20px;
			}
		
		div.pp_pic_holder .pp_loaderIcon {
			display: none;
			position: absolute;
			top: 50%; left: 50%;
			margin: -12px 0 0 -12px;
			width: 24px; height: 24px;
		}
		
		div.pp_pic_holder #full_res { width: 100%; text-align: center; }
			div.pp_pic_holder #full_res { display: block; margin: 0 auto; }
	
		div.ppt {
			display: none;
			position: absolute;
			top: 0; left: 0;
			z-index: 9999;
			color: #fff; font-size: 13px;
		}
		
			div.ppt div.ppt_left,
			div.ppt div.ppt_right { float: left; width: 19px; height: 23px; overflow: hidden; }
			
			div.ppt div.ppt_content { float: left; line-height: 23px; }

/* ------------------------------------------------------------------------
	Miscellaneous
------------------------------------------------------------------------- */

	.clearfix:after {
	    content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

	.clearfix {display: inline-block;}

	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */


	/*--------------------------------------------------------------------------------- */
/* CSS BUTTONS */

a.add2cart {
    background: transparent url('/shop_images/add2cart.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 11px arial, sans-serif;
    color: #000;
    margin-right: 6px;
    height: 15px;
    padding: 0px 14px 2px 0px;
    text-decoration: none;
    cursor: pointer;
}

a.add2cart span {
    background: transparent url('/shop_images/add2cart_span.gif') no-repeat;
    display: block;
    height: 15px;
    line-height: 15px;
    padding: 0px 0 2px 15px;
}

a.add2cart:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.add2cart:active span {
    background-position: bottom left;
    padding: 0px 0 2px 15px; /* push text down 1px */
}
/* ----- */
a.goback {
    background: transparent url('/shop_images/goback.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 11px arial, sans-serif;
    color: #000;
    margin-right: 6px;
    height: 15px;
    padding: 0px 14px 2px 0px;
    text-decoration: none;
    cursor: pointer;
}

a.goback span {
    background: transparent url('/shop_images/goback_span.gif') no-repeat;
    display: block;
    height: 15px;
    line-height: 15px;
    padding: 0px 0 2px 15px;
}

a.goback:active {
    background-position: bottom right;
    color: #000;
    outline: none;
}

a.goback:active span {
    background-position: bottom left;
    padding: 0px 0 2px 15px; /* push text down 1px */
}
/* ----- */
a.remove {
    background: transparent url('/shop_images/remove.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 11px arial, sans-serif;
    color: #000;
    height: 15px;
    margin-right: 6px;
    padding: 0px 14px 2px 0px;
    text-decoration: none;
    cursor: pointer;
}

a.remove span {
    background: transparent url('/shop_images/remove_span.gif') no-repeat;
    display: block;
    height: 15px;
    line-height: 15px;
    padding: 0px 0px 2px 15px;
}

a.remove:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.remove:active span {
    background-position: bottom left;
    padding: 0px 0 2px 15px; /* push text down 1px */
}
/* ----- */
a.update {
    background: transparent url('/shop_images/update.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 11px arial, sans-serif;
    color: #000;
    height: 15px;
    margin-right: 6px;
    padding: 0px 14px 2px 0px;
    text-decoration: none;
    cursor: pointer;
}

a.update span {
    background: transparent url('/shop_images/update_span.gif') no-repeat;
    display: block;
    height: 15px;
    line-height: 15px;
    padding: 0px 0 2px 15px;
}

a.update:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.update:active span {
    background-position: bottom left;
    padding: 0px 0 2px 15px; /* push text down 1px */
}
/* ----- */
a.checkout {
    background: transparent url('/shop_images/checkout.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 11px arial, sans-serif;
    color: #000;
    height: 15px;
    margin-right: 6px;
    padding: 0px 14px 2px 0px;
    text-decoration: none;
    cursor: pointer;
}

a.checkout span {
    background: transparent url('/shop_images/checkout_span.gif') no-repeat;
    display: block;
    height: 15px;
    line-height: 15px;
    padding: 0px 0 2px 15px;
}

a.checkout:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.checkout:active span {
    background-position: bottom left;
    padding: 0px 0 2px 15px; /* push text down 1px */
}
