@charset "UTF-8";
/* CSS Document */

#content {
	padding:0;
}
#rw_content {
	display:block;
	padding-top:80px;
	height:588px;
}

#theme_browser {
	clear:both;
	background:#292931 url(../int_images/trenner_theme_browser.png) no-repeat;
	padding-top:50px;
	padding-left:10px;
	display:block;
}

a.rw_items, .rw_items {
	width: 172px;
	margin-bottom:20px;
	float:left;
	display:block;
	height:198px;
	margin-left:10px;
	text-align:center;
	cursor:pointer;
	font-size:12px;
	color:#FFF;
}
.rw_items img {
	margin-bottom: 8px;
}
.rw_items.active, .rw_items:hover {
	background:url(../int_images/themes_bg.png) no-repeat;
}
.rw_items.active span, .rw_items:hover span {
	background: url(../int_images/theme_bg_left.png) left center no-repeat;
	padding-left: 10px;
	padding-bottom:4px;
	padding-top:4px;
}
.rw_items.active span span, .rw_items:hover span span {
	background: url(../int_images/theme_bg_right.png) right no-repeat;
	padding-right:10px;
	padding-left:0px;
	padding-bottom:4px;
	padding-top:4px;
}

/*switch_holder*/
#switch_holder {
	display:block;
	height:588px;
	position:relative;
	z-index:0;
}

.switch_block {
	display:block;
	position:absolute;
	left:1px;
	top:26px;
	padding:20px;
	z-index:0;
	width:900px;
	height:548px;
	background-color:#fff;
	background-repeat:no-repeat;
	overflow:hidden;
}

/*ORANGE ROUND*/
#price {
	position:absolute;
	right:10px;
	top:10px;
	display: block;
	height: 180px;
	width:180px;
	background: url(../int_images/price_orange.png) no-repeat;
}

#price h1 {
	margin:0;
	padding:0;
	font-size: 3em;
	display:block;
	text-align:center;
	margin-top:50px;
	color:#fff;
}
#price span {
	position:absolute;
	left: 50px;
	top: 35px;
}
#price small {
	display: block;
	text-align:center;
	color:#fff;
}

/*KAUF BUTTON*/
#button_themes span {
	display: block;
	height: 100px;
	background-image: url(../int_images/theme_buy_down_live.png);
	background-repeat: no-repeat;
	float: left;
	position: relative;
}
#button_themes span a {
	background-image: url(../int_images/theme_buy_down_live.png);
	background-repeat: no-repeat;
	display: block;
	height: 48px;
	position: absolute;
	left: 0;
	top: 0;
}
#button_themes span#buynow {
	width: 111px;
}
#button_themes span#buynow a {
	background-position: -340px 0px;
	width: 109px;
	left: 1px
}
#button_themes span#down {
	background-position: -111px 0px;
	width: 113px;
}
#button_themes span#down a {
	width: 117px;
	background-position: -450px 0px;
	width: 112px;
}
#button_themes {
	width:350px;
}
#button_themes span#live {
	background-position: -224px 0px;
	width: 116px;
}
#button_themes span#live a {
	width: 117px;
	background-position: -563px 0px;
	width: 116px;
}

/*TUTORIALS*/
a.tutorials {
	width:50%;
	height:130px;
	display:block;
	float:left;
	color:#333;
	position:relative;
	background:url(../int_images/tutorial_bg.png) no-repeat;
	font-size:0.9em;
	line-height: 1.4em;
	cursor:pointer;
}

a.tutorials .tut_cell_text {
	position:absolute;
	top:8px;
	left:180px;
	width:220px;
	display:block;
}

a.tutorials .tut_preview {
	position:absolute;
	left:18px;
	top:18px;
	z-index:0;
}

a.tutorials .tut_cell_hover {
	position:absolute;
	display:block;
	height:94px;
	width:150px;
	z-index:10;
	top:18px;
	left:18px;
	background:url(../int_images/tutorial_thumb_hover.png) no-repeat;
}

a.tutorials.active,
a.tutorials.active .tut_cell_hover,
a.tutorials:hover,
a.tutorials:hover .tut_cell_hover{
	background-position:bottom;
}

.pages {
	position:absolute;
	display:block;
	height:400px;
	width:900px;
	background:#fff;
	left:20px;
	top:145px;
}

#screenvideo{
	width:940px;
	height:568px;
	position:absolute;
	left:0;
	top:0;
	background:#fff url(../rapidweaver/images/video_bg.jpg);
	z-index:120;
	padding-top:20px;
	display:none;
}

#videobox {
	position:relative;
	display:block;
	width:810px;
	height:535px;
	padding:5px;
	padding-left:10px;
	padding-top:10px;
	font-size:0.9em;
	margin-left:60px;
	background-image: url(../rapidweaver/images/video_box_y.png);
	background-repeat: no-repeat;
	background-position: left 20px;
}

#videobox .cap_top {
	width:820px;
	position:absolute;
	left:0;
	top:0;
	background:url(../rapidweaver/images/video_box_top.png) no-repeat;
	height:20px;
	z-index:99;
}

#videobox .cap_bottom {
	width:820px;
	display:block;
	left:0;
	bottom:0px;
	position:absolute;
	background:url(../rapidweaver/images/video_box_bottom.png) no-repeat;
	height:20px;
	z-index:99;
}
/*EXTRAS*/
.info {
	background:url(../int_images/stripes_10px_trans80.png);
	line-height:1.2em;
	padding:10px;
}

/*TABLE 4COL BOX*/
table.col4 {
	width:104%;
	display:block;
	margin-left:-2%;
	font-size:0.9em;
	line-height:1.4em;
}
table td.col4 {
	width: 22%;
	padding:2%;
	padding-top:5px;
	padding-bottom:5px;
	border-right:1px solid #ccc;
}
table td.col4.last {
	border:none;
}
table h3 {
	margin-bottom:5px;
	display:block;
	font-weight:bold;
	font-size:1.1em;
}

