.tip {

}
.tip_content {
	background: #fff8cc;
	color: #51321a;
	padding: 10px;
}
.tip span.arrow {
	display: block;
	height: 5px;
}
.tip_bottom {
	background: url(../img/tip_bg_line.gif) repeat-x top left;
	text-align:center;
}
.tip_bottom span {
	background: url(../img/tip_arrow_bottom.gif) no-repeat top center;
}
.tip_top {
	background: url(../img/tip_bg_line.gif) repeat-x bottom left;
	text-align:center;
}
.tip_top span {
	background: url(../img/tip_arrow_top.gif) no-repeat bottom center;
}
.tip_right {
	text-align:left;
	position:relative;
}
.tip_right span.arrow {
	background: url(../img/tip_arrow_right.gif) no-repeat top right;
	position:absolute;
	top:0;
	right:0;
	height:auto;
	width:5px;
	height:100%;
}
.tip_right .tip_content {
	background-image: url(../img/tip_bg_line.gif);
	background-repeat:repeat-y;
	background-position:top right;
	margin-right:4px;
}
.tip_left {
	position:relative;
}
.tip_left span.arrow {
	background: url(../img/tip_arrow_left.gif) no-repeat top right;
	position:absolute;
	top:0;
	left:0;
	height:auto;
	width:5px;
	height:100%;
}
.tip_left .tip_content {
	background-image: url(../img/tip_bg_line.gif);
	background-repeat:repeat-y;
	background-position:top left;
	margin-left:4px;
}

/* Tag declarations */
html, body  { height:100%; width:100%; }
body        { margin:0; background:#444; font-family:"lucida grande","trebuchet ms",tahoma,verdana,arial,sans-serif; font-size:12px; color:#444; }
img         { margin:0; border:0; padding:0 }
h1,h2,h3    { font-family:helvetica,arial,sans-serif; margin-top:0; padding-top:1em; }
h1 { font-size: 22px }
ul {	margin:0; padding:0; list-style:none }
hr {	border:none; border-bottom:1px #ddd solid; }
pre { background:white }

/* General classes and Ids */
.site         { background:white; border-bottom:2px black solid; }
.center       { margin:0 auto; width:900px; }
#flashMessage { color:#3b6b1a; background-color:#e9f7d2; border:1px solid #b1cd91; padding:10px; position:absolute; top:130px; left:50%; margin-left:-100px; text-align:center; z-index:9999; }
.clearfix     { clear:both; display:block; height:1px }

/* Head */
.head {
	background: #e0e4c4 url(../img/head_bg.jpg) repeat-x;	
}
.head_inner {
	position:relative;
	height:75px;
}

.head .logo {	position:absolute; top: 16px; left: 0	}

.head .topLinks {position:absolute; top:0; right:0;	}
.head .topLinks a { float:left; display:block; font-weight:bold;text-decoration: none; padding:2px 5px;margin-left:2px; }

.head a.logout { color:#e2007a; }
.head a.logout:hover { color:#e7007a }

.head a.website { background:white; color:#666 }
.head a.website:hover { background:green;color:#fff }

.head .siteInfo { position:absolute;bottom:0;right:0;}

#SiteLoginForm {
width:20em;
}
#SiteLoginForm fieldset {
background:none;
border:0;
}
#SiteLoginForm .input {
background:none;
border:0;
}
#SiteLoginForm .input input {
width:12em;
}


/* Menu */
.menu               { line-height:1em; }
.menu ul, .menu li  { margin:0; padding:0; list-style:none; list-style-position:inside; }
.menu ul            { height:2em; }
.menu li            { float:left; }
.menu ul, .menu a   { background-repeat:repeat-x; }
.menu a             { text-decoration:none; display:block; padding:0.5em 0.7em; }

/* Main Menu */
.main_menu          { background-image:url(../img/menu_main_bg.jpg); background-position:0 -12px; }
.main_menu a        { color:white; background-image:url(../img/menu_main_bg.jpg); background-position:0 -12px; }
.main_menu a:hover  { background-position:0 -62px; color:#26480f; }
.main_menu a.active { background-position:0 -112px; color:white; }

/* Sub Menu */
.sub_menu           { background:#3b6b1a; }
.sub_menu a         { background:none; color:#cde9a7; }
.sub_menu a:hover   { color:white; }
.sub_menu a.active  { background:white; color:#3b6b1a; }

/* Subsub Menu */
.subsub_menu ul       {  }
.subsub_menu a        { border-right:2px white solid; color:#3b6b1a; }
.subsub_menu a:hover  { background:#f4fbe9; }
.subsub_menu a.active { background:#fff; color:#444; }

/* Content */
.content              { clear:both; background:url(../img/content_bg.jpg) repeat-x 2px 0; }
.content_login        { background:none; padding-top:50px }
.content_inner        { padding:0 0 2em 0; position:relative; }	
.content a            { color:#328bee; }
.content a:hover      { color:#1f54bc; }

/* Headline */
.headline             { height:128px; background:url(../img/content_head_line.jpg) no-repeat bottom center; margin-bottom:2em; }
.headline .area_icon  { float:right; }
.headline h1          { padding:45px 0 0; }

/* footer */
.foot                 { clear:both }
.foot_inner           { background:#484848; border:1px #555 solid; padding:1em; font-size:10px; color:#999; margin:10px 0 100px; }
.foot a {	color:#999; text-decoration:none; }

/* Forms */
form                                    { }
form .input                             { border:1px #eee solid; margin-bottom:1px; padding:5px; background:#f9f9f9; }
form .text, form .date, form .radio                 { width:320px; }
form .text label, form .date label                        { display:block; }
form .text input, form .password input  { width:300px; border:1px #ccc solid; font-size:18px; }
form textarea                           { display:block; border:1px #ccc solid; width:300px; }
form input.number									{ width:70px; text-align:right }
form fieldset { border:1px #ccc solid;background:white}
form .date { width: 280px !important }
form div.pageTitle .text { width: 660px }
form div.pageTitle input { width: 640px }


form textarea#SiteFoot { width:100%; height:230px; }

/* Debug menu */
.menu_helper      { float:right; margin-right:5px }
.menu_helper a    { color:#444444; text-decoration:underline; }

/* Languages */
#settings_languages #flags        { padding:2px }
#settings_languages #flags a      { display:inline }
#settings_languages #flags a:hover{ background:none }
#settings_languages td            { text-align:left }
#settings_languages td input      { width:400px }
#settings_languages th            { text-align:left }
#settings_languages span.missing  { position:absolute;top:0px;left:0px;z-index:10;display:block;width:32px;height:32px;background: url(../img/flag_32px_missing.gif) no-repeat 0 0; }
#settings_languages p.add *       { vertical-align:middle }

/* Pages - Index */
#pages_index ul.languages,
#news_index ul.languages               { margin-bottom:20px; }
#pages_index ul.languages li,
#news_index ul.languages li           { display:inline; margin-right:10px }
#pages_index ul.languages li img,
#news_index ul.languages li img        { vertical-align:middle }
#pages_index ul.languages li img.create,
#news_index ul.languages li img.create { margin-left:5px }

/* Pages - List */
.pageListWrapper          { background:url(../img/page_list_bg.gif) repeat-y; overflow:hidden }
.pageListItem             { clear:both;  }
.pageListItemLink					{	font-weight:bold;text-decoration: none;}
.pageListItem .sortHandle { cursor:move; background:white; border:1px #ddd solid; padding:5px; margin-top:1px; }
.pageListItem ul .sortHandle			{	background:#f8f8f8; }
.pageListItem ul ul .sortHandle			{	background:#f0f0f0; }
.yellow .sortHandle       { background:#f5ee4f !important; border:1px #ffca00 solid !important }
.pageListCurrent          { border:dashed 1px #BBBBBB }
h3.pageListHeader         { float:left; width:97px; margin-left:3px }
.pageListItem img.icon    { margin:2px 5px 0 0px; float:right; }
.pageListItem img.visible { vertical-align:middle; margin-right:3px; }

/* Pages - Edit */
.left {
	float:left;
	clear:both;
	margin-right:10px;
	margin-top:5px;
}

.left input {
	clear:both
	}
	
.right {
	float:left;
	margin-top:5px;
}

.pages_edit ul.blocks {
	clear:both;
	margin:0px;
	padding:0;
	}

.pages_edit ul.blocks li.module {
	background:#f9f9f9;
	border-left:0;
	border-right:0;
	margin-bottom:2px;
	position:relative;
	padding:10px;
}
.pages_edit li.module input.hidden {
	position: absolute;
	top:0;left:0;
}
.pages_edit ul.blocks li.module div.blockIcons  { 
	position:absolute;
	top:10px;
	right:10px;
	overflow:hidden; 
}
.pages_edit ul.blocks li.module div.blockIcons img	{
	margin-left:5px;
} 
.pages_edit ul.blocks li.module div.block       {
	background:white;
	padding:5px;
	width:760px;
	overflow:auto;
	max-height:600px;
}
input.hidden { display:none }
.pages_edit ul.blocks li.blockIcons img				{ margin-left:8px }
.pages_edit ul.blocks li.blockIcons img.mover	{ cursor:move }
.pages_edit ul.blocks li.module div.module		{ background:#f3f3f3 }
.pages_edit ul.blocks li.module div.gallery		{ background:#f0f0f0 }

textarea#tiny { background:#cccccc; color:#cccccc }

div.checkProtect {
	padding:10px 0;
}
div.pageGallerySelect {
	padding:10px 0;
}

/* System - Languages */
#system_languages p *                    { vertical-align:middle }

/* Pages - Create */




	#pages_create h3                        { clear:both }
	#pages_create div.steps                 { width:900px; text-align:center }
	#pages_create ul.languages              { list-style:none; margin:0 auto; width:250px }
	#pages_create ul.languages li           { float:left; padding:10px }
	#pages_create div.steps h2              { font-size:14px }
	#pages_create div.steps h2 img          { margin-right:10px; vertical-align:middle }
	#pages_create .pageListWrapper          { clear:both; padding-top:15px; width:675px; background:none }

.pages_edit .add_block                { clear:both; padding:10px 0px 10px 0px }
.pages_edit .add_block *              { vertical-align:middle }

/* Einfache Listen */
ul.simplelist            { list-style-type:none; margin:0; padding:0; display:block; width:900px }
ul.simplelist li         { clear:both; background: #f8f8f8; margin: 0.5em 0 0 0; padding:5px }
ul.simplelist a.delete   { float:right;}

/* Galleries - Index */
#galleries_index ul           { list-style-type:none; margin:0; padding:0; display:block; width:900px }
#galleries_index ul li        { clear:both; background: #f8f8f8; margin: 0.5em 0 0 0; padding:5px }
#galleries_index ul.galleries a.delete { float:right;}

/* Newsletter - Index */
#newsletter_index .sendout    { margin-right:10px }

/* Limits */
#system_limits label          { display:block }

/* Browser - Page */
#browser li                   { margin-top:12px; margin-bottom:20px }
#browser li *                 { vertical-align:middle }
#browser li img               { margin-right:10px }
#browser ul                   { padding-top:10px }

/* Login */
#login                        { padding-top:30px }
#login label                  { margin-right:25px; }
#login div.input              { float:left; margin-right:20px; }

/* Wizard */
#wizard                       { padding-top:30px }
#wizard label                 { display:block }
#wizard fieldset              { margin-bottom:15px }
#wizard .lang_style           { height:40px;width:20px;float:left; }
#wizard .lang_images          { height:40px;width:60px;float:left; }
#wizard .lang_padding         { padding-right:80px; }

/* Modul User */
#user_restricted              { float:left; min-height:150px; margin-right:50px; background:#ddd; border:dashed 1px #eeeeee; width:300px; padding:5px }
#user_allowed                 { float:left; min-height:150px; background:#ddd; border:dashed 1px #eeeeee; width:300px; padding:5px }
.user_box ul ul               { padding-left:10px }
#user_allowed.hover           { background:#aaaaaa }
#user_index ul li             { font-weight:bold }
#user_index ul ul             { padding-left:20px }
#user_index ul ul li          { font-weight:normal }
#recyclebin.hover             { moz-opacity:0.5; }

.user_draggable, .user_allow_draggable { cursor:move }

/* Galleries - Edit */
#galleries_edit .flags img                  { margin-right:8px }
#galleries_edit ul.pictures                 { clear:both; padding-top:20px }
#galleries_edit ul.pictures li              { background:#f9f9f9; cursor:pointer; clear:both; border:1px #ddd solid; border-left:0; border-right:0; padding:2px 0; margin-bottom:2px; }
#galleries_edit ul.blocks li div.block      { background:white; border:dashed 1px #ccc; padding:5px; width:760px; min-height:16px; overflow:auto; max-height:600px }
#galleries_edit ul.pictures .picture_image  { padding:0px 10px 10px 0px; float:left; width:100px }
#galleries_edit ul.pictures .mover          { cursor:move }
#galleries_edit ul.pictures .hover          { background-color:yellow }
#galleries_edit ul.pictures .picture_icons  { float:right; margin:5px 0px 0px 0px }
#galleries_edit ul.pictures .picture_icons img { margin-right:10px }
#galleries_edit ul.pictures .picture_edit   { float:left; margin-left:10px }
#galleries_edit ul.pictures .picture_edit img { margin-right:8px }
#galleries_edit ul.pictures .picture_edit .input { border:0px }
#galleries_edit .title                      { clear:both; margin-top:10px }
#galleries_edit .upload                     { clear:both; margin-top:10px }
#galleries_edit .upload .flag               { float:left; margin:0px 10px 0px 7px; margin-top:8px }
#galleries_edit .upload .input              { margin-top:8px }
#galleries_edit .submit                     { clear:both; margin-top:10px }
#galleries_edit .progressContainer          { margin-bottom:10px }
#galleries_edit .progressName               { font-weight:bold }
#galleries_edit .progressCancel             { float:right; background:url(../img/icon/16/cancel.gif) no-repeat; display:block; height:16px; width:16px }
#galleries_edit .progressBarStatus          { }
#galleries_edit .progressBarInProgress      { width:0%; background:#7ba553; height:2px }
#galleries_edit #btnCancel                  { position:relative; top:-4px }
.swfuploadButtonText, #swfUploadButton      { font-family:"lucida grande","trebuchet ms",tahoma,verdana,arial,sans-serif; font-size:8pt; color:#444; cursor:pointer }

/* Popup */
#overlay                          { z-index:10; position:fixed; top:0px; left:0px; width:100%; height:100%; overflow:hidden; background-image:url('../img/overlay.png'); vertical-align:middle; }
#popup                            { z-index:20; display:table-cell; vertical-align:middle; text-align:center; }
#popup .container                 { width:645px; text-align:left; margin:auto; }
#popup .container .header         { padding:5px 20px 5px 20px; background-color:#7ba553; font-weight:bold; cursor:move }
#popup .container .header a       { height:14px; width:14px; float:right; background-image:url(../img/icon/16/cancel.gif); background-repeat:no-repeat; text-decoration:none; }
#popup .container .header a span  { display:none; }
#popup .container .main           { background-color:#adde6b; padding:20px 20px 20px 20px; max-height:500px; overflow:auto; }
#popup .container .main h3.head   { padding:2px 0 2px 20px; }
#popup .container .main .buttons  { clear:left; padding:20px 0 0 0; white-space:nowrap; }
#popup .container .main .buttons div            { float:left; margin-right:10px; }
#popup .container .main .buttons div.indicator  { width:16px; height:16px; }
#popup .container .indicator_large div { float:left; }
#popup .container .indicator_large img { padding:15px 60px 15px 0px }
#popup .container .indicator_large p   { padding:0px; margin:0px; letter-spacing:1pt }

#system_design_editfiles .input {	width:auto }
#system_design_editfiles .fileList {	float:left; width:200px; background:#f9f9f9;}
#system_design_editfiles .textarea {	float:left;margin-left:10px; border:1px #ddd solid;}
#system_design_editfiles #fileEditor {  width:620px;height:500px;font-family:monaco,courier;color:black;font-size:14px;padding:10px;}

a.button {
	text-decoration: none;
	font-weight:bold;
	color:#666;
	line-height:100%;
	position: relative;
	background: url(../img/button_repeat.gif) repeat-x;
	padding: 5px 10px 7px;
}
a.button img.l { position: absolute; top: 0; left: 0; }
a.button img.r { position: absolute; top: 0; right: 0; }
a.button:hover { color:black; }
a.button img { vertical-align:middle; }


#system_design_images .image_box {
	background:#f9f9f9;
	border:1px #ccc solid;
	margin: 0 5px 5px 0;
	width:170px;
	height:170px;
	text-align:center;
	position: relative;
	float:left;
}
#system_design_images .image_box .tools {
	position: absolute;
	top:0;
	right:0;
	text-align:right;
	padding:3px;
	font-size:10px;
	overflow:hidden;
	white-space: nowrap;
}
#system_design_images .image_box .tools a img {
	vertical-align:top;
}

#system_design_images .image_box img.design_image {
	max-width:160px;
	max-height:160px;
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}

/* shop_products_new */
#shop_products_new textarea.productDesc { width:100%; height:130px; }
#shop_products_new .div_left {float:left;}
#shop_products_new .div_right {float:right;}
#shop_products_new .div_clear {clear:both;}
#shop_products_new .div_save {background:#DDDDDD;height:30px;padding-top:8px;padding-left:5px;margin-left:6px;margin-right:4px;}
#shop_products_new .div_content {background:#F9F9F9;padding-right:5px;border:1px solid #EEEEEE}
#shop_products_new .variation_table{border:0px;margin-left:5px;width:90%;}
#shop_products_new .tax_td{width:35%;}
#shop_products_new .text_variation {width:50%;}
#shop_products_new .text_tax {width:40%;}
#shop_products_new .text_tax_default {width:40%;}
#shop_products_new .warning_stock{width:50px;margin-left:48px;}
#shop_products_new .stock{width:50px;}
#shop_products_new .new_variation_div{background:#F9F9F9;border:1px solid #EEEEEE;}
#shop_products_new .link_style {text-decoration:underline;color:#328BEE;cursor:pointer;}
#shop_products_new .error_msg_div{height:20px;color:#990000;font-weight:bold;width:330px;}
#shop_products_new .error_msg_div1{height:20px;color:#990000;font-weight:bold;width:330px;width:93%;margin-top:10px;}
#shop_products_new ul.languages,#news_index ul.languages{ margin-bottom:20px; }
#shop_products_new ul.languages li,#news_index ul.languages li{ display:inline; margin-right:10px }
#shop_products_new ul.languages li img,#news_index ul.languages li img{ vertical-align:middle }
#shop_products_new ul.languages li img.create,#news_index ul.languages li img.create { margin-left:5px }
#shop_products_new textarea.productLongDesc { width:100%; height:300px; }
#shop_products_new .div_seperator { height:20px; }
#shop_products_new .common_margin{margin-left:5px;}
#shop_products_new .pointer{cursor:pointer;}
/* shop_products_edit */
#shop_products_edit .productDesc { width:100%; height:130px; }
#shop_products_edit .div_left {float:left;}
#shop_products_edit .div_right {float:right;}
#shop_products_edit .div_clear {clear:both;}
#shop_products_edit .div_save {background:#DDDDDD;height:30px;padding-top:8px;padding-left:5px;margin-left:6px;margin-right:4px;}
#shop_products_edit .div_content {background:#F9F9F9;padding-right:5px;border:1px solid #EEEEEE}
#shop_products_edit ul.languages,#news_index ul.languages{ margin-bottom:20px; }
#shop_products_edit ul.languages li,#news_index ul.languages li{ display:inline; margin-right:10px }
#shop_products_edit ul.languages li img,#news_index ul.languages li img{ vertical-align:middle }
#shop_products_edit ul.languages li img.create,#news_index ul.languages li img.create { margin-left:5px }
#shop_products_edit textarea.productLongDesc { width:100%; height:300px; }
#shop_products_edit .div_seperator { height:20px; }
#shop_products_edit .text_variation {width:80%; }
#shop_products_edit .common_margin{margin-left:5px;}
#shop_products_edit .pointer{cursor:pointer;}
#shop_products_edit #flags{ padding:2px }
#shop_products_edit #flags a{ display:inline }
#shop_products_edit #flags a:hover{ background:none }
#shop_products_edit .flags img{ margin-right:8px }
#shop_products_edit .error_msg_div{height:20px;color:#990000;font-weight:bold;width:330px;}
#shop_products_edit .error_msg_div1{height:20px;color:#990000;font-weight:bold;width:330px;width:93%;margin-top:10px;}
/* product_variation */
#product_variation .new_variation_div{background:#F9F9F9;border:1px solid #EEEEEE;}
#product_variation .variation_table{border:0px;margin-left:5px;width:90%;}
#product_variation .tax_td{width:35%;}
#product_variation .common_margin{margin-left:5px;}
#product_variation .div_left {float:left;}
#product_variation .div_save {background:#DDDDDD;height:30px;padding-top:8px;padding-left:5px;margin-left:6px;margin-right:4px;}
#product_variation .warning_stock{width:50px;margin-left:48px;}
#product_variation .stock{width:50px;}
#product_variation .div_content {background:#F9F9F9;padding-right:5px;border:1px solid #EEEEEE}
#product_variation .prefix1 {}
#product_variation .prefix2 {}
#product_variation .link_style {text-decoration:underline;color:#328BEE;cursor:pointer;}
#product_variation .text_variation {width:70%;}
#product_variation .text_tax {width:40%;}
#product_variation .text_tax_default {width:40%;}
#product_variation .error_msg_div{height:20px;color:#990000;font-weight:bold;width:330px;}
#product_variation .error_msg_div1{height:20px;color:#990000;font-weight:bold;width:330px;width:93%;margin-top:10px;}
/* product_variation edit*/
#product_variation_edit .new_variation_div{background:#F9F9F9;border:1px solid #EEEEEE;}
#product_variation_edit .variation_table{border:0px;margin-left:5px;width:90%;}
#product_variation_edit .tax_td{width:35%;}
#product_variation_edit .common_margin{margin-left:5px;}
#product_variation_edit .div_left {float:left;}
#product_variation_edit .div_save {background:#DDDDDD;height:30px;padding-top:8px;padding-left:5px;margin-left:6px;margin-right:4px;}
#product_variation_edit .warning_stock{width:50px;margin-left:48px;}
#product_variation_edit .stock{width:50px;}
#product_variation_edit .div_content {background:#F9F9F9;padding-right:5px;border:1px solid #EEEEEE}
#product_variation_edit .link_style {text-decoration:underline;color:#328BEE;cursor:pointer;}
#product_variation_edit .text_variation {width:70%;}
#product_variation_edit .text_tax {width:40%;}
#product_variation_edit .text_tax_default {width:40%;}
#product_variation_edit .error_msg_div{height:20px;color:#990000;font-weight:bold;width:330px;}
#product_variation_edit .error_msg_div1{height:20px;color:#990000;font-weight:bold;width:330px;width:93%;margin-top:10px;}
/* shop_products_list */
#shop_products_list ul.pictures{ clear:both; padding-top:0px }
#shop_products_list ul.blocks li div.block{ background:white; border:dashed 1px #ccc; padding:5px; width:760px; min-height:16px; overflow:auto; max-height:600px }
#shop_products_list ul.pictures .picture_image{ padding:0px 10px 10px 0px; float:left; width:100px }
#shop_products_list ul.pictures .mover{ cursor:move }
#shop_products_list ul.pictures .hover{ background-color:yellow }
#shop_products_list ul.pictures .picture_icons{ float:right; margin:5px 0px 0px 0px }
#shop_products_list ul.pictures .picture_icons img { margin-right:10px }
#shop_products_list ul.pictures .picture_edit{ float:left; margin-left:10px }
#shop_products_list ul.pictures .picture_edit img { margin-right:8px }
#shop_products_list ul.pictures .picture_edit .input { border:0px }
#shop_products_list .list_class_0 {background:#FFFFFF;clear:both; border:1px #ddd solid; border-left:0; border-right:0; padding:2px 0; margin-bottom:2px;}
#shop_products_list .list_class_1 {background:#F4F4F4;clear:both; border:1px #ddd solid; border-left:0; border-right:0; padding:2px 0; margin-bottom:2px;}
#shop_products_list .list_class_2 {background:#FFFAE2;clear:both; border:1px #ddd solid; border-left:0; border-right:0; padding:2px 0; margin-bottom:2px;}
#shop_products_list .block{min-height:80px;}
#shop_products_list .not_active_block{min-height:80px;background:#FACFD0;}
#shop_products_list .product_div {float:right;width:85%;}
#shop_products_list .product_table{border:0px;margin-left:0px;width:100%;background-color:#47687B;}
#shop_products_list .head_row1 { width:15%; background: #47687B;border:1px solid #bbb;border-top: 1px solid #fff; border-left: 1px solid #fff; 	text-align: left; 	color: #ffffff; 	padding: 0px;}
#shop_products_list .head_row2 { width:26%; background: #47687B;border:1px solid #bbb;border-top: 1px solid #fff; border-left: 1px solid #fff; 	text-align: left; 	color: #ffffff; 	padding: 0px;}
#shop_products_list .head_row3 { width:59%; background: #47687B;	border:1px solid #bbb;	border-top: 1px solid #fff;	border-left: 1px solid #fff;	text-align: left;	color: #ffffff;	padding: 0px;}
#shop_products_list .header_div { background: #E4EFF5; height:40px; width:100%;/*padding-left:5px;*/ }
#shop_products_list .div_content {background:#F9F9F9;/*padding-right:5px;*/border:1px solid #EEEEEE}
#shop_products_list .div_left {float:left;width:auto;min-width:100px;margin:2px;max-width:100px;}
#shop_products_list .div_left_pad {float:left;padding-left:10px;padding-top:25px;}
#shop_products_list .div_right_pad {float:right;padding-top:25px;padding-right:50px;}
#shop_products_list .div_check {float:left;/*height:50px;*/padding-top:35px;}
#shop_products_list .div_description {float:left;/*height:100px;*/width:200px;padding-top:10px;margin-left:5px;}
#shop_products_list .image_style{width:90px;height:90px;}
#shop_products_list .action_div{float:right;margin-right:10px;margin-top:5px;cursor:pointer;color:blue;}
#shop_products_list .action_content{width:168px; background:#ffffff;color:black;position:absolute;top:255px;right:12px;border: 1px solid #DDDDDD;padding-top:2px;z-index:1}
#shop_products_list .li_select{background-color:#F5DADA;}
#shop_products_list .li_hover {cursor: pointer; background-color: #565D65;color:#ffffff;}
#shop_products_list .li_padding1 {padding-left:25px;}
#shop_products_list .li_padding2 {padding-left:38px;}
#shop_products_list .li_padding_selected {padding-left:5px;}
#shop_products_list .select_first {padding-left:25px;}
#shop_products_list .image_width {width:170px;}
#shop_products_list .message_div {float:left;height:25px;width:180px;margin-top:10px;}
#shop_products_list .delete_link {color:black;}
#shop_products_list .warning_class {color:red;}
#shop_products_list .sort_link a{color:#FFFFFF;text-decoration:none;}
#shop_products_list .sort_link{background-color:#35515F;}
#shop_products_list .up{background:#35515F url('../img/up.png') no-repeat scroll right bottom;}
#shop_products_list .down{background:#35515F url('../img/down.png') no-repeat scroll right bottom;}
#shop_products_list .product_mesg_style{height:25px;border:1px solid #B1CD91;padding:5px;background-color:#E9F7D2;color:#3B6B1A;margin-left:350px;position:absolute;}
#shop_products_list ul.languages,#news_index ul.languages{ margin-bottom:20px; }
#shop_products_list ul.languages li,#news_index ul.languages li{ display:inline; margin-right:10px }
#shop_products_list ul.languages li img,#news_index ul.languages li img{ vertical-align:middle }
#shop_products_list ul.languages li img.create,#news_index ul.languages li img.create { margin-left:5px }
#shop_products_list .category_div {float:left;width:14.8%;}
#shop_products_list .category_li {border:1px solid #DDDDDD;background:#F0F0F0;padding-left:3px;}
#shop_products_list .category_li_selected {border:1px solid #DDDDDD;background:#FFFFFF;padding-left:3px;}
#shop_products_list .category_link {text-decoration:none;color:#111111}
#shop_products_list .message_style1 {width:15px;float:left;}
#shop_products_list .all_product_div {border:1px solid #DDDDDD;padding:5px;}
/* product_categories */#product_categories #flags        { padding:2px }
#product_categories #flags a      { display:inline }
#product_categories #flags a:hover{ background:none }
#product_categories .flags img    { margin-right:8px }
#product_categories .seperator {height:10px;}
#product_categories .error_msg_div{color:#990000;font-weight:bold;}
/* shop_products_settings */#shop_products_settings .link_color{ color:red; }
#shop_products_settings .heading_font{font-size:20px;font-family:verdana;color:#A0A0A0;}
#shop_products_settings .settings_table{border:0px;margin-left:5px;background-color:#798C9B;width:85%;}
#shop_products_settings .settings_table_header{background-color:#798C9B;color:#ffffff;text-align:left;}
#shop_products_settings .settings_table_header_1{background-color:#798C9B;color:#ffffff;text-align:left;width:25%;}
#shop_products_settings .td_style{text-align:left;}
#shop_products_settings .td_style_1{text-align:right;}
#shop_products_settings .head_class{text-align: center;border:0px solid}
#shop_products_settings .head_class1{text-align: center;border:0px solid;height:35px;width:100%;float:left;}
#shop_products_settings .product_settings_image{cursor:pointer;}
#shop_products_settings .product_mesg_style{height:25px;border:1px solid #B1CD91;padding:5px;background-color:#E9F7D2;color:#3B6B1A;margin-left:350px;position:absolute;margin-top:45px;}
#shop_products_settings .seperator{height:30px;float:left;width:100%;}
#shop_products_settings .div_content {background:#FFFFFF;border:1px solid #EEEEEE;width:85%;padding-top:10px;clear:left;}
#shop_products_settings .image_div{float:left;border:0px solid red;width:250px}
#shop_products_settings .paypal_desc{border:0px solid blue;float:left}
#shop_products_settings .div_inner_content {background:#F4F4F4;border:1px solid #EEEEEE;height:150px;clear:both}
#shop_products_settings .div_save {background:#DDDDDD;height:30px;padding-top:8px;padding-left:5px;margin-left:3px;margin-top:100px;}
#shop_products_settings .div_left {float:left;}
#shop_products_settings .div_right {float:right;}
#shop_products_settings .email_div{float:left;text-align:left}
#shop_products_settings .paypal_text{float:right;text-align:left}
#shop_products_settings .font_color{color:#979595;}
#shop_products_settings .paypal_margin{margin-left:10px;}
#shop_products_settings .paypal_web{border:0px solid;width:370px;text-align:left;float:left;}
#shop_products_settings .paypal_service{border:0px solid red;width:80px;text-align:right;float:left;}
#shop_products_settings .text_email{width:230px;}
#shop_products_settings .email_inner_div{margin:20px 0px 0px 10px;}
#shop_products_settings .paypal_text_inner{margin:20px 20px 0px 0px;background:#ffffff;border:1px solid #eee;padding:5px;}
#shop_products_settings .clear_seperator{clear:both;height:10px;}
#shop_products_settings .error_msg_div{color:#990000;font-weight:bold;}
#shop_products_settings .google_div_sep{height:5px;clear:both;}
#shop_products_settings .google_seperation_div{height:10px;}
#shop_products_settings .checkout_div {background:#FFFFFF;border:1px solid #EEEEEE;width:85%;/*height:293px;*/clear:both;float:left;margin:0 7%;}
#shop_products_settings .checkout_desc{float:left;padding-left:50px;margin-top:20px;}
#shop_products_settings .checkout_service{border:0px solid;width:80px;text-align:right;float:left;}
#shop_products_settings .chk_image{float:left;padding-left:30px;padding-right:30px;margin-top:20px;}
#shop_products_settings .chk_desc{border:0px solid;width:370px;text-align:left;float:left;}
#shop_products_settings .no_chkout_image{background:#F4F4F4;/*height:187px;margin-top:105px;*/border-top:1px solid #EEEEEE;float:left;width:100%;}
#shop_products_settings .no_chkout_image_inner{float:left;width:200px;margin-top:10px;}
#shop_products_settings .chk_margin{margin-left:10px;}
#shop_products_settings .status_select{width:232px;}
#shop_products_settings .chkout_div_save {background:#DDDDDD;height:30px;padding-top:8px;padding-left:5px;/*margin-left:3px;margin-top:135px;*/float:left;width:99.6%;margin-left:-1px;}
#shop_products_settings .text_mer_Id{width:230px;}
#shop_products_settings .text_mer_key{width:230px;}
#shop_products_settings .google_mesg_style{height:25px;border:1px solid #B1CD91;width:25%;padding-top:5px;background-color:#E9F7D2;color:#3B6B1A;margin:0 auto;text-align:center;}
#shop_products_settings .google_status_main{width:400px;padding-left:10px;}
#shop_products_settings .paypal_mesg_style{height:25px;border:1px solid #B1CD91;width:25%;padding-top:5px;background-color:#E9F7D2;color:#3B6B1A;margin-bottom:4px;}
#shop_products_settings .shipping_table{border:0px;margin-left:5px;width:85%;border:1px solid #EEEEEE;}
#shop_products_settings .shipping_new_table{border:0px;margin-left:5px;width:85%;}
#shop_products_settings .shipping_table_header{background-color:#EBF2FA;color:#000000;text-align:left;}
#shop_products_settings .td_1{width:5%;}
#shop_products_settings .td_2{width:32%;}
#shop_products_settings .td_3{width:26%;}
#shop_products_settings .td_4{width:10%;}
#shop_products_settings .ship_table_td{text-align:left;}
#shop_products_settings .product_mesg_style1{height:25px;border:1px solid #B1CD91;padding:5px;background-color:#E9F7D2;color:#3B6B1A;margin-left:150px;position:absolute;margin-top:1px;}
#shop_products_settings .email_notification_div {background:#FFFFFF;border:1px solid #EEEEEE;width:45%;/*height:230px;*/float:left;padding-bottom:5px;}
#shop_products_settings .email_notification_div1 {float:left;margin-top:10px;padding-left:5px;}
#shop_products_settings .email_template_heading {font-size:15px;font-weight:bold;color:#892D3A;}
#shop_products_settings .clear_div{clear:both;}
#shop_products_settings .email_notification_div2{float:left;padding-left:5px;color:#757373;}
#shop_products_settings .email_notification_font1{font-size:12px;}
#shop_products_settings .email_notification_font2{font-style:italic;font-size:12px;}
#shop_products_settings .email_notification_font3{font-size:12px;}
#shop_products_settings .email_notification_div4{float:left;padding-left:5px;margin-top:10px;}
#shop_products_settings .email_link{font-size:13px;}
#shop_products_settings .smtp_mesg_style{height:25px;border:1px solid #B1CD91;width:25%;padding:5px;background-color:#E9F7D2;color:#3B6B1A;margin-left:20px;}
#shop_products_settings .smtp_saving_style{margin-left:170px;}
#shop_products_settings .smtp_pwd_title{width:96%}
#shop_products_settings .smtp_main_div{border:1px solid #EEEEEE;width:45%;float:right;padding-left:5px;padding-bottom:5px;}
#shop_products_settings .smtp_save_img_div{margin-top:7px;margin-left:270px;}
/*  product_settings_edit */#product_settings_edit .div_content {background:#F9F9F9;padding-right:5px;border:1px solid #EEEEEE;width:80%;}
#product_settings_edit .tax_rate{width:100px;margin-left:48px;}
#product_settings_edit .common_margin{margin-left:35px;}
#product_settings_edit .settings_country_list{}
#product_settings_edit .destination_div{border:1px solid #EEEEEE;width:36%;padding-left:6px;padding-bottom:6px;padding-top:5px;}
#product_settings_edit .error_msg_div{color:#990000;font-weight:bold;}
/* shipping_weight_save */#shipping_weight_save #flags        { padding:2px }
#shipping_weight_save #flags a      { display:inline }
#shipping_weight_save #flags a:hover{ background:none }
#shipping_weight_save .flags img    { margin-right:8px }
#shipping_weight_save .seperator {height:10px;}
#shipping_weight_save .weight_range_div{border:1px solid #EEEEEE;height:75px;width:74%;background:#F4F4F4;}
#shipping_weight_save .div_left {float:left;}
#shipping_weight_save .charge_div {border:1px solid #EEEEEE;width:37%;background:#F4F4F4;}
#shipping_weight_save .shipping_table{border:0px;margin-left:5px;width:100%;border:1px solid #EEEEEE;}
#shipping_weight_save .shipping_table_header{background-color:#EBF2FA;color:#000000;text-align:left;}
#shipping_weight_save .td_1{width:5%;}
#shipping_weight_save .td_2{width:32%;}
#shipping_weight_save .td_3{width:26%;}
#shipping_weight_save .td_4{width:10%;}
#shipping_weight_save .wt_table_main{width:87%;}
#shipping_weight_save .wt_table_title{text-align:right;cursor:pointer;}
#shipping_weight_save .error_msg_div{height:20px;color:#990000;font-weight:bold;width:330px;}
#shipping_weight_save .shippingFrom{width:327px;height:49px;border:1px solid #EEEEEE;background:#F9F9F9;padding-top:6px;padding-left:2px;}
/* shipping_price_save */#shipping_price_save #flags        { padding:2px }
#shipping_price_save #flags a      { display:inline }
#shipping_price_save #flags a:hover{ background:none }
#shipping_price_save .flags img    { margin-right:8px }
#shipping_price_save .seperator {height:10px;}
#shipping_price_save .seperator_div {height:10px;clear:both;}
#shipping_price_save .div_left {float:left;}
#shipping_price_save .weight_range_div{width:90%;}
#shipping_price_save .price_range_div{border:1px solid #EEEEEE;height:75px;width:74%;background:#F4F4F4;}
#shipping_price_save .charge_div {border:1px solid #EEEEEE;width:37%;background:#F4F4F4;}
#shipping_price_save .shipping_table{border:0px;margin-left:5px;width:100%;border:1px solid #EEEEEE;}
#shipping_price_save .shipping_table_header{background-color:#EBF2FA;color:#000000;text-align:left;}
#shipping_price_save .td_1{width:5%;}
#shipping_price_save .td_2{width:32%;}
#shipping_price_save .td_3{width:26%;}
#shipping_price_save .td_4{width:10%;}
#shipping_price_save .wt_table_main{width:87%;}
#shipping_price_save .wt_table_title{text-align:right;cursor:pointer;}
#shipping_price_save .shippingFrom{width:327px;height:49px;border:1px solid #EEEEEE;background:#F9F9F9;padding-top:6px;padding-left:2px;}
#shipping_price_save .error_msg_div{height:20px;color:#990000;font-weight:bold;width:330px;}
/* shipping_weight_edit */#shipping_weight_edit .seperator {height:10px;}
#shipping_weight_edit .weight_range_div{border:1px solid #EEEEEE;height:75px;width:74%;background:#F4F4F4;}
#shipping_weight_edit .div_left {float:left;}
#shipping_weight_edit .charge_div {border:1px solid #EEEEEE;width:37%;background:#F4F4F4;}
#shipping_weight_edit .shipping_table{border:0px;margin-left:5px;width:100%;border:1px solid #EEEEEE;}
#shipping_weight_edit .shipping_table_header{background-color:#EBF2FA;color:#000000;text-align:left;}
#shipping_weight_edit .td_1{width:5%;}
#shipping_weight_edit .td_2{width:32%;}
#shipping_weight_edit .td_3{width:26%;}
#shipping_weight_edit .td_4{width:10%;}
#shipping_weight_edit .wt_table_main{width:87%;}
#shipping_weight_edit .wt_table_title{text-align:right;cursor:pointer;}
#shipping_weight_edit .error_msg_div{height:20px;color:#990000;font-weight:bold;width:330px;}
#shipping_weight_edit #flags        { padding:2px }
#shipping_weight_edit #flags a      { display:inline }
#shipping_weight_edit #flags a:hover{ background:none }
#shipping_weight_edit .flags img    { margin-right:8px }
/* shipping_price_edit */#shipping_price_edit #flags        { padding:2px }
#shipping_price_edit #flags a      { display:inline }
#shipping_price_edit #flags a:hover{ background:none }
#shipping_price_edit .flags img    { margin-right:8px }
#shipping_price_edit .seperator {height:10px;}
#shipping_price_edit .seperator_div {height:10px;clear:both;}
#shipping_price_edit .div_left {float:left;}
#shipping_price_edit .weight_range_div{width:90%;}
#shipping_price_edit .price_range_div{border:1px solid #EEEEEE;height:75px;width:74%;background:#F4F4F4;}
#shipping_price_edit .charge_div {border:1px solid #EEEEEE;width:37%;background:#F4F4F4;}
#shipping_price_edit .shipping_table{border:0px;margin-left:5px;width:100%;border:1px solid #EEEEEE;}
#shipping_price_edit .shipping_table_header{background-color:#EBF2FA;color:#000000;text-align:left;}
#shipping_price_edit .td_1{width:5%;}
#shipping_price_edit .td_2{width:32%;}
#shipping_price_edit .td_3{width:26%;}
#shipping_price_edit .td_4{width:10%;}
#shipping_price_edit .wt_table_main{width:87%;}
#shipping_price_edit .wt_table_title{text-align:right;cursor:pointer;}
#shipping_price_edit .error_msg_div{height:20px;color:#990000;font-weight:bold;width:330px;}
/* orders_overview */#orders_overview ul.languages,#news_index ul.languages               { margin-bottom:20px; }
#orders_overview ul.languages li,#news_index ul.languages li           { display:inline; margin-right:10px }
#orders_overview ul.languages li img,#news_index ul.languages li img        { vertical-align:middle }
#orders_overview ul.languages li img.create,#news_index ul.languages li img.create { margin-left:5px }
#orders_overview .category_div {float:left;width:15%;}
#orders_overview .order_div {float:right;width:84%;}
#orders_overview .td1 {width:10%;background: #47687B;color:#FFFFFF;}
#orders_overview .td2 {width:15%;background: #47687B;color:#FFFFFF;}
#orders_overview .td3 {width:40%;background: #47687B;color:#FFFFFF;}
#orders_overview .td4 {width:5%;background: #47687B;color:#FFFFFF;}
#orders_overview .td5 {width:10%;background: #47687B;color:#FFFFFF;}
#orders_overview .td6 {width:5%;background: #47687B;color:#FFFFFF;}
#orders_overview .td7 {width:15%;background: #47687B;color:#FFFFFF;}
#orders_overview .txt_order_id{width:45px;}
#orders_overview .txt_customer{width:130px;}
#orders_overview .txt_products{width:225px;}
#orders_overview .txt_total{width:50px;}
#orders_overview .txt_date{width:61px;}
#orders_overview .date_div{width:87px;}
#orders_overview .search_image{cursor:pointer;}
#orders_overview .txt_status{width:65px;}
#orders_overview .txt_comment{width:85px;}
#orders_overview .category_li {border:1px solid #DDDDDD;background:#F0F0F0;padding-left:3px;}
#orders_overview .category_li_selected {border:1px solid #DDDDDD;background:#FFFFFF;padding-left:3px;}
#orders_overview .order_table {border:1px solid #CCCCCC;}
#orders_overview .list_class_0 {background:#FFFFFF;}
#orders_overview .list_class_1 {background:#F4F4F4;}
#orders_overview .category_link {text-decoration:none;color:#111111}
#orders_overview .image_style{margin:5px 0px 5px 0px;}
#orders_overview .product_title_div{float:left;clear:both;}
#orders_overview .product_img_div{float:right;}
#orders_overview .clear_div{clear:both;}
/* order_details */#order_details .head_class{text-align: center;border:0px solid}
#order_details .heading_font{font-size:20px;font-family:verdana;color:#A0A0A0;}
#order_details .link_color{ color:red; }
#order_details .head_image{margin-left:10px;margin-right:10px;}
#order_details .order_head_class{width:48%;height:20px;margin-top:5px;}
#order_details .div_left {float:left;}
#order_details .div_right {float:right;}
#order_details .light_color{color:#DDDDDD;}
#order_details .order_table {border:1px solid #CCCCCC;}
#order_details .list_class_0 {background:#FFFFFF;}
#order_details .list_class_1 {background:#F4F4F4;}
#order_details .price_table_div {width:90%;margin-left:25px;margin-top:15px;}
#order_details .order_header_td1 {width:30%;background: #47687B;color:#FFFFFF;}
#order_details .order_header_td2 {width:20%;background: #47687B;color:#FFFFFF;}
#order_details .order_header_td3 {width:30%;background: #47687B;color:#FFFFFF;}
#order_details .order_header_td4 {width:20%;background: #47687B;color:#FFFFFF;}
#order_details .dark_color {background:#E5F0F6;}
#order_details .dark_color1 {background:#D0E6F1;}
#order_details .addresas_div{margin-left:25px;width:90%;margin-top:15px;}
#order_details .ship_add_div{float:left;width:45%;border:1px solid #CCCCCC;padding:3px;}
#order_details .ship_add_div1{border-bottom:3px solid #ffffff;height:20px;background:#EDF2F6;}
#order_details .back_color{background:#EDF2F6;}
#order_details .billing_div{float:right;width:45%;border:1px solid #CCCCCC;padding:3px;}
#order_details .billing_div1{border-bottom:3px solid #ffffff;height:20px;background:#EDF2F6;}
#order_details .seperator_div2{height:10px;clear:both;}
#order_details .payment_div{margin-left:25px;width:90%;margin-top:15px;}
#order_details .payment_div1{float:left;width:45%;}
#order_details .top_margin{margin-top:5px;}
#order_details .pay_method{float:right;width:45%;}
#order_details .contact_div{height:10px;clear:both;}
#order_details .contact_div1{margin-left:25px;width:90%;margin-top:15px;}
#order_details .contact_div2{float:left;width:45%;}
#order_details .email_buyer_link{color:red;text-decoration:underline;cursor:pointer;}
#order_details .mail_div{overflow: auto;background-color:#ffffff;width:600px;height:565px;position:absolute;z-index:5;border:1px solid #000000;clear:both;}
#order_details .mail_title{cursor:move;background:#47687B;}
#order_details .head_color{color:#ffffff;text-transform: uppercase;font-size:15px;float:left;}
#order_details .close_div{color:#ffffff;font-size:13px;float:right;text-decoration:underline;cursor:pointer}
#order_details .history_div{margin-left:25px;width:90%;margin-top:15px;}
#order_details .contacting_div{float:left;width:45%;}
#order_details .contacting_div1{border-bottom:3px solid #ffffff;height:20px;}
#order_details .payment_history_div{float:right;width:45%;border:1px solid #CCCCCC;padding:3px;}
#order_details .payment_history_div1{border-bottom:3px solid #ffffff;height:20px;background:#EDF2F6;}
#order_details .status_top{margin-top:15px;}
#order_details .ship_status{margin-top:10px;}
#order_details .payment_history_table{border:0px;}
#order_details .history_action{width:20%;background: #47687B;color:#FFFFFF;}
#order_details .history_status{width:25%;background: #47687B;color:#FFFFFF;}
#order_details .history_date{width:30%;background: #47687B;color:#FFFFFF;}
#order_details .history_ip{width:25%;background: #47687B;color:#FFFFFF;}
#order_details .mail_div{border:1px solid #CCCCCC}
#order_details .email_from{width:200px;}
#order_details .email_to{width:200px;}
#order_details .email_subject{width:200px;}
#order_details .from_div{height:20px;margin:10px 20px 10px 0px;}
#order_details .from_span1{float:left;margin:12px 12px 12px 0px;width:80px}
#order_details .font_size{font-size:12px;}
#order_details .from_span2{float:left;margin:10px 25px 0px 0px;}
#order_details .clear_div{clear:both}
#order_details .to_div{height:20px;margin:10px 20px 10px 0px;}
#order_details .to_span1{float:left;margin:12px 12px 12px 0px;width:80px}
#order_details .to_span2{float:left;margin:10px 25px 0px 0px;}
#order_details .subject_div{height:20px;margin:10px 20px 10px 0px;}
#order_details .subject_span1{float:left;margin:12px 12px 12px 0px;width:80px}
#order_details .subject_span2{float:left;margin:10px 25px 0px 0px;}
#order_details .message_div{height:300px;margin:10px 20px 10px 0px;}

/*#order_details .message_span1{float:left;margin:12px;width:80px}*/
#order_details .message_span2{float:left;margin:10px 25px 0px 0px;}
/*#order_details .message_text{width:350px;border:1px solid #7F9DB9;height:285px;font-family:verdana;font-size:12px;}*/
#order_details .mail_buttons{height:20px;margin:10px 20px 10px 0px;}
/* email_template */#email_template ul.languages,#news_index ul.languages               { margin-bottom:20px; }
#email_template ul.languages li,#news_index ul.languages li           { display:inline; margin-right:10px }
#email_template ul.languages li img,#news_index ul.languages li img        { vertical-align:middle }
#email_template ul.languages li img.create,#news_index ul.languages li img.create { margin-left:5px }
#email_template #flags        { padding:2px }
#email_template #flags a      { display:inline }
#email_template #flags a:hover{ background:none }
#email_template .flags img    { margin-right:8px }
#email_template textarea.templateBodyClass { width:100%; height:300px; }
#email_template .div_save {background:#DDDDDD;height:30px;padding-top:8px;padding-left:5px;margin-left:6px;margin-right:4px;}
#email_template .div_left {float:left;}
#email_template .error_msg_div{color:#990000;font-weight:bold;float:left;width:80%;}
#email_template .seperator_div{height:10px;clear:both;}
#email_template .variable_div{border:1px solid #EEEEEE;padding-left:5px;}
.CMSlanguages{right:0px;top:30px;position:absolute;}
.CMSlanguages ul{list-style-image:none;list-style-position:outside;list-style-type:none;margin:0;padding:0;}
.CMSlanguages li{float:left;}
.CMSlanguages li a{padding:0px !important;margin:0px !important;}
.CMSlanguages li img{border:5px solid #E9E9E9;}
.CMSlanguages .languageActive{border:5px solid #FFFFFF;}
.CMSlanguages .languageActive img{border:none;}
/* redirect */
#redirect .txt_Url{width:350px;}
#redirect .new_table {border:1px solid #CCCCCC;}
#redirect .div_sep {height:40px;}
#redirect .error_msg_div{height:20px;color:#990000;font-weight:bold;width:330px;}