/* $Id: MyStyle.css 2864 2008-11-03 06:39:01Z martin $ */
/* Stilmall för anpassing av butikens utseende  */

@import url(/__SYS__/SE-shop.css); 	/* Style till gemensamma komponenter */
@import url(design.css);			/* Style till din valda design */

/* Här under kan du lägga in dina egna style ändringar */


/* BEGIN code added by System design tool - DO NOT EDIT! */
#page { width: 800px; }
/* END code added by System design tool - DO NOT EDIT! */

body {
	color: #333333;
}

a {
	color: #1f64c1;
	text-decoration: underline;
}

 a:vsiited, 
 a:active {
	color: #1f64c1;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

h1 {
	color: #1f64c1;
}

#page {
	border: 0;
	background-color: #FFFFFF;
}

#content {
	padding-left: 0;
	padding-bottom: 65px;
}

#leftRail {
	display: none;
}

.top-bg {
	background: url(/images/bg_top.jpg) repeat-x;
	background-color: #1f64c1;
	background-position: 0 -10px;
	height: 90px;
	width: auto;
}

.top-container {
	position: relative;
	margin: 0 auto;
	width: 800px;
	height: 76px;
}

.top-logo {
	position: absolute;
	top: 0;
	left: 0;
}

#cartMenu.Panel {
	position: absolute;
	right: 0;
	top: 0px;
	width: 150px;
	border: 0;
}

#cart_link {
	background: url(/images/cart_new.jpg) no-repeat;
	background-position: 10px 0;
	height: 14px;
	padding-top: 14px;
}

#cart_link a {
	color: #dc9448;
}

#cart_text a {
	color: #1f64c1;
	padding-left: 20px;
	display: block;
}

#cart_link a:hover, #cart_text a:hover {
	text-decoration: underline;
}

#topmenu {
	position: absolute;
	right: 0;
	top: 64px;
	width: 800px;
	background: none;
	border: 0;
}

#topmenu .menuright {
	float: left;
}

#nav li {
	border: 0;
}

#nav li:hover {
	background: none;
}

#nav li a {
	color: #fff;
	padding-left: 0;
	font-size: 11px;
	text-decoration: none;
}

#nav li a:hover {
	color: #CCCCCC;
}

div.product-small {
	width: 350px;
	padding: 0;
	height: 300px;
	border: 0;
}

div.product-small:hover { border: 0; }

div.bildpris-container {
	position: relative;
}

div.product-small .bild {
	margin-top: 15px;
}

div.product-small .star {
	width: 135px;
	height: 130px;
	position: absolute;
	top: 10px;
	right: 15px;
	behavior: url(/images/iepngfix.htc);
	background: url(/images/star.png) no-repeat;
	z-index: 2;
}

div.product-small .pricing {
	margin: 0;
	padding: 0;
	height: 40px;
	width: 100px;
	position: absolute;
	z-index: 3;
	top: 52px;
	right: 46px;
	text-align: right;
}

div.product-small div.price {
	color: #af252d;
	font-size: 30px;
	line-height: 30px;
}

div.product-small div.moms {
	font-size: 12px;
	line-height: 12px;
	text-align: left;
	font-weight: bold;
	padding-left: 35px;
	_padding-left: 145px;
}

div.product-small div.oldprice {
	display: none;
}

div.product-small .short {
	display: none;
}

div.product-small .artnr {
	float: left;
}


input.button_buy {
	background-color: #1f64c1;
	color: #FFFFFF;
	padding: 6px 8px 6px 8px;
	font-size: 13px;
	background: url(/images/button_bg.jpg) repeat-x;
	border: 0;
}

input.button {
	background-color: #1f64c1;
	color: #FFFFFF;
	background: url(/images/button_bg.jpg) repeat-x;
	border: 0;
}


div.product-small-info {
	padding-top: 14px;
	width: 400px;
	padding-right: 15px;
	float: left;
}

div.product-small-info div.name h1 {
	font-size: 20px;
	line-height: 20px;
}

table.artiklar th {
	background-color: #dadada;
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	color: #333333;
}

table.frakt_shipping {
	border: 0;
}

select {
	height: 22px;
}

div.info-picture  {
	float: left;
	width: 350px;
}

div.info-text {
	float: left;
	width: 410px;
	padding-left: 20px;
}

#footer {
	position: fixed;
	bottom: 0;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	z-index: 5;
}

div.footer_txt {
	background-color: #1f64c1;
	padding: 10px 0 10px 0;
	color: #CCCCCC;
}

div.footer_txt a, div.footer_txt a:visited  {
	color: white;
	text-decoration: none;
}

div.footer_txt a:hover {
	color: #CCCCCC;
}

