/**
 * General styles
 */

.tx-tcshop-pi1 {
	font-size: 11px;		
}

.tx-tcshop-pi1 a{
	color:#000000;
	text-decoration:none;	
}


/**
 * Category view
 */
.tx-tcshop-pi1 .catimg{
	height: 100px;
	width:90px;
	background-color:#B11016;
	color: #fff;
	text-align:center;
	font-weight:bold;
	font-size: 11px;
	margin-bottom:20px;
	margin-right:5px;
}

.tx-tcshop-pi1 .catimg img{
	display: block;
	margin-bottom:3px;
}

/******************************************************************************
 * List view
 ******************************************************************************/
.tx-tcshop-pi1 .tx-tcshop-listtable .listrow .image{
	float: left;
	margin-right:5px;
}		

.tx-tcshop-pi1 .tx-tcshop-listtable .listrow .title{
	font-weight:bold;
	display:block;	
	margin-top:4px;
}

.tx-tcshop-pi1 .tx-tcshop-listtable .listrow .morelink{
	font-weight:bold;
	display:block;
	color: #AF0F17;	
	margin-top:6px;
}

.tx-tcshop-pi1 .tx-tcshop-listtable .listrow .price{
	font-weight:bold;
	display:block;	
	font-size: 11px;
	margin-bottom:10px;
}

.tx-tcshop-pi1 .tx-tcshop-listtable .listrow .listbasket{
	width: 50px;
	background-image: url('../images/oversigt_produkt_bestil_bg.gif');
	background-repeat:no-repeat;
	background-position:top left;
	margin-top:5px;
	text-align:center;
	color:#ffffff;
	font-weight:bold;	
	font-size:10px;
}

.tx-tcshop-pi1 .tx-tcshop-listtable .listrow .listbasket .input_text{
	background-color:#ffffff;
	border:1px solid #7e7e7e;
	width:30px;
}

.tx-tcshop-pi1 .tx-tcshop-listtable .listrow{
	height:75px;
	background-image: url('../images/oversigt_produkt_bg.gif');
	background-repeat: repeat-x;
}

.tx-tcshop-pi1 .tx-tcshop-listtable .listrow TD{
	vertical-align:top;
}	

.tx-tcshop-paginationtable{
	height:26px;
	width:470px;
	background-image: url('../images/pagination_bg.gif');
	background-repeat: repeat-x;
	margin-bottom:5px;
}

.tx-tcshop-limitselector SELECT{
	border:1px solid #b4b4b4;
	vertical-align:middle;	
	font-size:10px;
}

.tx-tcshop-limitselector{
	color: #b3b3b3;
	margin-left:5px;
}

.tx-tcshop-pagebrowser{
	margin-right:5px;	
}
.tx-tcshop-pagebrowser IMG{
	vertical-align:middle;
	border: none;
}




/*******************************************************************************
 * Single view 
 ******************************************************************************/
.tx-tcshop-singleview a{
	color: #AF0F17;	
}

.tx-tcshop-singleview h1{
	margin: 0px;
	padding: 0px;
}


.tx-tcshop-singleview h2{
	font-size: 12px;
	color:#8e8e8e;	
	margin-bottom:0px;
	background-image:url(../images/dotted.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	padding-bottom:5px;
	font-weight:bold;
	/*display:block;*/
	/*width:100%;*/
	/*height:50px;*/
	
}



.tx-tcshop-singleview .tx-tcshop-single-left{
	width: 202px;	
	float:left;

}

.tx-tcshop-singleview .tx-tcshop-single-right{
	width: 251px;	
	float: right;
	clear:left;
}

.tx-tcshop-singleview .tx-tcshop-single-bottom{
	margin-top:20px;
	width: 470px;	
	clear:both;
}


.tx-tcshop-singleview ul{
	list-style-type:none;
	margin-left:0px;
	padding-left:0px;
}


.tx-tcshop-singleview .enlargelink {
	font-weight:bold;	
	display:block;
	margin-top:2px;
	margin-bottom:4px;
}

.tx-tcshop-singleview .itemnumber{
	font-weight:bold;	
	display:block;	
	margin-top:2px;
	margin-bottom:5px;
}

.tx-tcshop-singleview h2{
	font-size: 12px;
	color:#8e8e8e;	
	margin-bottom:0px;
}

.tx-tcshop-singleview .tx-tcshop-documents{
	margin-top:20px;
}	

.tx-tcshop-singleview .tx-tcshop-documents ul{
	margin-top:0px;
	margin-bottom:20px;	
}

.tx-tcshop-singleview .tx-tcshop-documents IMG{
	vertical-align: middle;	
	margin-right:2px;
}

.tx-tcshop-singleview .tx-tcshop-related .relateditem{
	clear:both;	
	margin-bottom:3px;
}


.tx-tcshop-singleview .tx-tcshop-related .relateditem a{
	color:#000000;	
}

.tx-tcshop-singleview .tx-tcshop-related .relateditem IMG{
	float: left;
	margin-right:5px;
	vertical-align:top;
}

.tx-tcshop-singleview .tx-tcshop-related .relateditem .reltitle{
	font-weight:bold;
	display:block;
	color: #AF0F17;	
}



