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: "helvetica neue",Helvetica,Verdana,sans-serif;
	color: #333;
}

#switcher {
	height: 40px;
	background: #000;
	z-index: 99999;
	position: fixed;
	width: 100%;
}

#theme_select {
	margin-top: 0;
	margin-left: 0;
	background: transparent url(theme_select_bg.png) no-repeat -16px -3px;
	width: 265px;
	display: block;
	padding: 12px 0;
	color: #fff;
	font-size: 15px;
}

#theme_select span
{
	font-weight: normal;
	color: #999;
	margin-left: 15px;
	padding: 3px 5px 3px 5px;
	font-size: 10px;
	background: #fff;
	color: #000;
	line-height: 10px;
	position: relative;
	top: -1px;
	border-radius: 3px;
	text-transform: uppercase;
}

#theme_dropdown_list {

border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
padding: 20px;

}

.center {

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

}

@media only screen and (min-width: 1200px) {
	.center {
		max-width: 1425px;
		width: 100%;
		box-sizing: border-box;
		margin: auto;
		padding: 0 90px;
	}
}

.center ul li {

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

}

.center ul li ul {

display: none;
margin-left: -20px;
position: absolute;
width: 298px;
border: 1px solid #333;
border-top: 0;
height: 316px;
overflow-y: auto;
overflow-x: hidden;
background: #000;
margin-top: -1px;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;

}

.center ul li ul li {

width: 100%;
border-bottom: 1px solid #333;

}

.center ul li ul li:first-child
{
	border-top: 1px solid #333;
}

.center ul li ul li:last-child
{
	border-bottom: 0;
}

.center ul li ul li:hover, .center ul li ul li:hover a {

background: #333;
color: #fff;

}

.center ul li ul li a {

display: block;
padding: 12px 17px 12px 17px;
font-size: 14px;
color: #ccc;
width: 100%;
float: left;
box-sizing: border-box;

}

span.preview_wrapper
{
width: 150px;
float: left;
}

span.type
{
float: right;
display: inline;
margin-top: -2px;
padding: 5px 7px 5px 7px;
font-size: 10px;
background: #333;
color: #ccc;
line-height: 10px;
text-transform: uppercase;
border-radius: 3px;
}

.center ul li ul li:hover span.type {
	color: #000;
	background: #fff;
}

.center ul li ul li:first-child {

padding-top: 3px;

}

.center ul li ul li:last-child {


}

li.logo {
	margin-top: 15px;
}

li.logo img
{
	max-height: 18px;
}

li.purchase {

margin-left: 250px;
padding-top: 0px;
margin-top: 0;
float: right !important;
}

li.purchase a {

    width: 110px;
    height: 34px;
    background: #1C58F6;
    display: block;
    color: #fff;
    margin-top: 3px;
    border-radius: 5px;
    line-height: 34px;
    text-align: center;
    text-shadow: none;
    font-size: 15px;
}

li.remove_frame {

margin-left: 20px;
margin-top: 24px;
float: right !important;
margin-right: -20px;

}

li.remove_frame a {

padding: 17px 0 17px 40px;
background: url(cross.png) no-repeat 0px 5px;
opacity: .4;

}

li.remove_frame a:hover
{
	opacity: 1;
}

#iframe {

margin-top: 40px;

}

#preview{
	position:absolute;
	display:none;
	padding: 0;
	background: #333;
}

#preview img
{
	max-width: 520px;
}
