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

/***** Framework ***********************************/

#Page {
	margin:0pt auto;
	text-align:left;
	width:910px;
}
#Header {
	padding: 0px;		
}
#Footer
{
padding-top:20px;
padding-right:10px;
text-align:right;
height:26px;
background:url(images/bg_footer.png) top left no-repeat ;
color: #C3C3C3;
font-size:0.9em;

}
#Logo {
	float: left;
	width: 188px;
	margin: 0px;
}
#Logo img 
{
	margin: 10px 0px 12px 13px;
	vertical-align: bottom;
}
#FlashContainer
{
margin-left:2px;
}
#FlashContainer img
{
	margin:0;
}
/***** Menus ***********************************/
#MenuContainer
{
	background: transparent url(images/menu.png) no-repeat -3px top; 
	height:30px;
	margin:0pt;
	padding-top:14px;
}

#Menu
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 0 20px;
	overflow:hidden;
	padding:0pt;
	
}
#Menu li
{
	display: inline;
}
#Menu a
{
	display: inline;
	float: left;	
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
	margin:0 10px 0 10px;
	text-transform:uppercase;
}
#Menu a.Active
{
	color: #9AA8B4;
}
#Menu a:hover
{
	color: #999999;
}
/***** Columns ***********************************/
#Content #LeftColumn {
	float: left;
	width: 692px;
}
#Content #RightColumn {
	float: right;
	width: 212px;
}

/***** Boxes ***********************************/

.Content 
{
overflow:hidden;
}

.NarrowBox .Top {
	background: transparent url(images/startpage_rightcontent_top_bg.png) left top no-repeat;
	height:10px;
}
.NarrowBox .Bottom
{
	background: transparent url(images/startpage_rightcontent_bottom_bg.png) left bottom no-repeat;
	height:10px;	
}
.NarrowBox .Content
{
	background: transparent url(images/startpage_rightcontent_bg.png) repeat-y;	
	padding:0 0 0 8px;
}
.NarrowBox .Content .Box
{
padding:0 15px 15px 15px;
}
.NarrowBox .ContentPadding
{
	padding:10px 20px 10px 10px;
}

.NarrowBox .Header
{	
	background:url(images/bg_narrowbox_header.png) top left no-repeat;	
}

.WideBox .Top {
	background: transparent url(images/startpage_leftcontent_top_bg.png) left top no-repeat;
	height:20px;
}
.WideBox .Bottom
{
	background: transparent url(images/startpage_leftcontent_bottom_bg.png) left top no-repeat;
	height:20px;	
}
.WideBox .Content
{
	background: transparent url(images/startpage_leftcontent_bg.png) repeat-y;	
	padding:20px;
}

.ImageContainer
{

color:#000000;
font-size:0.9em;
padding:5px 15px 5px 5px;

}
.ImageContainer img
{
margin:0;
}

/***** Produkter ***********************************/

#ProductList
{
text-transform:uppercase;
font-size:1em;
color:#000000;
margin:5px;
}
#ProductList .odd
{
width:150px;
background-color:#F5F5F5;
padding:3px 0 3px 15px;
cursor:pointer;
margin:0 0 5px;
}

#ProductList .even
{
width:150px;
background-color:#F5F5F5;
padding:3px 0 3px 15px;
cursor:pointer;
margin:0 0 5px;
}

#ProductList .rowSelected
{
background-color:#C2CBD1;
font-weight:bold;
}
#ProductList .rowHover
{
background-color:#E7EBED;
}

#ProductImage
{
width:450px;
}
.ProductDetailContent
{
padding:0 15px 15px 15px;
}



/***** Webb butiken ***********************************/

table.StoreItems td
{
padding:10px;
}