/* Styles for digiSHOP customizations (inherits styles from the WP ones*/

.primary ul#shoplinks {
	list-style:none;
	}
	
.primary ul#shoplinks a, table a{
	border:0;
	color:#267AC8;
	}
	
	.primary ul#shoplinks a:hover, table a:hover{
		border:0;
		color:#144B7F;
		}
	
.primary ul#shoplinks li {
	background:url(../images/house.gif) no-repeat left top;
	margin-left:0;
	padding-left:22px;
	}
	
.primary ul li#shome {
	background:url(../images/house.gif) no-repeat left top;
	}
	
.primary ul li#sbrowse {
	background:url(../images/book.gif) no-repeat left top;
	}
	
.primary ul li#ssearch {
	background:url(../images/magnifier.gif) no-repeat left top;
	}
	
.primary ul li#sview {
	background:url(../images/cart.gif) no-repeat left top;
	}
	
.primary ul li#scheckout {
	background:url(../images/cart_go.gif) no-repeat left top;
	}
	
.primary ul li#smyaccount {
	background:url(../images/vcard.gif) no-repeat left top;
	}
	
.primary ul li#sorderhist {
	background:url(../images/calendar.gif) no-repeat left top;
	}
	
.teaser {
	font-size:11px;
	color:#3D3D3D;
	line-height:1.4em;
	}	
	
.primary table td.productdetailimage {
	width:167px;
	height:255px;
	}

	
	
	