﻿/* FONTS ----------------------------------*/
@font-face {
  font-family: 'koodak';
  src: url('fonts/BKoodakBold.eot?#') format('eot'),  /* IE6-8 */
       url('fonts/BKoodakBold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('fonts/BKoodakBold.ttf') format('truetype');  /* Safari5, Chrome4+, FF3.5, Opera 10+ */
}
/* CSS RESET ----------------------------------*/
#dorsa_theme_manager body {
	direction: rtl;
	background: #F3F3F3;
	font-family: Tahoma, Arial;
	font-size: 11px;
}
#dorsa_theme_manager input[type=text] {
	height: 20px;
	font-family: Tahoma;
}
#dorsa_theme_manager a {
	color: #669ba4;
	text-decoration: none;
}
#dorsa_theme_manager input[type=text], textarea {
	width: 170px;
	-webkit-transition: width 1s ease;
	-moz-transition: width 1s ease;
	-o-transition: width 1s ease;
	-ms-transition: width 1s ease;
	transition: width 1s ease;
}
#dorsa_theme_manager input:focus, textarea:focus {
	width: 250px;
}
#dorsa_theme_manager a:hover {
	text-decoration: underline;
}
#dorsa_theme_manager .clear {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
#dorsa_theme_manager img {
	border: 0 transparent none;
}
#dorsa_theme_manager hr {
	border: 0;
	height: 2px;
	background-image: -webkit-linear-gradient(left, rgba(230,230,230,0), rgba(230,230,230,230.75), rgba(230,230,230,0));
	background-image: -moz-linear-gradient(left, rgba(230,230,230,0), rgba(230,230,230,230.75), rgba(230,230,230,0));
	background-image: -ms-linear-gradient(left, rgba(230,230,230,0), rgba(230,230,230,230.75), rgba(230,230,230,0));
	background-image: -o-linear-gradient(left, rgba(230,230,230,0), rgba(230,230,230,230.75), rgba(230,230,230,0));
}
/* CSS ----------------------------------*/
#bar {
	height: 40px;
	clear: both;
	border-bottom: 1px #DEDEDE solid;
	background: #fbfbfb url('images/SkinDesigner/hr.jpg') repeat-x center bottom;
	background: -moz-linear-gradient(top, #fbfbfb 0%, #ececec 100%); /* FF3.6+ */;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#ececec)); /* Chrome,Safari4+ */;
	background: -webkit-linear-gradient(top, #fbfbfb 0%,#ececec 100%); /* Chrome10+,Safari5.1+ */;
	background: -o-linear-gradient(top, #fbfbfb 0%,#ececec 100%); /* Opera 11.10+ */;
	background: -ms-linear-gradient(top, #fbfbfb 0%,#ececec 100%); /* IE10+ */;
	background: linear-gradient(top, #fbfbfb 0%,#ececec 100%); /* W3C */;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#ececec',GradientType=0 ); /* IE6-9 */;
}
#bar img {
	vertical-align: middle;
	margin-left: 7px;
}
#bar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#bar ul.primary > li {
	height: 40px;
	line-height: 40px;
	float: right;
	border-left: 1px #DEDEDE solid;
	position: relative;
}
#bar ul.primary > li:hover {
	background: #ececec url('images/SkinDesigner/hr.jpg') repeat-x center bottom;
	background: -moz-linear-gradient(top, #ececec 0%, #fbfbfb 100%); /* FF3.6+ */;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ececec), color-stop(100%,#fbfbfb)); /* Chrome,Safari4+ */;
	background: -webkit-linear-gradient(top, #ececec 0%,#fbfbfb 100%); /* Chrome10+,Safari5.1+ */;
	background: -o-linear-gradient(top, #ececec 0%,#fbfbfb 100%); /* Opera 11.10+ */;
	background: -ms-linear-gradient(top, #ececec 0%,#fbfbfb 100%); /* IE10+ */;
	background: linear-gradient(top, #ececec 0%,#fbfbfb 100%); /* W3C */;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#fbfbfb',GradientType=0 ); /* IE6-9 */;
}
#bar a {
	margin: 0 20px;
	color: #777777;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	padding: 6px 24px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #ffffff;
}
#bar li ul.sub {
	display: none;
	background-color: #ececec;
	min-width: 200px;
	min-height: 200px;
	border: 1px #DEDEDE solid;
	z-index: 1500;
}
#bar li:hover ul.sub {
	display: block;
	position: absolute;
	top: 40px;
	right: -1px;
}
#bar ul.primary ul.sub > li:hover {
	color: #669ba4;
	background-color: #bcdadf;
}
#dorsa_theme_manager {
	background: #f6f6f6;
	width: 995px;
	margin: auto;
	border: 1px #DEDEDE solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1);
}
#dorsa_theme_manager div.ribbon {
	margin-top: -7px;
	height: 150px;
	background: #fbfbfb url('images/SkinDesigner/hr.jpg') repeat-x center bottom;
	background: -moz-linear-gradient(top, #fbfbfb 0%, #ececec 100%); /* FF3.6+ */;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#ececec)); /* Chrome,Safari4+ */;
	background: -webkit-linear-gradient(top, #fbfbfb 0%,#ececec 100%); /* Chrome10+,Safari5.1+ */;
	background: -o-linear-gradient(top, #fbfbfb 0%,#ececec 100%); /* Opera 11.10+ */;
	background: -ms-linear-gradient(top, #fbfbfb 0%,#ececec 100%); /* IE10+ */;
	background: linear-gradient(top, #fbfbfb 0%,#ececec 100%); /* W3C */;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#ececec',GradientType=0 ); /* IE6-9 */;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	border-bottom: 1px #dedede solid;
}
#dorsa_theme_manager div.tabs {
	float: right;
}
#dorsa_theme_manager div.search_box {
	float: left;
}
#dorsa_theme_manager input.Text_Saerch {
	height: 20px;
	border: 1px #dedede solid;
	font-size: 10px;
	text-indent: 5px;
	margin: 7px;
}
#dorsa_theme_manager div.clip_board {
	border-left: 1px #dedede solid;
	float: right;
	width: 150px;
	height: 113px;
	margin-top: -10px;
}
#dorsa_theme_manager div.zones {
	padding: 7px;
}
#dorsa_theme_manager div.zone {
	padding: 7px;
	margin-bottom: 7px;
	/* min-height: 150px; */
	border: 1px #828282 solid;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
#dorsa_theme_manager div.zone:hover {
	background-color: #FFF;
	-webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
}
#dorsa_theme_manager div.frame {
	border: 2px #DEDEDE dashed;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	padding: 3px;
}
#dorsa_theme_manager div.frame:hover {
	border: 2px #669ba4 dashed;
	-webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
}
#dorsa_theme_manager div.zone div.frame_title_bar {
	font-family: Koodak, Tahoma;
	font-size: 14px;
	height: 25px;
	color: #DEDEDE;
	text-align: center;
	cursor: move;
	border-bottom: 2px #DEDEDE dashed;
	margin-bottom: 7px;
}
#dorsa_theme_manager div.zone div.frame_title_bar:hover {
	color: #669ba4;
	border-bottom: 2px #669ba4 dashed;
}
#dorsa_theme_manager div.zone table.tbl_frame {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #83C0E9;
}
#dorsa_theme_manager div.zone td.tbl_header, #dorsa_theme_manager div.zone td.tbl_footer {
	background-color: #83C0E9;
	height: 30px;
}
#dorsa_theme_manager div.ContentHolder {
	width: 99%;
	text-align: center;
	border: 2px #DEDEDE dashed;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	margin: 10px 0;
}
#dorsa_theme_manager div.ContentHolder:hover {
	border: 2px #993333 dashed;
	-webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
}
#dorsa_theme_manager div.zone div.ContentHolder_title_bar {
	font-family: Koodak, Tahoma;
	font-size: 14px;
	height: 25px;
	color: #DEDEDE;
	text-align: center;
	cursor: move;
	border-bottom: 2px #DEDEDE dashed;
	margin-bottom: 7px;
}
#dorsa_theme_manager div.zone div.ContentHolder_title_bar:hover {
	color: #669ba4;
	border-bottom: 2px #993333 dashed;
}
#dorsa_theme_manager div.zone div.caption {
	width: 100%;
	height: 100%;
	background: black (images/SkinDesigner/hatch-dark.png);
	color: #fff;
	position: absolute;
	bottom: -1px; /* fix IE issue */;
	left: 0;
	display: none;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	margin: auto;
}
#dorsa_theme_manager div.zone div.tools {
	background-image: url(images/SkinDesigner/sprite.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 61px;
	height: 61px;
	display: block;
	position: absolute;
	right: -42px;
	bottom: -42px;
}
#dorsa_theme_manager div.zone div.content {
	border: 1px #DEDEDE solid;
	position: relative;
	overflow: hidden;
	min-height: 100px;
	margin: 5px;
}
#dorsa_theme_manager div.zone div.content:hover {
	border: 1px #CC0000 dashed;
	cursor: move;
}
/* Tabs ----------------------------------*/
#dorsa_theme_manager .ui-tabs {
	zoom: 1;
}
#dorsa_theme_manager .ui-tabs .ui-tabs-nav {
	list-style: none;
	position: relative;
	padding: 0 0 0 .2em;
}
#dorsa_theme_manager #tabs div.item {
	margin-top: -11px;
	border-bottom: 1px #dedede solid;
	height: 35px;
}
#dorsa_theme_manager .ui-tabs .ui-tabs-nav li {
	position: relative;
	float: right;
	border-bottom-width: 0 !important;
	margin: auto;
	padding: 6px;
	font-family: "koodak", Tahoma;
	font-size: 14px;
	border-left: 1px #dedede solid;
}
#dorsa_theme_manager .ui-tabs .ui-tabs-nav li a {
	float: right;
	text-decoration: none;
	color: #a0a0a0;
}
#dorsa_theme_manager .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	border-bottom-width: 0;
	background: -moz-linear-gradient(top, #d1e7eb 0%, #bad9de 100%); /* FF3.6+ */;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d1e7eb), color-stop(100%,#bad9de)); /* Chrome,Safari4+ */;
	background: -webkit-linear-gradient(top, #d1e7eb 0%,#bad9de 100%); /* Chrome10+,Safari5.1+ */;
	background: -o-linear-gradient(top, #d1e7eb 0%,#bad9de 100%); /* Opera 11.10+ */;
	background: -ms-linear-gradient(top, #d1e7eb 0%,#bad9de 100%); /* IE10+ */;
	background: linear-gradient(top, #d1e7eb 0%,#bad9de 100%); /* W3C */;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1e7eb', endColorstr='#bad9de',GradientType=0 ); /* IE6-9 */;
}
#dorsa_theme_manager .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
	cursor: text;
	color: #669ba4;
}
#dorsa_theme_manager .ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
	cursor: pointer;
}
#dorsa_theme_manager .ui-tabs .ui-tabs-panel {
	padding: 1em 1.4em;
	display: block;
	border-width: 0;
	background: none;
}
#dorsa_theme_manager .ui-tabs .ui-tabs-hide {
	display: none !important;
}
/* Slider  ----------------------------------*/
#plugins span {
	display: block;
}
#plugins a {
	cursor: move;
}
.jcarousel-skin-tango .jcarousel-container {
}
.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
	width: 880px;
	padding: 25px 40px 15px 40px;
}
.jcarousel-skin-tango .jcarousel-clip {
	overflow: hidden;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
	width: 880px;
}
.jcarousel-skin-tango .jcarousel-item {
	width: 80px;
	height: 50px;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
	margin-right: 0;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
	margin-right: 0;
}
.jcarousel-skin-tango .jcarousel-item-placeholder {
	background: #fff;
	color: #000;
}
/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
	position: absolute;
	top: 30px;
	right: 5px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background : transparent url(images/SkinDesigner/header_bg.gif) no-repeat 0 0;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
	left: 5px;
	right: auto;
	background-image: url("images/SkinDesigner/prev-horizontal.png");
}
.jcarousel-skin-tango .jcarousel-next-horizontal:hover, .jcarousel-skin-tango .jcarousel-next-horizontal:focus {
	background-position: -32px 0;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:active {
	background-position: -64px 0;
}
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
	cursor: default;
	background-position: -96px 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
	position: absolute;
	top: 30px;
	left: 5px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: transparent url("images/SkinDesigner/prev-horizontal.png") no-repeat 0 0;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
	left: auto;
	right: 5px;
	background-image: url("images/SkinDesigner/next-horizontal.png");
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover, .jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
	background-position: -32px 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
	background-position: -64px 0;
}
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
	cursor: default;
	background-position: -96px 0;
}
/* BUTTON ----------------------------------*/
#dorsa_theme_manager button input[type=button] .button {
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color: #ededed;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #dcdcdc;
	display: inline-block;
	color: #777777;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 24px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #ffffff;
	float: left;
	margin: 0 3px 0 3px;
	width: 24px;
	text-align: center;
}
#dorsa_theme_manager button:hover input[type=button]:hover .button:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color: #dfdfdf;
	text-decoration: none;
}
#dorsa_theme_manager .button:active {
	position: relative;
	top: 1px;
}
.bsmall {
	padding: 3px;
	font-size: 12px;
	margin: 0 0 0 3px;
	cursor: pointer;
	min-width: 40px;
}
/* DIALOG bOX ----------------------------------*/
.ui-dialog {
	position: absolute;
	padding: 0;
	width: 300px;
	overflow: hidden;
	background: white;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	border: 1px #dedede solid;
	-webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1);
}
.ui-dialog .ui-dialog-titlebar {
	padding: .5em 1em .3em;
	position: relative;
	height: 30px;
	background: #fbfbfb url('images/hr.jpg') repeat-x center bottom;
    background  : -moz-linear-gradient(top, #fbfbfb 0%, #ececec 100%); /* FF3.6+ */;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#ececec)); /* Chrome,Safari4+ */;
	background: -webkit-linear-gradient(top, #fbfbfb 0%,#ececec 100%); /* Chrome10+,Safari5.1+ */;
	background: -o-linear-gradient(top, #fbfbfb 0%,#ececec 100%); /* Opera 11.10+ */;
	background: -ms-linear-gradient(top, #fbfbfb 0%,#ececec 100%); /* IE10+ */;
	background: linear-gradient(top, #fbfbfb 0%,#ececec 100%); /* W3C */;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D2E5F7', endColorstr='#ececec',GradientType=0 ); /* IE6-9 */;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	border-bottom: 1px #dedede solid;
}
.ui-dialog .ui-dialog-title {
	float: right;
	margin: .1em 0 .2em 16px;
	line-height: 29px;
	color: #669ba4;
}
.ui-dialog .ui-dialog-titlebar-close {
	background: url('images/SkinDesigner/close.png') no-repeat;
	position: absolute;
	left: 15px;
	top: 50%;
	width: 19px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 18px;
}
.ui-dialog .ui-dialog-titlebar-close span {
	display: block;
	margin: 1px;
}
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
	background: url('images/SkinDesigner/close-hover.png') no-repeat;
	padding: 1px;
}
.ui-dialog .ui-dialog-content {
	border: none;
	border-top: 0 transparent none;
	padding: .5em 1em;
	background: white;
	overflow: auto;
	zoom: 1;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin: .5em 0 0 0;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane button {
	float: right;
	margin: .5em .4em .5em 0;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	line-height: 1.4em;
	width: auto;
	overflow: visible;
}
.ui-dialog .ui-resizable-se {
	width: 14px;
	height: 14px;
	right: 3px;
	bottom: 3px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-dialog-buttonset {
	direction: rtl;
	float: left;
}
/* SLIDING DIV ----------------------------------*/
.slidingDiv {
	height: 100px;
	background-color: #cce4e8;
	padding: 7px;
	margin-top: 2px;
	border-bottom: 5px solid #669ba4;
}
.slidingDiv div.title {
	font-family: "koodak", Tahoma;
	font-size: 14px;
	color: #669ba4;
}
.slidingDiv div.settings {
	height: 60px;
}
.show_hide {
	display: none;
}
/* GRID ----------------------------------*/
.grid_container {
	width: 950px;
	margin: 0 auto;
}
.grid_right {
	float: right;
	margin-left: 10px;
}
.grid_last {
	margin-left: 0;
}
div.colors {
	width: 300px;
	margin: auto;
}
div.color {
	background-image: url('images/SkinDesigner/color.png');
	background-position: top;
	cursor: pointer;
	width: 63px;
	height: 48px;
}
div.color:hover {
	background-image: url('images/SkinDesigner/color.png');
	background-position: bottom;
}
