.options-wrap {
	position: absolute;
	z-index: 1900;
	top: 145px;
	width: 194px;
	height: 750px;
	left: -234px;
	background: #F0F0F0;
	overflow: visible;
	padding:20px;
}
.options-purchase {
	cursor: pointer;
	margin-left: 12px;
	height: 39px;
	width: 176px;
	background: url('images/logo.png?1') no-repeat;
}

.options-select {
	width:193px;
}

.options-btn {
	padding: 15px 10px;
	position: absolute;
	cursor: pointer;
	width: 24px;
	height: 24px;
	font-size: 22px;
	display: block;
	margin-top: -20px;
	margin-left: 214px;
	background: #333;
	color: white;
}

.options-color {
	width: 14px;
	height: 14px;
	display: block;
	float: left;
	margin: 0px 10px 10px 0px;
	cursor: pointer;
	font-size: 14px;
	color: white;
	padding: 5px;
}

.options-color i {
	display:none;
}

.options-color.active i {
	display:block;
}

.options-information {
	float: left;
	font-size: 12px;
	margin-top: 20px;
}

.options-title h5 {
	border-bottom:1px #CCC solid;
	padding-bottom:5px;
	margin-bottom:5px;
}

.options-submit {
	text-align: right;
	float:left;
	margin-top:5px;
	padding-top:5px;
	border-top:1px #CCC solid;
	width:100%;
	margin-bottom:30px;
}

.options-wrap .background-element {
	float:left;
	height: 24px;
	width: 24px;
	overflow: hidden;
	border:1px #e8e8e8 solid;
	margin-right:6px;
	margin-bottom:6px;
	cursor:pointer;
}

.options-wrap .background-element-img {
	width:56px;
	height:56px;
}

.options-wrap .background-element.selected {
	border:1px #000 solid;
}

.options-title a {	color:#ff0000;}

.options-version {font-size:12px;text-align:center;}
.options-btn i {margin-left:2px;}

.options-wrap .background-element.style-1 { background: url('images/bedge_grunge_ts.png') no-repeat;}
.options-wrap .background-element.style-2 { background: url('images/bgnoise_lg_ts.png') no-repeat;}
.options-wrap .background-element.style-3 { background: url('images/black_denim_ts.png') no-repeat;}
.options-wrap .background-element.style-4 { background: url('images/bright_squares_ts.png') no-repeat;}
.options-wrap .background-element.style-5 { background: url('images/carbon_fibre_ts.png') no-repeat;}
.options-wrap .background-element.style-6 { background: url('images/dark_wood_ts.png') no-repeat;}
.options-wrap .background-element.style-7 { background: url('images/green_gobbler_ts.png') no-repeat;}
.options-wrap .background-element.style-8 { background: url('images/grid_ts.png') no-repeat;}
.options-wrap .background-element.style-9 { background: url('images/px_by_Gre3g_ts.png') no-repeat;}
.options-wrap .background-element.style-10 { background: url('images/rough_diagonal_ts.png') no-repeat;}
.options-wrap .background-element.style-11 { background: url('images/vertical_cloth_ts.png') no-repeat;}
.options-wrap .background-element.style-12 { background: url('images/wild_oliva.png') no-repeat;}

.options-wrap .background-element.style-image-1 { background: url('images/bus-ts.png') no-repeat;}
.options-wrap .background-element.style-image-2 { background: url('images/idea-ts.png') no-repeat;}
.options-wrap .background-element.style-image-3 { background: url('images/success-ts.png') no-repeat;}
.options-wrap .background-element.style-image-4 { background: url('images/work-ts.png') no-repeat;}
.options-wrap .background-element.style-image-5 { background: url('images/world-time-ts.png') no-repeat;}
.options-wrap .background-element.style-image-6 { background: url('images/char-ts.png') no-repeat;}

body.bg-bedge_grunge { 
	background-size: 588px 375px;
	background-repeat: repeat;
	background-image: url('images/bedge_grunge.png');
}

body.bg-bgnoise_lg { 
	background-size: 100px 100px;
	background-repeat: repeat;
	background-image: url('images/bgnoise_lg.png');
}

body.bg-black_denim { 
	background-size: 145px 145px;
	background-repeat: repeat;
	background-image: url('images/black_denim.png');
}

body.bg-bright_squares { 
	background-size: 297px 297px;
	background-repeat: repeat;
	background-image: url('images/bright_squares.png');
}

body.bg-carbon_fibre { 
	background-size: 24px 22px;
	background-repeat: repeat;
	background-image: url('images/carbon_fibre.png');
}

body.bg-dark_wood { 
	background-size: 512px 512px;
	background-repeat: repeat;
	background-image: url('images/dark_wood.png');
}

body.bg-green_gobbler { 
	background-size: 39px 39px;
	background-repeat: repeat;
	background-image: url('images/green_gobbler.png');
}

body.bg-grid { 
	background-size: 310px 310px;
	background-repeat: repeat;
	background-image: url('images/grid.png');
}

body.bg-px_by_Gre3g { 
	background-size: 100px 100px;
	background-repeat: repeat;
	background-image: url('images/px_by_Gre3g.png');
}

body.bg-rough_diagonal { 
	background-size: 256px 256px;
	background-repeat: repeat;
	background-image: url('images/rough_diagonal.png');
}

body.bg-vertical_cloth { 
	background-size: 399px 400px;
	background-repeat: repeat;
	background-image: url('images/vertical_cloth.png');
}

body.bg-wild_oliva { 
	background-size: 198px 200px;
	background-repeat: repeat;
	background-image: url('images/wild_oliva.png');
}

body.bg-bus { 
	background: url('images/businessman-pressing-social-media-icon-m.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body.bg-idea { 
	background: url('images/idea-m.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body.bg-success { 
	background: url('images/success-m.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body.bg-work { 
	background: url('images/man-working-with-modern-devices-m.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body.bg-world-time { 
	background: url('images/world-time-m.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body.bg-chars { 
	background: url('images/investment-charts-m.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
	
body.bg-bedge_grunge { 
	background-image: url('images/bedge_grunge@2x.png');
}

body.bg-bgnoise_lg { 
	background-image: url('images/bgnoise_lg@2x.png');
}

body.bg-black_denim { 
	background-image: url('images/black_denim@2x.png');
}

body.bg-bright_squares { 
	background-image: url('images/bright_squares@2x.png');
}

body.bg-carbon_fibre { 
	background-image: url('images/carbon_fibre@2x.png');
}

body.bg-dark_wood { 
	background-image: url('images/dark_wood@2x.png');
}

body.bg-green_gobbler { 
	background-image: url('images/green_gobbler@2x.png');
}

body.bg-grid { 
	background-image: url('images/grid@2x.png');
}

body.bg-px_by_Gre3g { 
	background-image: url('images/px_by_Gre3g@2x.png');
}

body.bg-rough_diagonal { 
	background-image: url('images/rough_diagonal@2x.png');
}

body.bg-vertical_cloth { 
	background-image: url('images/vertical_cloth@2x.png');
}

body.bg-wild_oliva { 
	background-image: url('images/wild_oliva@2x.png');
}

}



