/* global ::begin */

html, body {
	padding: 0px;
	margin: 0px;
	background-color: #FFF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#admin_style, #admin_style body { background:url(../images/new_design/admin-bgr-01.png) 0 0 repeat-x; }
#orders_style, #orders_style body  { background:url(../images/new_design/orders-bgr-01.png) 0 0 repeat-x; }
#catalogs_style, #catalogs_style body  { background:url(../images/new_design/catalogs-bgr-01.png) 0 0 repeat-x; }

#admin_style #background { min-height:1000px; background:url(../images/new_design/admin-bgr-02.jpg) center 0 no-repeat; }
#orders_style #background { min-height:1000px; background:url(../images/new_design/orders-bgr-02.jpg) center 0 no-repeat; }
#catalogs_style #background { min-height:1000px; background:url(../images/new_design/catalogs-bgr-02.jpg) center 0 no-repeat; }

/*#background { height:1200px; background:url(../images/new_design/background-02.jpg) center 0 no-repeat; }*/

img {
	border: 0px;
}

.clearboth {
	clear: both;
}

input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.theredone {
	color: #FF0000;
}

/* global ::end */

/* structure ::begin */

.container {
	width: 1000px;
	min-height: 586px;
	border: 3px solid #f5f6fa;
	margin: 0px auto;
	background-color: #f5f6fa;
}

/* GALAXY TAB */
.galaxyTab { width:750px !important; }

* html .container {
	height: 588px;
}

.cont2	{ min-height:530px;}
* html .cont2	{ height:530px;}

.razli	{ clear:both; height:10px; font-size:20px; }

.leftcol {
	width: 190px;
	float: left;
	margin-right: 3px;
}

.leftcol .selected
{
	background: #D0D7E0;
}

.rightcol {
	width: 1000px;
	float: left;
	background-color: #FFF;
}

/* GALAXY TAB */
.galaxyTab .rightcol { width:750px !important; }

/* structure ::end */

/* left column content ::begin */

.logo {
	height: 105px;
	margin-bottom: 3px;
}

.tree {
	padding: 6px;
	background: #a2a89f url(../images/cats_bground.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	text-align: left;
}

.tree dl {
	margin: 0px;
	padding: 0px;
	display: block;
	border: 2px solid #a9aea6;
}

.tree dd {
	height: 18px;
	margin: 0px;
	padding: 4px;
	background-color: #eaeff6;
	border-bottom: 1px solid #a9aea6;
	vertical-align: middle;
}

.tree dd, .tree dd a {
	font-weight: bold;
	font-size: 12px;
	color: #666;
	text-decoration: none;
}

.tree dd a:hover {
	color: #698da9;
}

.tree dd img {
	vertical-align: middle;
}

.tree dt {
	background-color: #FFF;
}

.tree dt div {
	width: 166px;
	padding: 8px 4px;
	margin-top: 1px;
	display: block;
	overflow: auto;
	scrollbar-face-color: #eaeff6;
	scrollbar-highlight-color: #a9aea6;
	scrollbar-3dlight-color: #FFF;
	scrollbar-darkshadow-color: #FFF;
	scrollbar-shadow-color: #a9aea6;
	scrollbar-arrow-color: #3e6482;
	scrollbar-track-color: #FFF;
}

.tree dt div.forcat {
	height: 300px;
}

.tree dt div.forinf {
	height: 40px;
}

.tree ul {
	margin: 0px 5px;
	padding: 0px;
}

.tree ol {
	margin: 0px;
	padding: 0px 10px;
}

.tree li {
	width: 110%;
	margin: 0px;
	padding: 2px 0px;
	font-size: 11px;
	list-style-type: none;
}

.tree li a {
	text-decoration: none;
	color: #666;
}

.tree li a:hover {
	color: #879eb0;
}

/* left column content ::end */

/* right column content ::begin */

.menu {
	padding: 3px;
	margin-bottom: 3px;
	background: #eaeff6 url(../images/mail_bground2.gif);
}

.menuline {
	width: 2px;
	margin-right: 10px;
	float: left;
}


.menu a {
	display: block;
	float: left;
	width: 56px;
	height: 56px;
	padding: 4px 2px;
	border: 1px solid #eaeff6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #667683;
	text-decoration: none;
	text-transform: uppercase;
}

/* GALAXY TAB */
.galaxyTab .menu a {
	width: 96px;
}

.menu a:hover {
	border: 1px solid #3e6482;
	background-color: #eaeff6;
	color: #3e6482;
}

.menu a.selected
{
	border: 1px solid #3e6482;
	background-color: #eaeff6;
	color: #3e6482;
}

.menu a img {
	margin-bottom: 2px;
}

.toplinks {
	padding: 0px 0 3px 0;
	text-align: right;
	font-size: 10px;
	color: #667683;
}

.toplinks .i {
	padding: 6px;
	background: #efeff7;
}

.toplinks a {
	padding: 3px;
	text-transform: uppercase;
	color: #667683;
}

.toplinks a:hover {
	background: #fbfbfb;
	text-decoration: none;
}

.search {
	padding: 3px;
	background-color: #eaeff6;
	text-align: left;
	vertical-align: middle;
}

.search img {
	vertical-align: middle;
}

.searchline {
	margin-right: 10px;
}

.search a {
	margin-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #667683;
	text-decoration: none;
	text-transform: uppercase;
}

.search a:hover {
	color: #3e6482;
}

.searchform {
	margin: 0px 10px;
	padding: 0px;
	display: inline;
}

.searchform input.txt {
	height: 15px;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}

* html .searchform input.txt {
	height: 13px;
}

.searchform select {
	height: 19px;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}

.searchform input.btn {
	height: 21px;
	background-color: #a3b1c3;
	border: 2px solid #eaeff6;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFF;
	cursor: pointer;
}

* html .searchform input.btn {
	height: 19px;
}

.tables {
	padding: 15px 0px;
}

.tables table {
	width: 990px;
	background-color: #FFF;
	margin: 0px auto;
	border-width: 2px 2px 1px 1px;
	border-style: solid;
	border-color:  #E9E8E8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}

/* GALAXY TAB */
.galaxyTab .tables table { width:730px !important; }

.tables div.separator {
	height: 10px;
	font-size: 9px;
}

.tables a
{
	color: #666;
	text-decoration: none;
}

.tablos td {
	height: 18px;
	border-bottom: 1px solid #E9E8E8;
	border-left: 1px solid #E9E8E8;
	text-align: left;
}

.tablos td img {
	vertical-align: middle;
}

.tablos td.cat {
	padding: 0px 5px;
	font-size: 11px;
	font-weight: bold;
	vertical-align: middle;
}

.tablos td.cathead {
	padding-left: 5px;
	background-color: #eaeff6;
	color: #537590;
	font-size: 11px;
	font-weight: bold;
}

.tablos td#subnum {
	width: 60px;
}

.tablos td#prodsnum {
	width: 70px; 
}

.tablos td.sub {
	font-size: 11px;
	padding-left: 3px;
	
}

.tablos tr:hover {
	background: #eee;
}

.tablos td.novo { text-align:center;}
.tablos td.novo2 { text-align:center; width:20px;}
.tablos td.btns {
	width: 18px;
	text-align: center;
}

.tablos td.pages {
	padding-left: 5px;
	font-size: 11px;
}

.tablos td.pages a {
	font-weight: bold;
}

.tablos td.pages a:hover {
	text-decoration: none;
}

.forms {
	padding: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #667683;
	text-align: left;
}

.forms a, .tablos a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #667683;
	text-decoration: none;
}

.forms a:hover, .tablos a:hover {
	color: #879eb0;
	text-decoration: underline;
}

.forms form {
	padding: 0px;
	margin: 0px;
}

.forms input.txt, .forms textarea {
	border: 1px solid #d4d0c8;
	width: 920px;
	font-size: 10px;
}

.forms textarea.editor {
	width: 760px;
	height: 200px;
}

.forms fieldset {
	margin: 5px 0px;
	padding: 5px;
	border: 1px solid #e3ae4e;
}

.forms legend {
	padding: 2px 4px;
	background-color: #e3ae4e;
	color: #fff;
	font-weight: bold;
}

.forms div {
	margin-top: 3px;
}

.fieldname {
	margin-bottom: 2px;
	color: #666;
}

.fieldche {
	margin-bottom: 5px;
}

.allbtns {
	margin: 2px 0px;
	background-color: #eaeff6;
	border: 1px solid #3e6482;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #3e6482;
	text-transform: uppercase;
	cursor: pointer;
}

.galpic {
	 width: 100px;
	 height: 100px;
	 float: left;
	 margin: 5px;
	 padding: 5px;
	 text-align: center;
}

.pollline1, .pollline2 {
	height: 8px;
	font-size: 8px;
}

.pollline1 {
	width: 150px;
	border: 1px solid #3e6482;
}

.pollline2 {
	background-color: #eaeff6;
}

/* right column content ::end */


/* config fields content ::begin */
.configflds {
	height: 710px;
	width: 558px;
	overflow: auto;
	margin: 10px;
	border: 1px solid #49A94D;
	scrollbar-face-color: #eaeff6;
	scrollbar-highlight-color: #a9aea6;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-shadow-color: #a9aea6;
	scrollbar-arrow-color: #49A94D;
	scrollbar-track-color: #FFF;
}

.confflds {
	background-color: #eaeff6;
	border-width: 2px 2px 1px 1px;
	border-style: solid;
	border-color:  #E9E8E8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}

.confflds a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	font-weight: bold;
	text-decoration: underline;
}

.confflds a:hover {
	text-decoration: none;
}

.confflds td {
	height: 18px;
	border-bottom: 1px solid #E9E8E8;
	border-left: 1px solid #E9E8E8;
	text-align: left;
}

.confflds td.heading {
	padding-left: 2px;
	background-color: #E1F0D5;
	color: #49A94D;
	font-weight: bold;
}

.confflds input.txt, .confflds textarea {
	border: 1px solid #d4d0c8;
}
	

/* config fields content ::end */

/* footer content ::begin */

.footer {
	width: 1000px;
	margin: 0px auto;
	padding: 15px 3px;
	background: #e9eaef url(../images/footer_bground.gif) top left repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #667683;
	text-align: center;
}


.footer a {
	font-family: Tahoma,Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #667683;
	text-decoration: none;
}

.footer a:hover {
	color: #3b4138;
}

/* footer content ::end */

/* login ::begin */
#login {
	margin: 0px auto;
	width: 390px;
	background-color: #cad6e6;
}

#login .forms {
	padding: 25px;
	background: #f5f6fa;
}

#login form {
	width: 190px;
	padding-left: 150px;
	background: url(../images/CDLogo_login.gif) no-repeat center left;
}

#login .header, #login .foot {
	margin: 0px;
	background-color: #e9eaef;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #667683;
}

#login .header {
	padding: 15px 10px;
	border-bottom: 2px solid #d8e2ed;
	font-size: 16px;
}

#login .foot {
	padding: 5px;
	font-size: 10px;
}

#login .txtlog {
	border: 1px solid #e3ae4e;
	width: 140px;
	font-size: 10px;
}

#login fieldset div {
	padding-left: 18px;
}
/* login ::end */

/* login catalogs :: begin */
.login_catalogs {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
	margin: 0px auto;
	width: 390px;
	background-color: #f5f6fa;
        padding: 20px 30px;
        color: #58595b;
}

.login_catalogs * {
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.login_catalogs .logo {
    display: inline-block;
    float: left;
    width: 100%;
}

.login_catalogs .title {
    display: inline-block;
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: #58595b;
    text-align: center;
    text-transform: uppercase;
}

.login_catalogs .forms {
    display: inline-block;
    float: left;
    width: 100%;
    padding: 0;	
    margin-top: 15px;
}

.login_catalogs form {
    display: inline-block;
    float: left;
    width: 100%;
}

.login_catalogs .fieldche {
    display: inline-block;
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
}

.login_catalogs .fieldname {
    display: inline-block;
    float: left;
    width: 100%;
    margin: 0 0 5px 0;
    font-size: 14px;
    font-weight: 400;
}

.login_catalogs .txtlog {
    display: inline-block;
    float: left;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border: 1px solid #c3c3c3;
    background-color: #fff;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}


.login_catalogs .txtlog:hover,
.login_catalogs .txtlog:focus {
    border-color: #d82532;
}

/*.login_catalogs select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.login_catalogs select::-ms-expand {
    display: none;
}

.login_catalogs select {
    margin-top: 5px;
    background: #fff url(../images/new_design/arrow_select.png) no-repeat right center;
}*/

.login_catalogs .btn_sub {
    display: inline-block;
    float: left;
    padding: 10px 20px;
    border: none;
    background-color: #58595b;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.login_catalogs .btn_sub:hover {
    background-color: #d82532;
}

.login_catalogs .foot {
    display: inline-block;
    float: left;
    width: 100%;
    margin-top: 5px;
    font-size: 11px;
    text-transform: uppercase;
}


/* login catalogs ::end*/


.pages a
{
	font-size: 10px;
}

.input_single_line input
{
	width: 400px;
}


.radio_table{
	padding:0px;
	margin:0px;
	font-size:11px;
}

.radio_table a{
	font-size:11px;
}

.transform{
	font-size:11px;
}

.tablos td.lastche{
	border:0px;
} 

.tablos tr.str_inf td{
	border:0px;
	border-right:1px solid #E9E8E8;
	text-align:center;
	font-size:11px;
}

.imgURL { display: none; }

.set_q { width:97px; padding:0 3px 0 0; }
.set_q .input, .set_q .submit { font-size:11px; padding:0; vertical-align:middle; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:11px; }
.set_q .input { color:#666666; height:18px; width:58px; }
.set_q .submit { float:right; background-color:#EAEFF6; border:1px solid #3E6482; color:#3E6482; width:30px; height:22px; cursor:pointer; text-transform:uppercase; }

#stock_page { color:#bd1553; }
#stock_page .menu { background: #f3c3d5 url(../images/stock/mail_bground2.png); padding-right:0; }
#stock_page .menu a { color:#811940; border:solid 1px #e9b6c9; margin:0 1px 1px 0; }
#stock_page .menu a:hover { background:#e9b6c9; }
#stock_page .menuline { margin:0 5px 0 0; }
#stock_page .toplinks .i { background: #f3c3d5; }
#stock_page .search { background: #f3c3d5; }
#stock_page .search a { color:#811940; }
#stock_page .search a:hover { text-decoration:underline; }
#stock_page input.btn { background: #bd1553; border:solid 2px #bd1553; color:#fff; font-size:11px; font-weight:bold; font-family:Arial,Tahoma,Verdana,sans-serif; }
#stock_page .tablos td.cathead { background: #f3c3d5; color:#bd1553; }
#stock_page .tables table { color:#bd1553; }
#stock_page .tables table a { color:#811940; text-decoration:underline; }
#stock_page .container { background:#fff; border:0; }
#stock_page .footer { color:#bd1553; background:#ffe6ef; border-top:solid 2px #bd1553; }
#stock_page .tablos td { border-bottom:1px solid #ffe6ef; border-left:1px solid #ffe6ef; }
#stock_page .tables table { border-color:#ffe6ef; border-style:solid; border-width:2px 2px 1px 1px; }
#stock_page .toplinks a { color:#811940; }
#stock_page .set_q .submit { background: #bd1553; border:solid 2px #bd1553; color:#fff; font-size:11px; font-weight:bold; font-family:Arial,Tahoma,Verdana,sans-serif; }

.news_color_block { width:16px; height:16px; padding:0; margin:0; border:solid 1px #adadad; cursor:pointer; }
.news_color_value { width:65px; text-align:center; padding:0; height:16px; border:solid 1px #adadad; }
#news_colors { border:solid 1px #adadad; width:99%; }





/* PAKKSEDDEL */
#pakkseddel { width:7.55in; /*height:11.69in;*/ margin-left: 20px; font-size: 12px; }
.small_logo { float: left; }
.small_logo img { border: none; }
#pakkseddel h3 { margin:0px 0px 5px 0px; font-size:12px; font-weight: 400; }

#pakkseddel .left { width:40%; height:140px; text-align:left; float: left; padding:10px 2%; border:solid 1px #b4b4b4; }
#pakkseddel .left h2 { margin:0px 0px 5px 0px; font-size:14px; }
#pakkseddel .left p { margin:5px 0; font-size:12px; }

#pakkseddel .right { width:40%; height:140px; text-align:left; float: right; padding:10px 2%; border:solid 1px #b4b4b4; }
#pakkseddel .right h2 { margin:0px 0px 5px 0px; font-size:12px; }
#pakkseddel .right p { margin:5px 0; font-size:12px; }

#pakkseddel .div3 { width:90%; padding:10px 3%; border: solid 1px #b4b4b4; font-weight:bold; }
#pakkseddel .div3 span { padding:0px 20px; }

#pakkseddel .logo {
    width: 250px;
    height: auto;
    margin-bottom: 0;
}

#pakkseddel .w40 {
    width: 35%;
    text-align: left;
}

#pakkseddel .fleft {
    float: left;
}

#pakkseddel .fright {
    float: right;
}

#pakkseddel .header .title {
    font-weight:bold; 
    text-align: left;
}

#pakkseddel .header  p {
    margin: 0 0 5px 0;
    text-align: left;
}

#pakkseddel .lbl {
    display: inline-block;
    float: left;
    width: 55%;
    text-align: left;
}

#table2 { width:100%; }
#table2 th { 
    padding:5px 0; 
    /*background:#3f3f3d;
    color:#ffffff;*/
    border-bottom: 1px solid #b4b4b4;
    font-size:12px; 
    font-weight: bold; 
    text-align:center;  
}

#table2 th:first-child {
    text-align: left;
}

#table2 td { 
    padding:5px 0; 
    color:#000000; 
    font-size:12px; 
    font-weight: normal; 
    border-bottom:solid 1px #b4b4b4;
    text-align: center; 
    line-height: 20px;
}

#table2 td.prod_name {
    width: 40%;
    text-align: left;
}

#table2 td.tleft {
    text-align: left;
}

#table2 td .checkbox { width:25px; height:25px; border: solid 1px #b4b4b4; }

#table2 td .thesign { float: right; color:#ff0000; font-weight:bold; margin:0px 0px 0px 3px; }

#table3 { width:100%; }
#table3 td { font-size:16px; }

#table4 { color:#000000; font-size:14px; text-align:left; }
#table4 .greenText { width:80%; background:#ffffff; border:solid 1px #7da57c; }



/* MODALBOX */
.intro { background:#ffffff; border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px; }
.lightboxForm { text-align: left; }
.lightboxForm h3 { margin:0px 0px 10px 0px; color:#111111; font-size:16px; border-bottom:solid 1px #efefef; padding:0px 0px 10px 0px;  }
.lightboxForm table.tablos td { padding:5px 10px; font-size:16px !important; }
.lightboxForm table.tablos a { font-size:16px; }
.lightboxForm table.tablos .fld { width:146px; height:30px; line-height:30px; padding:2px 5px; border:solid 1px #111111; background:#efefef; }
.lightboxForm table.tablos .checkbox { width:30px; height:30px; line-height:30px; border:solid 1px #111111; background:#efefef; }
.lightboxForm .allbtns { padding:10px 25px; font-size:14px; }

/* GALAXY TAB */
.galaxyTab .tablos .cathead { font-size:15px !important; }
.galaxyTab .tablos a { font-size:15px !important; }
.galaxyTab .tablos .sub { font-size:15px !important; }

.galaxyTab .allbtns { font-size:12px !important; padding:5px 10px; }
.galaxyTab input[type=text] { height:24px; }
.galaxyTab select { height:28px; padding:4px; }


#newProdDesign { width:970px; float: left; }
#newProdDesign table { width:970px; float: left; }
#newProdDesign table td { vertical-align: top; text-align: left; }
#newProdDesign input.txt, #newProdDesign textarea { width:450px; }

/* ADD NEW DESIGN */

.app { width:240px; float: left; font-size:9px; text-align: left; overflow-x: hidden; }

.appGray { background:#efefef; width:220px; padding:5px; margin:5px 5px 20px 5px; }
.appGray h3 { font-size:10px; margin:0px 0px 10px 0px; }

.appDiv { width:230px; float: left; padding:5px; margin:0px 0px 10px 0px; }
.appDiv h5 { font-size:10px; color:#333333; margin:20px 0px 10px 0px; }
.appDiv textarea { width:100%; overflow:auto; height:150px; float: left; }

.appDiv .flRow { display:block; margin:0px 0px 5px 0px; color:#333333; }
.appDiv .flRow label { color:#000000; width:100px; float: left; font-weight:bold; }

.appTable {  border-collapse:collapse; width:230px; float: left; padding:0px; margin:0px 0px 10px 0px; }
.appTableTable { border:solid 1px #cecece; border-collapse:collapse; }
.appTableTable th { border:solid 1px #cecece; padding:2px 2px; font-size:6px; font-weight:normal; text-align:left; }
.appTableTable td { border:solid 1px #cecece; padding:2px 2px; font-size:7px; }

.appTableTable td .appFld { width:80px; border:solid 1px #A31717; }

.appTableSmall { vertical-align:top; font-size:9px; }
.appTableSmall td { vertical-align:top; padding:5px 5px 5px 0px; border-bottom:solid 1px #cecece; font-size:9px; }

/* NEW LOGIN */

