﻿/* My shop styles */
#tsp-my-shop-page { }

	/* My shop */
	#tsp-my-shop-page .tsp-message { padding: 0 0 4px; }
	#tsp-my-shop-page .tsp-message span { font-size: medium; font-weight: bold; color: #428ccb; background: url('../images/comment.png') no-repeat left center; padding: 0 0 0 20px; }

	/* rounded corners.. */
	#tsp-my-shop-page .grid-4 .tsp-details { background-image: url('../images/rounded-header-light-blue-grid-4.png'); background-repeat: no-repeat; }
	#tsp-my-shop-page .grid-5 .tsp-details { background-image: url('../images/rounded-header-light-blue-grid-5.png'); background-repeat: no-repeat; }	
	#tsp-my-shop-page .grid-4 .tsp-footer { height: 8px; background: url('../images/rounded-footer-light-blue-grid-4.png') no-repeat; }
	#tsp-my-shop-page .grid-5 .tsp-footer { height: 8px; background: url('../images/rounded-footer-light-blue-grid-5.png') no-repeat; }	

	/* details */
	#tsp-my-shop-page .tsp-details { padding: 10px 20px; background-color: #d9e8f5; }
	#tsp-my-shop-page .tsp-details h1 { font-size: medium; color: #f89e49; margin: 0; }
	#tsp-my-shop-page .tsp-details .tsp-emphasize { font-weight: bold; }
	#tsp-my-shop-page .tsp-details .tsp-description { padding: 8px 0 0; }
	#tsp-my-shop-page .tsp-details .tsp-description h2 { font-size: small; font-weight: bold; color: #428ccb; margin: 0; }
	#tsp-my-shop-page .tsp-details .tsp-description p { margin: 0 0 8px; }
	#tsp-my-shop-page .tsp-details .tsp-description a { color: #428ccb; }
	#tsp-my-shop-page .tsp-details .tsp-description a:hover { color: #f89e49; }
		
		/* navigation */
		#tsp-my-shop-page .tsp-details .tsp-navigation { display: block; width: 188px; margin: 20px 0 0; }
		#tsp-my-shop-page .tsp-details .tsp-navigation .tsp-top { display: block; height: 8px; background: url('../images/my-shop-menu-header.png') no-repeat; }
		#tsp-my-shop-page .tsp-details .tsp-navigation .tsp-items { border-left: solid 2px #428ccb; border-right: solid 2px #428ccb; background: #ffffff; padding: 0 6px; }
		#tsp-my-shop-page .tsp-details .tsp-navigation .tsp-items .tsp-item { }
		#tsp-my-shop-page .tsp-details .tsp-navigation .tsp-items .tsp-item a { color: #428ccb; text-decoration: none; background: url('../images/ambience/telsellblue/arrow-small.png') no-repeat right 2px; padding: 0 15px 0 0; }
		#tsp-my-shop-page .tsp-details .tsp-navigation .tsp-items .tsp-item a:hover { color: #f89e49; background-position: right -22px; }
		#tsp-my-shop-page .tsp-details .tsp-navigation .tsp-items .tsp-seperator { border-bottom: solid 1px #428ccb; margin: 3px 0; }
		#tsp-my-shop-page .tsp-details .tsp-navigation .tsp-bottom { display: block; height: 8px; background: url('../images/my-shop-menu-footer.png') no-repeat; }		
		

        /* Actions */
    	#tsp-my-shop-page .tsp-details .tsp-action .tsp-myshop-button { margin-top: 5px; }
		#tsp-my-shop-page .tsp-details .tsp-action .tsp-myshop-button a { float: left; width: 142px; height: 28px; margin-right: 4px; font-weight: bold; color: #ffffff; text-decoration: none; font-style: italic; padding: 7px 16px 1px; display: block; overflow: hidden; background: url('../images/add-to-cart-button.png') no-repeat; }
		#tsp-my-shop-page .tsp-details .tsp-action .tsp-myshop-button a:hover { background-position: 0 -50px; }
		