﻿#DesignArea {
	padding-top: 20px;
}

#DesignArea #LayoutZone {
	width: 240px;
}

#DesignArea #ColorZone {
	width: 760px;
}

#DesignArea a {
	outline: none;
}

#DesignArea a:active {
	outline: none;
}

#DesignArea a:focus {
	outline: none;
}

h2.design {
	color: #555;
	padding: 10px 0px;
}

h2.design img.color-step {
	width: 38px;
	height: 62px;
	background-image: url(/images/design/Design-Sprite.png);
	background-repeat: no-repeat;
	background-position: -494px -130px;
	vertical-align: top;
}

h2.design img.color-step.one {
	width: 30px;
	background-position: -378px -112px;
}

h2.design img.color-step.two {
	width: 38px;
	background-position: -412px -112px;
}

h2.design img.color-step.three {
	width: 38px;
	height: 44px;
	background-position: -455px -130px;
}

h2.design img.color-step.three.active {
	background-position: -494px -130px;
}

h2.design span {
	display: inline-block;
	padding-top: 8px;
}

div.color-swatch {
	height: 63px;
	vertical-align: bottom;
	margin-top: 20px;
	position: relative;
}

div.color-swatch div.swatch-shade {
	height: 23px;
	background-color: #ccc;
	clear: both;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index: 2;
}

div.color-swatch a.swatch {
	display: block;
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 71px;
	height: 50px;
	background-image: url(/images/design/Design-Sprite.png);
	background-repeat: no-repeat;
	background-position: -72px -383px;
}

div.color-swatch a.swatch img {
	display: block;
	width: 71px;
	height: 50px;
}

div.color-swatch a.swatch.active img {
	background-image: url(/images/design/x.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

div.color-swatch a.swatch.metals {
	background-position: -419px -383px;
	width: 71px;
}

div.color-swatch a.swatch.metals img {
	width: 71px;
}

div.color-swatch a.swatch.whites-brights {
	background-position: -143px -383px;
	width: 69px;
}

div.color-swatch a.swatch.whites-brights img {
	width: 69px;
}

div.color-swatch a.swatch.black-grays {
	width: 67px;
	background-position: -490px -383px;
}

div.color-swatch a.swatch.black-grays img {
	width: 67px;
}

div.color-swatch a.swatch.the-blues {
	width: 71px;
	background-position: -1px -383px;
}

div.color-swatch a.swatch.the-blues img {
	width: 71px;
}

div.color-swatch a.swatch.proud-brown {
	width: 67px;
	background-position: -212px -383px;
}

div.color-swatch a.swatch.proud-brown img {
	width: 67px;
}

div.color-swatch a.swatch.go-green {
	width: 71px;
	background-position: -72px -383px;
}

div.color-swatch a.swatch.go-green img {
	width: 71px;
}

div.color-swatch a.swatch.reds-oranges {
	width: 70px;
	background-position: -279px -383px;
}

div.color-swatch a.swatch.reds-oranges img {
	width: 70px;
}

div.color-swatch a.swatch.pinks-purples {
	width: 70px;
	background-position: -349px -383px;
}

div.color-swatch a.swatch.pinks-purples img {
	width: 70px;
}

div.color-group {
	padding: 10px;
	border-left: solid 1px #cecece;
	border-right: solid 1px #cecece;
}

div.color-group div.color-panel {
	width: 738px;
	height: 227px;
	overflow: hidden;
}

div.color-panel div.scroller {
	width: 9000px;
	height: 227px;
	white-space: nowrap;
}

div.color-panel div.color-story {
	float: left;
	margin-right: 2px;
}

div.color-story a.color-select {
	display: block;
	width: 158px;
	height: 158px;
	background-image: url(/images/design/Design-Sprite.png);
	background-repeat: no-repeat;
	background-position: 200px 200px;
	padding: 16px 2px;
}

div.color-story a.color-select img {
	display: block;
	width: 155px !important;
	height: 155px !important;
}

div.color-story.active a.color-select {
	padding: 10px;
	background-position: -184px -1px;
	width: 170px;
	height: 170px;
}

div.color-story.active a.color-select img {
	width: 169px !important;
	height: 169px !important;
}

div.color-story.selected a.color-select {
	background-position: -184px -192px;
}

div.color-story span.color-name {
	display: block;
	text-align: center;
}

a.color-next {
	float: right;
	width: 42px;
	height: 42px;
	background-image: url(/images/design/Design-Sprite.png);
	background-repeat: no-repeat;
	background-position: -378px -48px;
	margin-right: -47px;
	margin-top: -155px;
}

div.color-group div.color-bar {
	height: 17px;
	background-color: #ccc;
}

div.color-group div.color-bar div.color-selected {
	height: 17px;
	width: 172px;
	background-color: #666;
}

div.color-preview {
	margin-top: 20px;
	position: relative;
}

div.color-preview img.preview {
	width: 738px;
	height: 738px;
	position: relative;
	z-index: 1;
}

div.layout-shade {
	position: relative;
	margin-top: 20px;
}

div.layout-shade-top {
	width: 240px;
	height: 7px;
	background-image: url(/images/design/Shade-Top.png);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}

div.layout-shade-bottom {
	width: 240px;
	height: 7px;
	background-image: url(/images/design/Shade-Bottom.png);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	position: absolute;
	z-index: 2;
	bottom: 0px;
	left: 0px;
}

div.layout-panel {
	height: 950px;
	position: relative;
	overflow: hidden;
	width: 240px;
	z-index: 1;
	padding-top: 20px;
}

div.layout-panel div.scroller {
	height: 9990px;
}

div.color-layout a.layout {
	display: block;
	width: 160px;
	height: 141px;
	background-image: url(/images/design/Design-Sprite.png);
	background-repeat: no-repeat;
	background-position: 200px 200px;
	padding: 11px;
	margin: 0px auto 2px auto;
}

div.color-layout a.layout.active {
	background-position: -1px -1px;
}

div.color-layout a.layout.selected {
	background-position: -1px -165px;
}

a.layout-up {
	width: 42px;
	height: 42px;
	background-image: url(/images/design/Design-Sprite.png);
	background-repeat: no-repeat;
	background-position: -425px -48px;
	margin-top: -25px;
	margin-right: 100px;
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -30px;
}

a.layout-down {
	width: 42px;
	height: 42px;
	background-image: url(/images/design/Design-Sprite.png);
	background-repeat: no-repeat;
	background-position: -472px -48px;
	margin-right: 100px;
	margin-top: 20px;
	position: absolute;
	bottom: -50px;
	left: 50%;
	margin-left: -30px;
}

a.color-fullscreen {
	position: absolute;
	display: block;
	right: -30px;
	top: 65px;
	z-index: 2;
}

a.color-fullscreen img {
	display: block;
	width: 297px;
	height: 91px;
	background-image: url(/images/design/Design-Sprite.png);
	background-repeat: no-repeat;
	background-position: -374px -191px;
}

a.color-continue {
	display: block;
	width: 300px;
	height: 56px;
	margin: 0px auto 10px auto;
}

a.color-continue img {
	display: block;
	width: 300px;
	height: 56px;
	background-image: url(/images/design/Design-Sprite.png);
	background-repeat: no-repeat;
	background-position: -375px -285px;
}

div.design-next {
	position: absolute;
	right: -230px;
	top: 20px;
	z-index: 10;
}

div.design-next a {
	display: block;
}

div.design-text h1 {
	width: 330px;
	margin: 25px 0px 5px 25px;
	padding: 0px;
}

div.design-text p {
	width: 220px;
	margin: 0px 0px 0px 25px;
	height: 130px;
}

div.design-text {
	height: 175px;
	width: 380px;
}

div.design-view {
	width: 192px;
}

div.design-slider {
	position: relative;
	height: 420px;
}

div.laptop {
	width: 765px;
	position: absolute;
	top: -46px;
	right: -90px;
	height: 419px;
	background-image: url(/images/design/laptop.png);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 1;
}

div.laptop div.place {
	width: 530px;
	height: 331px;
	left: 112px;
	top: 22px;
}

div.laptop div.glint {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 530px;
	height: 331px;
	background-image: url(/images/design/laptop-glint.png);
	background-repeat: no-repeat;
	background-position: right top;
}

div.tablet {
	width: 379px;
	position: absolute;
	top: 95px;
	left: 310px;
	height: 277px;
	background-image: url(/images/design/tablet.png);
	background-repeat: no-repeat;
	background-position: left top;
}

div.tablet div.place {
	width: 289px;
	height: 216px;
	left: 45px;
	top: 27px;
}

div.tablet div.glint {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 289px;
	height: 216px;
	background-image: url(/images/design/tablet-glint.png);
	background-repeat: no-repeat;
	background-position: right top;
}

div.iphone {
	width: 89px;
	position: absolute;
	left: 315px;
	top: 225px;
	height: 150px;
	background-image: url(/images/design/iphone.png);
	background-repeat: no-repeat;
	background-position: left top;
}

div.iphone div.place {
	width: 65px;
	height: 96px;
	left: 6px;
	top: 25px;
}

div.iphone div.glint {
	width: 65px;
	height: 96px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(/images/design/iphone-glint.png);
	background-repeat: no-repeat;
	background-position: right top;
}

div.samsung {
	width: 97px;
	left: 270px;
	position: absolute;
	height: 187px;
	top: 185px;
	background-image: url(/images/design/samsung.png);
	background-repeat: no-repeat;
	background-position: left top;
}

div.samsung div.place {
	width: 83px;
	height: 150px;
	left: 8px;
	top: 17px;
}

div.samsung div.glint {
	position: absolute;
	width: 83px;
	height: 150px;
	left: 0px;
	top: 0px;
	background-image: url(/images/design/samsung-glint.png);
	background-repeat: no-repeat;
	background-position: right top;
}

div.design-sample {
	width: 192px;
	position: absolute;
	top: 240px;
	left: 88px;
}

div.design-compatibility {
	width: 48px;
	position: absolute;
	top: 334px;
	left: 220px;
}

div.design-view div.place {
	position: absolute;
}

div.design-text h1 {
	width: 330px;
	margin: 25px 0px 5px 25px;
	padding: 0px;
}

div.design-text p {
	width: 220px;
	margin: 0px 0px 0px 25px;
	height: 130px;
}

div.design-text {
	height: 175px;
	width: 380px;
}

div.design-view {
	width: 192px;
}

div.design-slider {
	position: relative;
	height: 420px;
}

div.design-sample {
	width: 192px;
	position: absolute;
	top: 240px;
	left: 88px;
}

div.design-compatibility {
	width: 48px;
	position: absolute;
	top: 334px;
	left: 220px;
}

div.hrBreakLine {
	position: absolute;
	background-image: url(/images/design/hrBreakLine_11.png);
	height: 22px;
	width: 1000px;
	z-index: 0;
}

div.variation {
	margin-top: 30px;
}

div.variation-colors {
	margin-left: -30px;
}

div.variation-name {
	font-size: 12px;
	text-align: right;
}

div.variation div {
}

div.variation-samples div {
	width: 250px;
	height: 250px;
	float: left;
	border: solid 1px #A5A5A5;
	margin-left: 20px;
}

div.variation-samples {
	position: absolute;
	margin-top: -270px;
	right: 0;
}

a.variation-view {
	margin-left: 29px;
}

a.variation-view img {
	margin-top: -40px;
}

div.mobile-websites {
	height: 412px;
	background-repeat: no-repeat;
	margin-top: 100px;
}

div.mobile-theme-image {
	float: right;
	margin-top: 10px;
	width: 190px;
	z-index: 10;
	position: relative;
	height: 320px;
}

div.bg-area {
	background-image: url(/images/design/paidSearchAds_26.jpg);
	width: 1031px;
	height: 468px;
	margin-left: -18px;
}

div.paid-search-text {
	width: 375px;
	float: right;
	margin-top: 150px;
	padding-right: 40px;
}

#HeaderText {
	float: right;
	margin-top: -80px;
}

#toTop {
	position: fixed;
	right: 0;
	top: 200px;
	cursor: pointer;
	display: none;
}

a.tsm-next {
	position: absolute;
	right: 20px;
	top: -49px;
	width: 140px;
	height: 50px;
	text-align: center;
	font-family: 'Humanist';
	font-size: 30px;
	color: #fff;
	line-height: 52px;
	background-image: url(/images/TSM/Green-Btn.png);
	box-shadow: 1px -3px 7px rgba(0,0,0,.25);
	text-transform: uppercase;
}

a.tsm-prev {
	position: absolute;
	right: 175px;
	top: -49px;
	width: 140px;
	height: 50px;
	text-align: center;
	font-family: 'Humanist';
	font-size: 30px;
	color: #fff;
	line-height: 52px;
	background-image: url(/images/TSM/Blue-Btn.png);
	text-transform: uppercase;
}

div.tsm-preview {
	box-shadow: inset 3px -3px 6px rgba(0,0,0,.5);
}

a.tsm-sample {
	color: #fff;
	background-color: #db8100;
	font-family: 'Humanist';
	font-size: 40px;
	width: 370px;
	height: 90px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	text-align: center;
	line-height: 90px;
	box-shadow: 2px -2px 7px rgba(0,0,0,.5);
	z-index: 2;
}
