/**
 *CSS for producttemplate
 *@author: raphael fink, 3w-publishing.ch
 *@date: 16.04.2008
 */

#contentText {
    margin:0 10px 0 10px !important;
    width:580px !important;
    }
    #contentText #gallery {
	width:220px;
	float:left;
	}
	#contentText #gallery #zoomImg {
	    border:1px solid #636363;
	    margin:0 0 15px 0;
	}
	#contentText #gallery .thumb {
	    float:left;
	    width:17px;
	    height:17px;
	    border:1px solid #636363;
	    padding: 64px 0 0 51px;
	    overflow:hidden;
	}
	#contentText #gallery .left {float:left;}
    #contentText #productText {
	float:left;
	width:348px;
	margin:0 0 10px 10px;
	}
	#contentText #productText .productDesc {
	    font-weight:bold;
	}
	#contentText #productText .wrapper {padding:0 10px 0 10px;}
	    #contentText #productText .wrapper ul {
		margin:0 0 0 15px;
		padding:0;
		}
		#contentText #productText .wrapper li {
		    list-style-image:url(../img_modx/icon_wuerfel.png);
		}
	    #contentText #productText .wrapper .button {
		float:right;
		background:url(../img_modx/button_out.png) no-repeat 0 0;
		width: 183px;
		height:21px;
		padding:9px 0 0 40px;
		border:1px solid #636363;
		font: 11px/13px arial;
	    }
	    #contentText #productText .wrapper .button:hover {
		background:url(../img_modx/button_over.png) no-repeat 0 0;