﻿/* ----- Global Reset ----- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* ------ Helpers ----- */
body {
	font: 12px/16px Tahoma,sans-serif; 
}
input, button, select {
    font: 12px Tahoma;
}
.clear {
    clear: both;
}
.error {
    color:#c00
}
.success {
    color: Green;
}
.warning {
    color: Orange;
}
.highlight {
    background-color: Yellow;
}
.ltr {
    direction: ltr;
}
.rtl {
    direction: rtl;
}
.left-align {
    text-align: left;
}
.center { text-align: center; }
.small { font-size:0.8em; }
.quiet { color:#9B9C8D; font-weight:normal !important; }
.req {color: #c00;}
.watermark { color: #999; }
hr {
    clear: both;
    border-style: none;
    margin: 15px 0 15px;
    color: #e0e0e0;
    background-color: #e0e0e0;
    height: 1px;
    *margin: 1px 0 8px;
}
h3.replace {
    background-position: right top;
    background-repeat: no-repeat;
}
h3.replace span {
    visibility: hidden;
}
p {
    margin-bottom: 0.7em;
    line-height: 18px;
}
p.note { 
    background: url(warning.png) no-repeat right top; 
    text-indent: 20px;
    margin-top: 20px;
}
strong { font-weight: bold; }
em { font-style: italic; }
blockquote {
    font-style: italic;
    margin-right: 20px;
    padding-right: 10px;
    margin-bottom: 1em;
    border-right: dashed 1px #565656;
}
blockquote cite {
    display: block;
    font-style: normal;
    font-size: 0.8em;
}
.success-box {
    background: url(green_box.png) no-repeat right top;
    padding: 10px;
    margin-bottom: 10px;    
}
.success-box-short {
    background: url(check.png) no-repeat right center;
    font-weight: bold;
    padding: 5px 20px 5px;
    color: Green;
}
.info-box, .info-box-short {
    background: url(info_box.png) no-repeat right top;
    padding: 10px 65px 45px 10px;
    margin: 20px 0 0 0;
    color: #565656;
}
.info-box-short {
    padding-bottom: 25px;
    margin-top: 10px;
}
.info-tip {
    padding: 10px 20px 0 0;
    color: #666;
    background: url(info.gif) no-repeat right 11px;
}
.datepicker-handle {
    display: inline-block;
    width: 22px;
    height:22px;
    margin: 3px 4px 0 0;
    cursor: pointer;
    background:url(cal.png) no-repeat left top;
}
.ellipsis {
    display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.contact-button {
    display: block;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: left top;  
}
.contact-button span{
    display: none;
}
.contact-button-small {
    width: 104px;
    height: 18px;
    background-image: url(contact.png);
}
.contact-button-big {
    width: 150px;
    height: 30px;
    background-image: url(contact_big.png);
}

.pager {
    padding: 5px 0;
    font-size: 0.85em;
}
.pager-status {
    float: right;
    padding: 2px 0 2px 5px;
}
.pager-direct {
    float: left;
}
.pager-direct * {
    font-size: 10px;
}
.pager-direct button {
    width: 25px;
    padding: 0 3px 3px 3px;
}
.pager a {
    border:1px solid #849CC6;
    color:#203558;
    padding:0 6px;
    margin: 0 2px;
    text-decoration:none !important;
    float: right;
    border-radius:2px;
}
.pager a:hover {
    background: #E5EDF9;
}
.pager a.sel {
    background: #5E90C3;
    color: #fff;
    border-color: #5E90C3;
}

.button-small {
    width: 44px;
    height: 26px;
    color: #fff;
    background: url(btn_small.png);
    border: none;
    font-size: 0.9em;
    padding-bottom:3px;
}

.upload-progress {
    position: absolute;
    display: none;
    color: #666;
    text-align: center;
    background: #fff url(loader.gif) no-repeat center 20px;
    width: 100%;
    padding-top: 50px;
    top: 0;
    left: 0;
}

.pc-icn { width: 16px; height: 16px; background: url(types.png); display: inline-block; margin: 4px 0 0 4px; }
.pc-icn-pdf { background-position: 0 0; }
.pc-icn-word, .pc-icn-docx { background-position: 0 -16px; }
.pc-icn-excel { background-position: 0 -32px; }
.pc-icn-help { background: url(help.png) no-repeat center top; }

.popup-frame { direction: rtl; padding: 10px 15px; }
    .popup-frame h3 { color: #1988C8; font-size: 1.7em; line-height: 1.3em; }

/* ----- Forms ----- */
.frm fieldset {
    border-top: dashed 1px #d5d5d5;
    padding: 5px 0 25px;
}
.frm legend {
    background: #fff;
    font-weight: bold;
    font-size: 1.1em;
    padding: 3px 0 3px 5px;
    color: #999;
}

table.frm {
    width: 100%;    
}
.frm td {
    padding: 10px 10px 5px;    
}
.frm td td {
    padding: 5px 5px 5px;
}
.frm th {
    font-weight: bold;
    text-align: left;
    padding: 10px 0 5px 0;
    width: 170px;
    vertical-align: top;    
}
.frm td th {
    font-weight: normal;
    text-align: right;
    padding: 5px 5px 5px 0;
    width: 70px;
}
.frm input, .frm select, .frm textarea {
    font-family: Tahoma;
    font-size: 12px;
}
input[type=text], input[type=password], select, textarea {
    border: solid 1px #ccc;
    padding: 4px !important;
    margin: 0px;
    vertical-align: top;
    border-radius: 4px;
    background: #fcfcfc url(input_bg.png) repeat-x top;
}
select {
    padding: 3px 4px !important;
}
input[type=text]:focus, input[type=password]:focus, select:focus, textarea:focus {
    background: #fff;
    border-color: #bbb;
}
input[readonly=readonly], input[readonly=readonly]:focus { color: #afafaf; background:#f6f6f6; }
.frm button, .button1 {
    background: #E49593 url(button.png) repeat-x bottom;
    border: solid 1px #D1332D;
    font: bold 1em Tahoma;
    color: #fff;
    padding: 4px 25px 6px 25px !important;
    margin-left: 5px;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: 0 0 2px #888;
}
.frm button:hover, .button1:hover { text-decoration: none; color: #eee; }
.frm button.cancel, .button-disabled {
    background-image: url(button_gray.png);
    background-color: #d3d3d3;
    border-color: #b7b7b7 #a8a8a8 #a3a3a3 #b7b7b7;
    color: #636363;
    padding: 3px 15px 5px 15px !important;
}
.frm .ft {
    padding-top: 20px;
}
.frm .lst span {
    display: block;
    padding-right: 8px;
    background: url(bullet.gif) no-repeat right 10px;
}
.frm .lst li {
    padding-right: 10px;
}
.frm .cbl li {
    padding: 2px 0;
}
.frm .cbl label {
    padding: 0 3px;
}
.frm .more-info {
    display: block;
    text-align: left;
}

/* ----- Validation ----- */
.field-validation-error {    
    padding: 1px 33px 0 5px;
    background: url(error.png) no-repeat right center;
    display: inline-block;
    height: 22px;
    color: #D60107;
    border-left: solid 1px #FCC4C7;
}
.field-validation-valid { display: none; }
.field-validation-error.block-validation-error  { 
    clear: both;
    margin-top: 2px;
    background-image: url(error_block.png);
}
.validation-summary-errors {
    color: #c00;
    margin-bottom: 10px;
}
.validation-summary-errors span {
    font-weight: bold;
}
.validation-summary-errors li {
    margin-right: 10px;
    padding: 2px 10px 2px 0;
    background: url(bullet.gif) no-repeat right 12px;
}
.validation-summary-valid {
    display: none;
}

.vlst {
    margin-bottom: 5px;
}
.vlst li {
    padding: 0 10px 5px 0;
    background: url(arrow.gif) no-repeat right 7px;
    margin-right: 10px;
    line-height: 18px;
}
.vlst li ul {
    padding-top: 5px;
}
.vlst li li {
    background: url(bullet.gif) no-repeat right 10px;
}
.vlst-gray li {
    background-image: url(left_gray.gif);
}

.back-top {
    display: block;
    border-bottom: dashed 1px #d5d5d5;
    text-align: left;
    padding: 5px 0 2px 0;
    margin-bottom: 20px;
    font-size: 0.9em;
}

.summary-tip {
    color: #888;
    display: block;
    font-size: 10px;
    padding-left: 50px;
}
.summary-tip em {
    color: #c00;
    font-style: normal;
}

/* Tooltips */
.tooltip {
	width:250px;
	display:none;
	color:#fff;
    direction: rtl;
    text-align: center;
    background: url(tooltip_simple.png) no-repeat center bottom;
    padding: 3px 8px 12px 8px;
    opacity: 0.9;
}
.bigtip {
    width: 600px;
    overflow: hidden;
    padding: 5px;
    direction: rtl;    
    background:#FFFFDF;
    box-shadow: -4px 4px 4px #888;
    height: 400px;    
}
.bigtip h4 { margin: 0 0 10px 0; padding: 0; color: #191970; font-size: 1.6em; }
.bigtip h5 { background: none; padding: 0; margin: 0 0 6px 0; color:#1C5579; font: bold 1.3em Arial; }
.showbigtip:hover { background: #FFFFDF; }

.simpletip {
	display:none;
	color:#fff;
    direction: rtl;
    text-align: center;
    padding: 2px 8px 8px 8px;
    font-size: 0.9em;
    background: url(tooltip_simple.png) no-repeat center bottom;
    max-width: 380px;
}

/* ----- Category Selector ----- */
.category-selector {
    width: 502px;
    position: relative;
}
.category-name {
    border: solid 1px #ccc;
    height: 17px;
    background: #fcfcfc url(down.gif) no-repeat 5px center;
    cursor: pointer;
    padding: 2px 5px 2px 0;
    border-radius: 4px;
}
.category-list {
    position: absolute;
    min-height: 245px;
    height:auto !important;
    height:245px;
    border: solid 1px #b4b4b4;
    border-right-width: 2px;
    border-bottom-width: 2px;
    width: 500px;
    background: #fafafa;
    display: none;
    box-shadow: 0 2px 5px #888;
    border-radius: 0 0 5px 5px;
}
.category-list-head {
    position: relative;
}
.category-list-title {
    padding: 5px 10px 5px 0;
    float: right;
    font-weight: bold;
}
.category-list-search {
    float: left;
    padding: 5px 0 0 10px;
}
input.category-search-box, input.category-search-box:focus { width: 140px; background: #fff url(search_icon.png) no-repeat 2px 3px; }
    input.category-search-box-highlight { border-color: #c00; background-color: #faa; }
.category-list-foot {
    clear: both;
}
.category-select {
    display: none;
    background: #c1e5a3;
    height: 25px;
    text-align: center;
    padding-top: 3px;

}
.category-list-select {
    padding: 10px 10px 10px 0;
    clear: both;
}
.category-list-select select {
    width: 153px;
    margin-left: 10px;
    padding: 0 !important;
    height: 200px;    
}
.category-list-progress {
    text-align: center;
    margin-top: 50px;
    padding-top: 20px;
    font-size: 0.9em;
    color: #666;
    background: url(loader.gif) no-repeat center top;
}

/* ----- TextBox List ----- */
.textboxlist li { padding-bottom: 4px; }
.textboxlist input { margin-left: 5px; width: 100px; }
.textboxlist a { display:inline-block; padding-top:4px; }

/* ----- Ajax Loader ----- */
.col-wide { position: relative; }
#ajaxloader {
    position: absolute;
    left: 0px;
    top: 5px;
    width: 23px;
    height: 18px;
    background: url(loader.gif) no-repeat left top;
    display: none;
}
#ajaxloader span { display: none; }

/* ----- Editor Shared Style ----- */
.editor-shared h5 {
	font: bold 16px Arial;
	margin-bottom: 5px;
}
.editor-shared h6 {
	font: bold 14px Arial;
	margin-bottom: 5px;
}
.editor-shared p {
	margin-bottom: 5px;
}
.editor-shared ul, .editor-shared ol {
	margin-bottom: 10px;
}
.editor-shared ul li, .editor-shared ol li {
   margin-right: 16px; 
   list-style-type: disc;
}
.editor-shared ol li {
    list-style-type: decimal;
}
.editor-shared td {
	padding: 4px;
	border: solid 1px #eaeaea;
	border-collapse: collapse;
}
.editor-shared div.imp {
	border: solid 1px #eaeaea;
	background: #f3f3f3;
	padding: 15px;
	margin: 0 auto 10px auto;
	width: 90%;
}
.editor-shared strong {
	font-weight: bold;
}
.editor-shared em {
	font-style: italic;
}

/* ----- Products ------ */
.external-links { clear: both; padding-top: 30px; }
.external-links a { text-decoration: none; }
.external-links li { padding: 5px 20px 0 15px; background: url(link.png) no-repeat right 7px; }
.external-links li span { display: inline-block; direction: ltr; font-size:0.9em; }
.external-links li span a { color: #093; }
.external-links li span a:hover { text-decoration: underline; }

.attached-files h4 {
    font: bold 16px Arial;
    padding: 0 15px 5px 0 !important;
    margin: 0 5px 5px 0 !important;
    background: url(bullet_big.gif) no-repeat right 5px;
    border-bottom: dashed 1px #666;
}
.attached-files { clear: both; padding-top: 30px; }
.attached-files td { padding: 2px 0 2px 20px; }
.attached-files td.size { font-size: 0.9em; color: #696969; }
.attached-files a { text-decoration: none; }
.attached-files .pc-icn { margin-left: 0px; }

.image-list-medium {
    clear: both;
    padding: 4px;
    border: solid 1px #ccc;    
    background: url(no_image.png) no-repeat center center;
}
.image-list-medium li { display: none; }
.image-list-medium img, .image-list-small img { vertical-align: bottom; }
.image-list-small { margin: 5px 0; }
.image-list-small li {
    padding: 2px;
    border: solid 1px #ccc;
    float: right;
    margin-left: 5px;
    cursor: pointer;
}
.image-list-small li.last { margin-left: 0; }
.image-list-small li.sel { border-color: #E98B29; background: #FFE779; }
.image-list-zoom {
    font-size: 0.8em;
    color: #848484;
    padding: 0 20px 3px 0;
    background: url(zoom.png) no-repeat right top;
    float: right;
}

.custom-list-images { float: left; margin: 0 15px 10px 0; }

/* ------ Alert Subscription Forms ----- */
.alert-reg-form { border: solid 1px #e6e6e6; border-radius: 3px; background: #fcfcfc url(alert_bg.png) no-repeat right top; padding: 7px 120px 7px 15px; font-size: 0.9em; position: relative; margin-bottom: 10px; height: 81px; overflow hidden; }
    .alert-reg-form h3 { font-size: 1.6em; padding-right: 15px; background: url(bullet_big.gif) no-repeat right center; margin-bottom: 0.7em; }
    .alert-reg-form h3 span { color: #362ABB }
    .alert-reg-form label { font-weight: bold; }
    .alert-reg-form input { margin-top: 2px; vertical-align: middle; width: 130px; direction: ltr; }
    .alert-reg-form button { width: 120px;  vertical-align: middle; padding-left: 5px; padding-right: 5px; white-space: nowrap; }
.alert-reg-form .pc-icn { padding-left: 22px; color: #f00; font-size:0.8em; cursor: default; position: absolute; top: 5px; left: 5px; background-position: left top; }
.alert-reg-form-setting { padding: 5px 0 0 0; }
.sidetip { width: 300px; background: #333; color: #eee; direction: rtl; padding: 10px; border-radius: 5px; box-shadow: 3px 3px 8px 4px #888; } 
.alert-reg-message { display: none; position: absolute; top: 0; left: 0; padding-top: 45px; height: 50px; width: 100%; text-align: center; background-position: center 25px; background-repeat: no-repeat; }
    .alert-reg-message-submit { background-color: #fcfcfc; background-image: url(loader.gif); }
    .alert-reg-message-success { background-color: #E6FFE6; background-image: url(check.png); }
    .alert-reg-message-error { background-color: #FFD9D9; background-image: url(warning.png); }
.alert-reg-form .input-validation-error { border: solid 1px #EB9292; background: #FFD9D9; }
