

/* Bildspel */

div.bildspel_meny a
{
	text-decoration:none;
	color:#000000;
	font-family:Arial;
	font-weight:bold;
	font-size:11px;
	background-color:#cccccc;
	padding: 2px 5px 2px 5px;
	margin:2px;
	border-top: 1px solid #9999cc;
	border-left: 1px solid #9999cc;
	border-right: 1px solid #9999cc;
	border-bottom: 1px solid #9999cc;
}

div.bildspel_meny a:hover,active
{
	text-decoration:none;
	color:#;
	font-family:Arial;
	font-weight:bold;
	font-size:11px;
	background-color:#666666;
	padding: 2px 5px 2px 5px;
	margin:2px;
	border-top: 1px solid #9999cc;
	border-left: 1px solid #9999cc;
	border-right: 1px solid #9999cc;
	border-bottom: 1px solid #9999cc;
}

div.bildspel_meny a.disabled
{
	background-color: #000000;
	color: #000000;
/*	border-color: #000000; */
}

div.bildspel_meny a.active
{
	text-decoration:none;
	color:#;
	font-family:Arial;
	font-weight:bold;
	font-size:11px;
	background-color:#666666;
	padding: 2px 5px 2px 5px;
	margin:2px;
	border-top: 1px solid #9999cc;
	border-left: 1px solid #9999cc;
	border-right: 1px solid #9999cc;
	border-bottom: 1px solid #9999cc;
}


/* Varulista */

div.varulista
{
	text-align: left;
	float: left;
}

div.varulista_item
{
	float:left;
	/*padding: 0px 20px 20px 20px;*/
}

div.varulista_item_main
{
	float:left;
	text-align: center;
	/*width: 102px;*/
	width: 140px;
	height: 160px;
}

div.varulista_item_title
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

div.varulista_item_title a
{
	color: #666666;
	text-decoration: none;
}

div.varulista_item_title a:visited
{
	color: #666666;
	text-decoration: none;
}

div.varulista_item_title a:active
{
	color: #666666;
	text-decoration: none;
}

div.varulista_item_title a:link
{
	color: #666666;
	text-decoration: none;
}

div.varulista_item_title a:hover
{
	color: #666666;
	text-decoration: underline;
}

div.varulista_item_price
{
	color: #ff0000;
}

div.varulista_item_price .price_headline
{
	color: #000000;
	font-weight: bold;
}

/* Vara */

.vara
{
	margin: 0px 10px;
}

.vara .productinfo
{
	float:left;
	width:400px;
	padding-right:50px;
}

.vara .imageinfo
{
	float:right;
	text-align:center;
}

.vara .imageinfo .imageDiv
{
	border-style:solid;
	border-color:#000000;
	border-width:0px;
}

.vara .imageinfo .imageDiv .imageObject
{
	margin: 10px;

	border-width: 0px;
	border-color: #000000;
	border-style: solid;
}

/* Internetbokning */

div.internetbokning
{
	margin-left: 10px;
}

div.internetbokning table, tr, td, p, span, input, textarea, select
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	line-height: 15px;
}