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



.clr-left {
	clear:left;
}

.clr-right {
	clear:right;
}

.clr-both {
	clear:both;
}
a {
	text-decoration:none;
}

img {
	border:0px;
}


.fadecontentwrapper{ /* Total width: 350px+5px+5px=360px Read relative width relations for the other two containers below! */
	position: relative;
	width:638px;;
	height:320px; /* Set height to be able to contain height of largest content shown*/
	border:1px solid #3d3d3d;	
	overflow:hidden;
}

.fadecontent{ /*style for each fade content DIV within wrapper. Total width: 330px+10px+10px=350px (".fadecontentwrapper" width minus its padding and borders, if any) */
	position:absolute;
	background:#131313;
	padding:10px 0 5px 10px;
	visibility:hidden;
	width:630px;
}

.fadecontenttoggler{ /*style for DIV used to contain toggler links. Total width: 350px+5px+5px=360px */
	width: 290px;
	border:1px solid #3d3d3d;
	border-top-width: 0;
	float:right;
	margin-right:-10px;
}

.fadecontenttoggler a { /*style for every navigational link within toggler */
	text-decoration: none;
	background:#131313;
	padding: 2px 12px 2px 12px;
	float: left;
	font-weight: bold;
	color:#fff;
}

.fadecontenttoggler a:hover {	
	background: #fff600;
	color:#000;
}


.fadecontenttoggler a.prev, .fadecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
	color: #fff;
}

.fadecontenttoggler a.prev:hover, .fadecontenttoggler a.next:hover{
	color: white;
	background: black;
}

.fadecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
	background: #fff600;
	color:#767200;
}

.title-browser {
	font-size:24px;
	margin-left:5px;
}

.width-of-ecommerce {
	width:630px;
	float:right;
}

.templates-01 {
	width:152px;
	height:138px;
	float:left;
	margin-right:5px;
}


.seo_cms-type {
	background:url(images/cms-type.jpg) no-repeat;
	width:232px;
	height:38px;
	margin-top:-15px;
}

* html .seo_cms-type {
	background:url(images/cms-type.jpg) no-repeat;
	width:232px;
	height:38px;
	margin-top:-4px;
}

.seo_CMS-text {	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight:bold;
	font-size:15px;
	margin-left:12px;
	padding-top:7px;
	margin-bottom:0;
}

.seo_templates-bottom {
	background:url(images/template1-02.jpg) no-repeat;
	width:232px;
	height:66px;
	padding-top:15px;
}

.seo_ready-made-btn01 {
	margin-left:15px;
}

