html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {

text-decoration: none;
color: #fff;

}

body {
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 300;
	color: #222;
}

html {
	overflow: hidden;
}

#switcher {
	height: 50px;
	background: #333;
	border: 0;
	padding: 0;
	z-index: 99999;
	position: fixed;
	width: 100%;
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

#theme_select, #plugin_select {
	margin-top: 10px;
	margin-left: 20px;
	background: url(dropdown.png) no-repeat;
	display: block;
	color: #fff;
	font-size: 12px;
	line-height: 28px;
	text-shadow: 1px 1px 0px #000;
	padding-top: 1px;
	width: 212px;
	height: 28px;
}

 li#theme_list > ul.col2 {
 position:absolute;
 margin-left:245px;
 
 }

#theme_dropdown_list, #plugin_dropdown_list {

border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
padding: 0px;

}

#theme_list a, #plugin_list a {
	padding-left: 15px;
}

.center {

margin: auto;
width: 960px;
padding-top: 0px;

}

.center ul li {

display: inline;
float: left;
position: relative;

}

.center ul li ul {

	display: none;
	margin-left: 21px;
	position: absolute;
	z-index: 500;
	width: 210px;
	-moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	margin-top: -1px;

}

.center ul li ul li {

	background: #222 url(grain.png) repeat top left;
	border-bottom: 1px solid #333;

}

.center ul li ul li a {

	float: left;
	display: block;
	padding: 12px;
	padding-top: 12px;
	padding-bottom: 0;
	/* min-width: 183px; */
	min-width: 200px;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: none;
	font-family:Raleway,sans-serif;

}

.center ul li ul li a span.themetitle {
	float: left;
	padding-top: 2px;
	padding-bottom: 12px;
	text-transform: capitalize;
}

.center ul li ul li:hover {

	background: #111;
	border-bottom: 1px solid #333;

}

.center ul li ul li a:hover {

	color: #fff;

}

.center ul li ul li a:hover span.html {

	background: #e33a0c;
	border: 1px solid #e33a0c;
	color: #fff;
	text-shadow: none;
	cursor: pointer;

}

.center ul li ul li a:hover span.wp {

	background: #e33a0c;
	border: 1px solid #e33a0c;
	color: #fff;
	text-shadow: none;
	cursor: pointer;

}

.center ul li ul li a span.html {

	float: left;
	margin-right: 10px;
	font-size: 10px;
	line-height: 10px;
	font-weight: normal;
	width: 66px;
	height: 10px;
	background: #444;
	border: 1px solid #555;
	color: #ccc;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px; 

}

.center ul li ul li a span.wp {

	float: left;
	margin-right: 10px;
	font-size: 10px;
	line-height: 10px;
	font-weight: normal;
	width:66px;
	height: 10px;
	background: #444;
	border: 1px solid #555;
	color: #ccc;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px; 

}

.center ul li ul li:first-child {

	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	padding-top: 0px;

}

.center ul li ul li:last-child {

	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;

}

li.purchase {
	margin: 0;
	padding: 0;
	float: left;
	width: 150px;
	height: 50px;
	/*margin-left: 265px;*/
	margin-left: 240px;
	color:#fff;
}

li.purchase i {
	margin: 12px 0 0 0;
	padding: 0;
	 float: left; 
	color:#fff;
	font-size:25px;
	height:50px;
	width: 30px;
	
}

 li.purchase > i.fa.fa-download > a {
 margin-top:0;
 }

li.purchase a {
	margin: 0 0 0 16px;
	padding: 0 ;
	/*  float: left; */
	background:url(purchase.pn) no-repeat top left;
	width: 120px; 
	height: 15px;
	font-weight:600;
	text-transform:capitalize;
	font-size:14px;
	margin-top:0px;
	font-family:Raleway,sans-serif;
}

li.remove_frame {
	margin: 0;
	padding: 0;
	float: left;
	width: 41px;
	height: 50px;
	margin-left: 10px;
}

li.remove_frame a {
	margin: 0;
	padding: 0;
	float: left;
	background: url(close.png) no-repeat top left;
	width: 44px;
	height: 50px;
}

#iframe {

margin-top: 50px;


}

#themescreenshot {
	position:absolute;
	z-index: 1;
	display:none;
    background: transparent;
	height: 250px;
	width: 400px;
    border: none;
	-moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
	left: 335px;
	margin-left: -64px;
	top: 50px;
}

#theme_list{
	padding-left: 40px;
}

#pluginscreenshot {
	position:absolute;
	z-index: 1;
	display:none;
    background: transparent;
	height: 250px;
	width: 400px;
    border: none;
	-moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
	left: 295px;
	margin-left: -64px;
	top: 50px;
}


#logo {
	margin-left: 0px;
	padding-left: 0;
	font-weight:bold;
	text-transform:uppercase;
	font-size:16px;
	margin-top:17px;
	font-family:Raleway,sans-serif;
}