* {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 1em;
}
html {
	background: url('/dsg/background.gif') repeat-y top left;
}
body {
	font-size: 62.5%;
	color: #000;
}
img {
	border: 0;
}
p {
	padding-bottom: 1em;
}
a {
	color: #1c5092;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

ul {
	margin-bottom: 1em;
}
ul li {
	margin-left: 4em;
}

div.spacer {
	clear: both;
	height: 0;
	overflow: hidden;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* dotted line */
div.dot-line {
	overflow: hidden;
	height: 2em;
	background: url('/dsg/dot-hor.gif') repeat-x center left;
}


/* pictures */
h3.pictures-title {
	font-size: 1.8em;
	color: #1C5092;
	padding-top: 4px;
}
ul.pictures {
	list-style-type: none;
	margin: 0;
}
	ul.pictures li {
		float: left;
		width: 150px;
		margin: 0 0 0 10px;
	}
	ul.pictures li.first-in-line {
		margin-left: 0;
	}
	ul.pictures li.last-in-line {
		
	}
		ul.pictures li img {
			
		}
		ul.pictures li.spacer {
			clear: both;
			float: none;
			width: 100%;
			height: 1em;
		}
			ul.pictures li span.play-small {
				position: absolute;
				margin: -27px 0 0 120px;
			}
			ul.pictures li a {
				font-size: 1.1em;
				cursor: pointer;
			}
			ul.pictures li a:hover {
				text-decoration: none;
			}
				ul.pictures li a span.image {
					display: block;
					height: 120px;
					text-align: center;
				}
				ul.pictures li a span.zoom {
					float: right;
					display: block;
					margin-top: 2px;
					width: 9px;
					height: 9px;
					background: url('/dsg/zoom.gif') no-repeat top left;
				}
				ul.pictures li a span.title {
					padding: 0.5em 0;
				}



/* link button */
a.button,
a.button-big {
	display: block;
	background: url('/plugins/product/dsg/order-button.gif') no-repeat top left;
	width: 100px;
	height: 18px;
	font-size: 0.714em;
	color: #c80000;
	font-weight: bold;
	text-align: center;
}
a.button-big {
	background: url('/plugins/product/dsg/order-button-big.gif') no-repeat top left;
	width: 200px;
}


/* play buttons */
.play-big {
	display: block;
	width: 69px; /*134*/
	height: 34px; /*56*/
	padding: 22px 0 0 65px;
	background: url('/dsg/play-big.png') no-repeat top left;
	cursor: pointer;
}
.play-small {
	display: block;
	width: 29px; /*134*/
	height: 29px; /*56*/
	background: url('/dsg/play-small.png') no-repeat top left;
	cursor: pointer;
}