/* Required CSS classes: must be included in all pages using this script */
/* Apply the element you want to drag/resize */
.drag-main{
	position:fixed;
	z-index:999;
}
.drag-main-comment{
	position: absolute;
	z-index:999;
}
.drsElement {
 position: absolute;
 z-index:990;

}


/*
 The main mouse handle that moves the whole element.
 You can apply to the same tag as drsElement if you want.
*/
.drsMoveHandle {
 background-position:top center;
 background-image:url(../image/drag/drag-drag.png);
 background-repeat:no-repeat;
 background-color: transparent;
 width:65px;
 height: 64px;
 cursor: move;
}
.drsMoveHandle-comment {
 background-position:top center;
 background-image:url(../image/drag/drag-comment-top.png);
 background-repeat:no-repeat;
 background-color: transparent;
 width:310px;
 height:36px;
 cursor:move;
}
.drsMoveHandle-sidebar {
 background-position:top center;
 background-image:url(../image/drag/drag-sidebar-top.png);
 background-repeat:no-repeat;
 background-color: transparent;
 width:269px;
 height:38px;
 cursor:move;
}
.drsMoveHandle-sidebar-two {
 background-position:top center;
 background-image:url(../image/drag/sidebar-empty-top.png);
 background-repeat:no-repeat;
 background-color: transparent;
 width:269px;
 height:9px;
 cursor:move;
}
.drsMoveHandle-author {
 background-position:top center;
 background-image:url(../image/drag/drag-author.png);
 background-repeat:no-repeat;
 background-color: transparent;
 width:181px;
 height:41px;
 cursor:move;
}
.drag-bottom-center{
	background-image:url(../image/drag/drag-comment-center.png);
	background-repeat:repeat-y;
	width:310px;
}
.drag-bottom-center form                       	{ margin-left:9px; padding-top:8px;  }
.drag-bottom-center label                      	{ cursor:pointer; }
.drag-bottom-center textarea					{ width:250px; height:134px; font-family:Tahoma, Geneva, sans-serif; font-size:14px; color:#646464; background-color:#dcdcdc; border-top:2px solid #d1d1d1; border-left:2px solid #d1d1d1; border-bottom:0px; border-right:0px; margin-bottom:8px; padding-left:34px; padding-top:16px; }
.drag-bottom-center input[type="text"]         	{ width:250px; height:32px; font-family:Tahoma, Geneva, sans-serif; font-size:14px; color:#646464; background-color:#dcdcdc; border-top:2px solid #d1d1d1; border-left:2px solid #d1d1d1; border-bottom:0px; border-right:0px; margin-bottom:8px; padding-left:34px; }



.drag-bottom-center input[type="submit"]       	{ font-size:9px; font-weight:bold; color:#FFF; padding:4px; background-color:#09B9D1; border-top:1px solid #79D9E6; border-left:1px solid #79D9E6; border-bottom:1px solid #427D85; border-right:1px solid #427D85; margin-top:-2px; margin-bottom:4px; cursor:pointer;   }
.drag-bottom-center input[type="submit"]:hover,
.drag-bottom-center input[type="submit"]:focus 	{ font-size:9px; font-weight:bold; color:#FFF; padding:4px; background-color:#079AAF; border-bottom:1px solid #79D9E6; border-right:1px solid #79D9E6; border-top:1px solid #427D85; border-left:1px solid #427D85; margin-top:-2px; margin-bottom:4px;  }
.drag-bottom-center input[type="submit"]:active	{  }
.drag-back{
 background-color:#D6D6D6;
}
.drag-bottom-author-center{
	background-image:url(../image/drag/drag-author-center.png);
	background-repeat:repeat-y;
	width:181px;
}
.drag-sidebar-center{
	background-image:url(../image/drag/drag-sidebar-centerpng.png);
	background-repeat:repeat-y;
	width:269px;
}
.drag-sidebar-center img{
	width:245px;
	height:245px;
	margin-top:-10px;
	margin-left:11px;
}
.drag-sidebar-center h2{
	color:#838383;
	font-size:24px;
	padding-top:14px;
	margin-left:12px;
	margin-right:12px;
}
.drag-sidebar-center ul{
	margin-top:-10px;
	margin-left:18px;
	margin-right:18px;
	margin-bottom:0px;
}
.drag-sidebar-center ul li{
	list-style-image:url(../image/general/sidebar-cat.png);
	font-size:14px;
	color:#a7a7a7;
	padding-bottom:6px;
}

.drag-sidebar-center ul li:hover{
	list-style-image:url(../image/general/sidebar-cat-hover.png);
}

.drag-sidebar-center ul li a{
	text-decoration:none;
	color:#a5a5a5;
}
.drag-sidebar-center ul li a:hover{
	text-decoration:none;
	color:#858585;
}
.drag-sidebar-center ul ul{
	margin-top:10px;
	margin-left:-5px;
}
.drag-sidebar-center ul ul li{
	list-style-image:url(../image/general/sidebar-sub.png);
}
.drag-sidebar-center ul ul li:hover{
	list-style-image:url(../image/general/sidebar-sub-hover.png);
	color:#FBFBFB;
}
.drag-sidebar-center ul ul li a:hover{
	text-decoration:none;
	color:#FBFBFB;
}

.drag-sidebar-center table{
	padding-top:8px;
	margin-left:13px;
	width:90%;
	
}

.drag-sidebar-center table caption{
	font-size:21px;
	padding:5px;
	background-color:#848484;
	color:#d6d6d6;
	margin-bottom:4px;
}

.drag-sidebar-center table thead{
	padding:5px;
	background-color:#c9c9c9;
	color:#848484;
}

.drag-sidebar-center table th{
	padding:5px;
	text-align:center;
	border:1px solid #c9c9c9;
}

.drag-sidebar-center table td{
	padding:5px;
	text-align:center;
	background-color:#d6d6d6;
	color:#848484;
	border:1px solid #c9c9c9;
}

.drag-sidebar-center table td a{
	color:#A62069;
	text-decoration:none;
	font-weight:bold;
}

.drag-sidebar-center table tr{
}

.drag-sidebar-center form label{
	display:none;
}

.drag-sidebar-center form [type="text"]{
	font-size:21px;
	padding:2px;
	background-color:#c9c9c9;
	border-left:1px solid #bababa;
	border-top:1px solid #bababa;
	border-right:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
	margin-top:-4px;
	margin-left:12px;
	width:238px;
}

.drag-sidebar-center form [type="submit"]{
width:66px; height:24px; text-align:center; font-size:9px; font-weight:bold; text-decoration:none; color:#FFF; padding:4px; background-color:#09B9D1; border-top:1px solid #79D9E6; border-left:1px solid #79D9E6; border-bottom:1px solid #427D85; border-right:1px solid #427D85; margin-top:-2px; margin-bottom:4px; margin-left:12px; margin-top:6px; cursor:pointer;
}

.drag-sidebar-center form [type="submit"]:hover{
width:66px; height:24px; text-align:center; font-size:9px; font-weight:bold; text-decoration:none; color:#FFF; padding:4px; background-color:#09B9D1; border-bottom:1px solid #79D9E6; border-right:1px solid #79D9E6; border-top:1px solid #427D85; border-left:1px solid #427D85; margin-top:-2px; margin-bottom:4px; margin-left:12px; margin-top:6px; cursor:pointer;
}

.drag-sidebar-center-four{
	background-image:url(../image/drag/drag-sidebar-centerpng.png);
	background-repeat:repeat-y;
	width:269px;
	height:30px;
	margin-top:-20px;
}


.drag-sidebar-center-two{
	background-image:url(../image/drag/drag-sidebar-centerpng.png);
	background-repeat:repeat-y;
	width:269px;
}
.drag-sidebar-center-two h2{
	color:#828282;
	font-size:24px;
	padding-top:4px;
	margin-left:12px;
	margin-right:12px;
}
.drag-sidebar-center-two ul{
	margin-top:-10px;
	margin-left:18px;
	margin-right:18px;
	margin-bottom:0px;
}
.drag-sidebar-center-two ul li{
	list-style-image:url(../image/general/sidebar2-cat.png);
	font-size:14px;
	color:#a4a4a4;
	padding-bottom:6px;
}

.drag-sidebar-center-two ul li:hover{
	list-style-image:url(../image/general/sidebar2-cat-hover.png);
}

.drag-sidebar-center-two ul li a{
	text-decoration:none;
	color:#a8a8a8;
}
.drag-sidebar-center-two ul li a:hover{
	text-decoration:none;
	color:#868686;
}
.drag-sidebar-center-two ul ul{
	margin-top:10px;
	margin-left:-5px;
}
.drag-sidebar-center-two ul ul li{
	list-style-image:url(../image/general/sidebar-sub2-1.png);
}
.drag-sidebar-center-two ul ul li:hover{
	list-style-image:url(../image/general/sidebar-sub2.png);
	color:#FBFBFB;
}
.drag-sidebar-center-two ul ul li a:hover{
	text-decoration:none;
	color:#FBFBFB;
}

.drag-sidebar-center-two table{
	padding-top:8px;
	margin-left:13px;
	width:90%;
	
}

.drag-sidebar-center-two table caption{
	font-size:21px;
	padding:5px;
	background-color:#848484;
	color:#d6d6d6;
	margin-bottom:4px;
}

.drag-sidebar-center-two table thead{
	padding:5px;
	background-color:#c9c9c9;
	color:#848484;
}

.drag-sidebar-center-two table th{
	padding:5px;
	text-align:center;
	border:1px solid #c9c9c9;
}

.drag-sidebar-center-two table td{
	padding:5px;
	text-align:center;
	background-color:#d6d6d6;
	color:#848484;
	border:1px solid #c9c9c9;
}

.drag-sidebar-center-two table td a{
	color:#A62069;
	text-decoration:none;
	font-weight:bold;
}

.drag-sidebar-center-two table tr{
}
.drag-colors {
	background-image:url(../image/drag/color-sellect.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-color:transparent;
	margin-top:-20px;
	color:#D6D6D6;
	border:0px;
	width:65px;
	height:41px;
	font-size:0px;
	cursor:pointer;
}
.drag-backs{
	background-image:url(../image/drag/drag-backs.png);
	background-repeat:repeat-y;
	width:65px;

}
.color{
	position:absolute;
	background-image:url(../image/drag/color-sellect.png);
	border:0px;
	width:60px;
	height:24px;
	font-size:0px;
	text-align:center;
	padding-top:10PX;
	color:#D5D5D5;
	cursor:pointer;
}
.drag-bottom{
	background-image:url(../image/drag/drag-bottom.png);
	width:65px;
	height:12px;
}
.drag-bottom-comment{
	background-image:url(../image/drag/drag-comment-bottom.png);
	width:310px;
	height:7px;
}
.drag-bottom-sidebar{
	margin-bottom:46px;
	background-image:url(../image/drag/drag-sidebar-bottom.png);
	width:269px;
	height:7px;
}
.drag-bottom-author{
	background-image:url(../image/drag/drag-author-bottom.png);
	width:181px;
	height:7px;
}
.author-drag {
	padding-top:10px;
	margin-left:12px;
	margin-right:12px;
}
.author-drag-button a { float:left; width:66px; height:14px; text-align:center; font-size:9px; font-weight:bold; text-decoration:none; color:#FFF; padding:4px; background-color:#A7206A; border-top:1px solid #CD80AA; border-left:1px solid #CD80AA; border-bottom:1px solid #774A63; border-right:1px solid #774A63; margin-top:-2px; margin-bottom:4px;}
.author-drag-button a:hover { float:left; width:66px; height:14px; text-align:center; font-size:9px; font-weight:bold; text-decoration:none; color:#FFF; padding:4px; background-color:#831853; border-top:1px solid #774A63; border-left:1px solid #774A63; border-bottom:1px solid #CD80AA; border-right:1px solid #CD80AA; margin-top:-2px; margin-bottom:4px;}
.author-drag-button-next a { float:right; width:66px; height:14px; text-align:center; font-size:9px; font-weight:bold; text-decoration:none; color:#FFF; padding:4px; background-color:#09B9D1; border-top:1px solid #79D9E6; border-left:1px solid #79D9E6; border-bottom:1px solid #427D85; border-right:1px solid #427D85; margin-top:-2px; margin-bottom:4px;}
.author-drag-button-next a:hover { float:right; width:66px; height:14px; text-align:center; font-size:9px; font-weight:bold; text-decoration:none; color:#FFF; padding:4px; background-color:#068A9D; border-top:1px solid #427D85; border-left:1px solid #427D85; border-bottom:1px solid #79D9E6; border-right:1px solid #79D9E6; margin-top:-2px; margin-bottom:4px;}
.author-drag img {
	float:left;
	margin-right:10px;
	border-top:1px solid #929292;
	border-left:1px solid #929292;
}
.author-drag-gallery {
	margin-top:10px;
	width:180px;
}
.author-drag-gallery img {
	float:none;
	margin-right:5px;
	margin-bottom:5px;
}
.author-drag p {
	margin-top:-18px;
	margin-bottom:30px;
	color:#949494;
	font-size:16px;
}
.author-drag p a {
	color:#676767;
	font-size:12px;
	text-decoration:none;
}
.author-drag h4 {
	font-size:18px;
	color:#949494;
	margin-top:6px;
	margin-bottom:2px;
	text-transform:uppercase;
}
.author-drag h5 {
	color:#5b5b5b;
	font-size:18px;
	margin-bottom:16px;
	text-transform:uppercase;
}
.author-drag h5 a {
	color:#5b5b5b;
	font-size:18px;
}
.author-drag h6 {
	background-image:url(../image/drag/dot.png);
	width:156px;
	height:6px;
}
