/* tables */
table.sort-table {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	width: 100%;
	text-align: left;
	clear: both;
}
table.sort-table thead tr th, table.sort-table tfoot tr th {
    border-style: solid;
    border-width: 1px 1px 2px;
    cursor: pointer;
    padding: 7px 10px;
    text-align: left;
    background-color: #ffffff;
    border-color: #cccccc;
    color: #333333;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
table.sort-table thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.sort-table tbody td {
	color: #3D3D3D;
	padding: 3px 10px;
	background-color: #FFF;
	border: 1px solid #e0e0e0;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
	white-space: normal !important;
}
table.sort-table tbody tr.even td {
	background-color: #e8e8e8;
}
table.sort-table tbody tr.odd td {
	background-color: #fff;
}
table.sort-table tbody tr td.pic {
	background-color: #fff;
}
table.sort-table tbody tr td.pic img {
	max-width: 129px;
}
table.sort-table tbody tr.odd:hover td {
	background-color: #e8e8e8;
}
table.sort-table thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.sort-table thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.sort-table thead tr th:hover,table.sort-table thead tr .headerSortDown, table.sort-table thead tr .headerSortUp {
background-color: #f0f0f0;
}
.table-length {
	text-align: left;
	float: left;
}
.table-search {
	float: right;
	margin-bottom: 20px;
}
.data-table .pager {
	text-align: right;
}
.data-table .pager input {
	text-align: center;
}
table.sort-table .toshopbutton {
	white-space: nowrap;
	width: auto;
	padding: .81em 1.5em;
	height: auto;
}

.product_row, .product_data_title
{
	width:100%;
}

.product_row
{
	min-height:60px;
	height:auto;
	margin-bottom:10px;
	border-bottom:1px solid #eee;
	width:98%;
	padding:1%;
	color:#000;
}

.product_row_title
{
	height:30px;
	margin-bottom:5px;
	border-bottom:1px solid #eee;
	width:98%;
	padding:1%;
	font-weight:bold;
	color:#000;
}

.product_row:hover
{
	//background:#eee;
}

.tilbutik
{
	background-color: #39597F;
	font-size: 15px;
	text-align: center;
	color: #FFF;
}

.product_data_title
{
	font-weight:bold;
}

.product_logo
{
	width:120px;
	float:left;
	text-align:center;
}

.fluidlogoimage
{
	position:relative;
	max-width:90%;
	width:auto;
	max-height:90%;
	height:auto;
}

.product_data_holder
{
	position:relative;
	width:calc(100% - 120px);
	float:left;
}

.product_data_left
{
	width:75%;
	float:left;
}

.product_data_right
{
	width:24%;
	float:left;
	text-align:right;
	padding-right:1%;
}

.redstar
{
	background: #E22027 none repeat scroll 0% 0%;
	margin-left:1%;
	border-radius:3px;
	width:20px;
	height:20px;
}

.onestar
{
	background: #E22027 none repeat scroll 0% 0%;
	margin-left:1%;
	border-radius:3px;
	width:20px;
	height:20px;
}

.twostars
{
	background: #F47324 none repeat scroll 0% 0%;
	margin-left:1%;
	border-radius:3px;
	width:20px;
	height:20px;
}

.threestars
{
	background: #F8CC18 none repeat scroll 0% 0%;
	margin-left:1%;
	border-radius:3px;
	width:20px;
	height:20px;
}

.fourstars
{
	background: #7FB853 none repeat scroll 0% 0%;
	margin-left:1%;
	border-radius:3px;
	width:20px;
	height:20px;
}

.fivestars
{
	background: #007F4E none repeat scroll 0% 0%;
	margin-left:1%;
	border-radius:3px;
	width:20px;
	height:20px;
}

.greystar
{
	background: #C8C8C8 none repeat scroll 0% 0%;
	margin-right:1%;
	border-radius:3px;
	width:20px;
	height:20px;
}

.textright
{
	text-align:right;
}

.product_logo_small
{
	width:16%;
	height:40px;
	line-height:40px;
	float:left;
	text-align:left;
}

.product_bottom
{
	width:25%;
	height:40px;
	line-height:40px;
	float:left;
}

.product_bottom_wide
{
	width:75%;
	height:40px;
	line-height:40px;
	float:left;
}

.clear
{
	clear:both;
}

.rating_header_left
{
	position:relative;
	width:60%;
	float:left;
}

.brand_right
{
	position:relative;
	width:40%;
	float:right;
	text-align:right;
	color:#000;
}

.shoplogo_image
{
	position:relative;
	width:28%;
	padding:1%;
	float:left;
}

.shopdata_holder
{
	position:relative;
	width:68%;
	padding:1%;
	float:left;
}