/* CSS Document */

/*
///////////////////////////////////////////////////////
	 
	 ACCESSORIES | MODUL 13
	 
 ///////////////////////////////////////////////////////
*/
	 

#accessories-container {
	width: 704px;
	display: block;
}

#accessories-container h1 {
	font-size: 12pt;
}

#accessories {
	background: url("https://estore.rhiem.com/mandant/elgato/images/accessories_bckgnd.gif") no-repeat;
	margin: 20px 34px 0 0;
	width: 210px; height: 189px;
	display: block;
	float: left;
}

#accessories.third {
	margin: 20px 0 0 0;
}

#accessories p {
	width: 184px;
}

#accessories p.image {
	height: 78px;
	padding: 3px 13px;
}

#accessories p.txt {
 	height: 75px;
	padding: 0px 13px;
}

#accessories p.txt span {
	font-weight: bold;
	width: 184px;
	display: block;
}

#accessories .btn-wrapper {
	height: 24px;
	width: 184px;
	padding: 0px 13px;
	text-align: right;
}

#accessories .btn-wrapper #btn {
	width:184px;
}

#accessories .btn-wrapper #btn div.left,
#accessories .btn-wrapper #btn div.middle,
#accessories .btn-wrapper #btn div.right {
	float: right;
}

#accessories .btn-wrapper #btn div.left {
	background: url("https://estore.rhiem.com/mandant/elgato/images/button_left_buy.gif") no-repeat top left;
	width: 25px;
}

#accessories-container #clear {
	clear: both;
}





