body {
	background-color: #fff;
	font-size: 10px;
	font-family: verdana, arial, sans-serif;
}

body#body {
	text-align: center;
}

a {
	color: #000;
}

a img {
	border: 0;
}


#page_container {
	margin: 0 auto;
	text-align: left;
	
	width: 774px;
}

#header {
	position: relative;
	background: #fff url(/.composer/images/telebutik/telebutiken.jpg) no-repeat;
	
	height: 76px;
}

#header #search {
	margin: 0;
	padding: 8px;
	position: absolute;
	right: 10px;
	top: 34px;
	border: solid 1px #000;
}

* html #header #search {
	width: 140px;
	height: 18px;
	text-align: center;
}


#header #opacity_layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;

	opacity: .5;
	filter: alpha(opacity=50);
	-moz-opacity: .5;
	z-index: 2;
}

* html #header #opacity_layer {
	padding: 8px;
	height: 18px;
}

#header #search #query {
	position: relative;
	width: 100px;
	z-index: 3;
}

#header #search input {
	position: relative;
	border: solid 1px #000;
	z-index: 3;
}

#menu_container {
	background: #fff url(/.composer/images/telebutik/menu.background.jpg) no-repeat;

	margin: 3px 0;
	padding-left: 10px;
	height: 18px;
}

#left_column {
	float: left;
	/*background: green;*/
	width: 176px;
	
	overflow: hidden;
}

#right_column {
	float: right;
	/*background: blue;*/
	width: 176px;
	
	overflow: hidden;
}

#content {
	float: left;
	/*background: red;*/
	margin-left: 12px;
	width: 400px;
	
	overflow: hidden;
	
	min-height: 400px;
}

#footer {
	clear: both;

	background: #fff url(/.composer/images/telebutik/footer.jpg) no-repeat;

	margin-top: 3px;
	height: 18px;
	width: 100%;
}

.module_box {
	width: 100%;
	
	margin-bottom: 10px;
}

.module_box h3 {
	width: 100%;
	height: 16px;
	
	font-size: 120%;
	font-weight: bold;
	color: #fff;
	
	background: #fff url(/.composer/images/telebutik/module.header.background.jpg) no-repeat;
	
	padding: 1px 0 0 0;
	margin: 0;
	text-align: center;
	overflow: hidden;
}

.module_box h3 {
	height: 17px;
}

.module_box .module_content {
	margin: 0 4px;
	padding: 4px;

}

.module_box .module_content_cart {
	background: #FF9933;
}





.icenter_content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.icenter_content ul li h2 {
	font-size: 100%;
	font-weight: normal;
}

.icenter_content ul li .time,
.icenter_content ul li .summary {
	display: none;
}



/*
 *  Webshop module classes
 */
 
div.webshop_information h1 {
	font-size: xx-small; 
}

div.webshop_information p {
	margin: 5 10px;
}

ul.webshop_category_list_detailed,
ul.webshop_pages_list, 
ul.webshop_object_small_list, 
ul.webshop_object_list, 
ul.webshop_category_list,
ul.webshop_category_sublist {
	margin: 0px;
	padding:0px;
	list-style: none;
	font-size: xx-small; 
}
ul.webshop_category_sublist {
 margin-left: 10px;
}
ul.webshop_pages_list li {
	float: left;
	padding: 0 2px;
	font-size: xx-small;
	font-weight: bold;
}

div.webshop_category_name {
	font-size: xx-small;
	font-weight: bold;
	background-color: #F6E9CE;
}

div.webshop_category_description {
	font-size: xx-small;
	margin-bottom: 10px;
}

/* Döljer siffran med antalet produkter i kategorin */
span.webshop_category_num_products {
 display: none;
}

span.webshop_object_list_name {
	font-size: xx-small;
	font-weight:bold;
	font-family: Verdana;
	width: 69%;
}

span.webshop_object_price {
	font-size: xx-small;
	width: 29%;
}


ul.webshop_object_small_list li {
	margin-bottom: 5px;
}
ul.webshop_object_small_list li * {
	display: inline
}

ul.webshop_object_list li div.webshop_object_image {
	float: left;
}

ul.webshop_object_list li {
	list-style: none;
	border-bottom: 1px solid #A1A5A9;
	padding:5px;
	font-size: 90%;
}

ul.webshop_object_list li h3 {
	margin: 3px 0;
	padding: 0;
	font-size: 120%;
}


span.webshop_object_summary {
	font-size: 90%;
}

div.webshop_object_name {
	font-size: 90%;
	font-weight: bold;
}

div.webshop_object_description {
	font-size: 90%;
}

table.webshop_cart tr td {
	font-size: 90%;
}

a.webshop_cart_link_remove {
	color: #f00;
	font-weight: bold;
	text-decoration: none;
}

tr.webshop_cart_head td {
	font-weight: bold;
	background-color: #F6E9CE;
}


.webshop_order_form_error input,
.webshop_order_form_error select {
	background-color: #faa;
	font-weight:bold;
}
.webshop_order_form_error * .webshop_order_form_label:before {
	content: "*";
}

.webshop_checkout_path{
	font-weight:bold;
	margin-bottom: 8px;
}
a.webshop_link {
	color: #5d6492;
	font-size: xx-small;
	font-weight:bold;
}

select,
input {
	font-size: x-small;
	border: 1px solid #5d6492;
}

.webshop_order_form tr td span {
	font-size: 100%;
}

.webshop_form_actions {
	float:left;
	clear:both;
	margin-top: 8px;
}
.webshop_form_actions input {
	margin: 2px;
}
input.webshop_form_primary {
	float: left;
	background-color: #efe;
	border: 1px solid #afa;
}

input.webshop_form_secondary {
	float: right;
	background-color: #fee;
	border: 1px solid #faa;
}

div.webshop_information {
	border: 1px dotted #903;
	padding: 2px;
	margin: 5 2px;
}

form {
	margin:0px;
	padding:0px;
}


.webshop_object {
	position: relative;
}

.webshop_object_associated {
	position: absolute;
	left: 120px;
	top: 0;
	width: 260px;
}

.webshop_object_associated h3 {
	background-image: url(/.composer/images/telebutik/tillbehor.jpg);
	width: 100%;
	height: 28px;
}

.webshop_object_associated h3 span {
	display: none;
}

.webshop_object_associated .item {
	padding: 4px 0;
	border-bottom: solid 1px #777;
}


.webshop_random_in_category {
	margin-top: 12px;
}

.webshop_random_in_category .item {
	float: left;
	text-align: center;
	padding-right: 8px;
	padding-bottom: 5px;
}