﻿
/*[User]*/
.UserControl .UserMenu li.EditInfo A   { background-image:  url(../images/icons/Personal/me.png) }
.UserControl .UserMenu li.Edit A       { background-image:  url(../images/icons/Personal/EditInfo.png)}
.UserControl .UserMenu li.Pass A       { background-image:  url(../images/icons/Personal/key.png)    }
.UserControl .UserMenu li.History A    { background-image:  url(../images/icons/Personal/history.png)}
.UserControl .UserMenu li.Group A      { background-image:  url(../images/icons/Personal/group.png)  }
.UserControl .UserMenu li.Signout A    { background-image:  url(../images/icons/Personal/logout.png) }
.rtl .UserControl .UserMenu li A       { background-position: 98% center;background-repeat:no-repeat; }
.ltr .UserControl .UserMenu li A       { background-position: 5px center;background-repeat:no-repeat; }
.rtl .UserControl .UserMenu li A       { display: block; height: 100%; color: inherit; padding: 2px 25px 3px 3px; margin-bottom: 1px; }
.rtl .UserControl .UserMenu li:hover A { padding-right: 35px; }
.ltr .UserControl .UserMenu li A       { display: block; height: 100%; color: inherit; padding: 2px 3px 3px 25px; margin-bottom: 1px; }
.ltr .UserControl .UserMenu li:hover A { padding-left: 35px; }

/*[Captcha]*/
#captcha_sortable       { list-style: none; width: 126px; margin: 0 auto; }
#captcha_sortable li    { float: left; width: 40px; height: 40px; margin:1px; text-align: center; cursor: pointer; background:#1675b7; color: #fff; font: 20px/40px Arial; }

/*[Page]*/
.TitlePage  { margin-bottom: 5px; display: block; font: 16px 'B yekan','Yekan', Arial; color: #333; -webkit-text-shadow: 0 1px 3px #CCC; text-shadow: 0 1px 3px #CCC; }
.SignUpPage { }
.LoginPage  { }
.ContactPage { margin-top: 10px; }
.NewPasswordPage { margin-top: 10px; }
.ChangePasswordPage { }
.RolsPage { }
.FutherInfoPage { }
.UpdateUserInfoPage { }
.ReportViewer { margin: 5px; }

/*[SendFriendPage]*/
.SendFriendPage {background:#FFF; position:absolute; width:100%; height:100%;}
.SendFriendPage .SFPW  {margin:10px;}
.SendFriendPage .SFPW textarea {width:372px !important;min-width:372px;max-width:372px;min-height:85px !important;height:85px !important;}

/*[TrackHistoryPage]*/
.TrackHistoryPage { }
.rtl .TrackHistoryPage .Grid            { border: none !important; text-align: right !important; }
.ltr .TrackHistoryPage .Grid            { border: none !important; text-align: left !important; }
.TrackHistoryPage .Grid .SmallColored   { color: red; }
.TrackHistoryPage .Grid td              { padding: 4px; }
.TrackHistoryPage .Grid td td           { -moz-transition: background 0.4s ease; -o-transition: background 0.4s ease; -webkit-transition: background 0.4s ease; transition: background 0.4s ease; }
.TrackHistoryPage .Grid td td:hover     { background: #F1F1F1; border-radius: 3px; }
.TrackHistoryPage .Grid .StrongNum      { direction: ltr; }

/*[PersonalPage]*/
.PersonalPage { }
.PersonalPage .HeaderPersonal   { margin-bottom: 5px; display: block; font: 16px 'B yekan','Yekan', Arial; color: #333; -webkit-text-shadow: 0 0 3px #BBB; text-shadow: 0 0 3px #BBB; }
.PersonalPage ul li             { list-style: none; background: #F1F1F1; margin-bottom: 3px; padding: 4px; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }
.PersonalPage ul li:hover       { background: #DDD; }
.PersonalPage ul li A           { display: block; height: 100%; }
.PersonalPage ul li img         { position: relative; top: 3px; }

/*[SITEMAP]*/
.SiteMapPage { }
.SiteMapPage td         { padding: 1px; width: 33%; vertical-align: bottom; }
.SiteMapPage .item-a span{ display: block; padding: 0px 5px 3px 5px; border-bottom: 1px solid #CCC; }
.SiteMapPage .Desc      { font-size: 12px; font-family: Tahoma; color: red; }
.SiteMapPage .SecTitle  { text-shadow: 1px 1px 1px #CCC; display: inline-block; position: relative; top: -2px; }
.SiteMapPage td br      { display: none; }
.SiteMapPage td span a  { line-height:25px; background: #ececec; display: block; margin: 0px; padding: 1px 3px; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; position: relative; text-shadow: 1px 1px 1px #FFF;  -webkit-transition: all .5s ease-out;-moz-transition: all .5s ease-out;-ms-transition: all .5s ease-out;-o-transition: all .5s ease-out;transition: all .5s ease-out;}
.SiteMapPage td span a:hover { background: #CCC; text-shadow: -1px 1px 1px #666; }
.SiteMapPage td span img { max-width: 24px; margin: 0 3px; position: relative; top: 5px; }

/*[CommentPage]*/
.CommentPageWrapper { direction: rtl; background: #F1F1F1; position: absolute; width: 100%; height: 100%; }
.CommentPage { margin: 25px; }
.CommentPage input[type="text"] { border: 1px solid #BBB; background: #F9F9F9; padding: 2px; height: 20px; width: 425px; }
.CommentPage textarea       { border: 1px solid #BBB; background: #F9F9F9; padding: 2px; min-width: 425px; max-width: 425px; width: 425px; min-height: 150px; max-height: 150px; height: 150px; }
.CommentPage .LabelForms    { display: block; }
.CommentPage .ItemForms     { margin-bottom: 5px; }
.CommentPage input[type="text"]:hover, .CommentPage textarea:hover { background: #F5F5F5; border-color: #AAA; }
.CommentPage input[type="text"]:focus, .CommentPage textarea:focus { background: #F5F5F5; -moz-box-shadow: inset 0 0 3px #BBB; -webkit-box-shadow: inset 0 0 3px #BBB; box-shadow: inset 0 0 3px #BBB; }
.ItemComment { background: #FFF; margin-bottom: 7px; border: 1px solid #CCC; -moz-box-shadow: 0 1px 3px #CCC; -webkit-box-shadow: 0 1px 3px #CCC; box-shadow: 0 1px 3px #CCC; padding: 7px; min-width:415px; }
.ItemComment .HeaderComment { background: #F4F4F4; height: 25px; padding: 0 7px; -webkit-text-shadow: 0 1px 2px #AAA; text-shadow: 0 1px 2px #AAA; font: 13.2px/25px 'B yekan','Yekan',tahoma; }
.ItemComment .BodyComment   { text-align: justify; }
.ItemComment .ManageComment { text-align: left; }

/*[ResultSearchPage]*/
.ResultSearchPage { }
.ResultSearchPage .ItemResult       { padding:5px 0; margin-bottom:5px; text-align:justify; }
.ResultSearchPage .HeaderItemResult { background:#F1F1F1; height:30px; line-height:30px; padding:0 3px; }
.ResultSearchPage .HeaderItemResult img { margin:0 3px; position:relative; top:4px; }
.ResultSearchPage .ResultCategory   { padding:3px; margin: 2px 0; }
.ResultSearchPage .MainSearchBox    { margin-bottom:4px; text-align:center; padding:10px 0 10px 0; }
.ResultSearchPage .MainSearchBox span { position:relative; display:inline-block; }
.ResultSearchPage .SelectedWord     { background:gold; }

/*[Grid]*/
.Grid { width: 100%; text-align: center; margin-bottom: 15px; border: 1px solid #BBB !important; }
.Grid tr, .Grid td { border: none !important; }
.Grid tr { height: 25px; }
.Grid .Header{ background: #BBB; height: 30px; }
.Grid .Item  { background: #FFF; }
.Grid .Alter { background: #F1F1F1; }

/*[Button]*/
.Btn, .Btn:visited { height: 29px; font: 13.2px/29px 'B yekan','Yekan', tahoma; color: #FFF !important; cursor: pointer; border: none; border-bottom: 1px solid #000; text-decoration: none; padding: 0 15px; display: inline-block; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.Btn:hover      { -moz-box-shadow: 0 0 3px #666 inset; -webkit-box-shadow: 0 0 3px #666 inset; box-shadow: 0 0 3px #666 inset; }
.Btn:active     { border-bottom: 1px solid #666; -moz-box-shadow: 0 0 3px #333 inset; -webkit-box-shadow: 0 0 3px #333 inset; box-shadow: 0 0 3px #333 inset; }
.BtnGray        { background: #959595; }
.BtnGray:hover  { background: #888; }
.BtnGray:active { background: #959595; }
.BtnGreen       { background: #61830c; }
.BtnGreen:hover { background: #537500; }
.BtnGreen:active{ background: #61830c; border-bottom: 1px solid #3d5500; }
.BtnBlue        { background: #00599d; }
.BtnBlue:hover  { background: #005494; }
.BtnBlue:active { background: #00599d; border-bottom: 1px solid #002a4a; }
.BtnRed         { background: #92001f; }
.BtnRed:hover   { background: #80001b; }
.BtnRed:active  { background: #92001f; border-bottom: 1px solid #530012; }

/*[Type="Text"]*/
input[type="text"], input[type="password"], select, textarea { -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; }

/*[Forms]*/
.LightForms .Validate   { padding: 3px; }
.LightForms input[type="text"],
.LightForms input[type="password"] { border: 1px solid #BBB; background: #F9F9F9; padding: 2px; height: 20px; width: 170px; }
.LightForms select      { border: 1px solid #BBB; background: #F9F9F9; padding: 2px; height: 27px; width: 176px; }
.LightForms select:focus, .LightForms option:focus { outline: none !important; }
.LightForms textarea    { border: 1px solid #BBB; background: #F9F9F9; padding: 2px; max-width:99%; min-width:70%; min-height:100px; max-height:150px;}
.LightForms input[type="text"]:hover, .LightForms input[type="password"]:hover, .LightForms textarea:hover, .LightForms select:hover { background: #F5F5F5; border-color: #AAA; }
.LightForms input[type="text"]:focus, .LightForms input[type="password"]:focus, .LightForms textarea:focus, .LightForms select:focus { background: #F5F5F5; -moz-box-shadow: inset 0 0 3px #BBB; -webkit-box-shadow: inset 0 0 3px #BBB; box-shadow: inset 0 0 3px #BBB; }

.DarkForms .Validate   { padding: 3px; }
.DarkForms input[type="text"],
.DarkForms input[type="password"] { border: 1px solid #292929; background: #1f1f1f; padding: 2px; height: 20px; width: 170px; color:#BBB;}
.DarkForms select      { border: 1px solid #292929; background: #1f1f1f; padding: 2px; height: 27px; width: 176px;color:#BBB; }
.DarkForms select:focus, .DarkForms option:focus { outline: none !important; }
.DarkForms textarea    { color:#BBB; border: 1px solid #292929; background: #1f1f1f; padding: 2px; max-width:99%; min-width:70%; min-height:100px; max-height:150px;}
.DarkForms input[type="text"]:hover, .DarkForms input[type="password"]:hover, .DarkForms textarea:hover, .DarkForms select:hover { background: #161616; border-color: #111; }
.DarkForms input[type="text"]:focus, .DarkForms input[type="password"]:focus, .DarkForms textarea:focus, .DarkForms select:focus { background: #161616; -moz-box-shadow: inset 0 0 3px #000; -webkit-box-shadow: inset 0 0 3px #000; box-shadow: inset 0 0 3px #000; }

.ItemForms      {margin-bottom: 3px;}
.ItemForms .LabelForms {display: inline-block; min-width: 20%;}
.InputMini      {width: 100px;}
.InputSmall     {width: 150px;}
.InputMedium    {width: 180px;}
.InputLarge     {width: 220px;}

/*[Information Box]*/
.InformationBox { padding: 7px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; margin-bottom: 7px; display: block; text-align: justify; }
.InformationBox ul li { margin-bottom: 5px; }
.InformationBox ul li:last-child { margin: 0; }
.InformationBox strong, .InfoBox b { font: 13.2px 'B yekan', 'Yekan', tahoma; }
.InformationBox .InformationBody { margin-top: 7px; }
.InformationBox .HeadBox { cursor: pointer; font: 16px 'B koodak', 'koodak', Arial; padding: 4px; margin-top: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; }
.InfoBox { background: #c1ddec; border-bottom: 1px solid #549ec5; color: #005a8a; }
.InfoBox .HeadBox { background: #a6cde2; }
.WarningBox { background: #ffdd8a; border-bottom: 1px solid #b66d00; color: #b66d00; }
.WarningBox .HeadBox { background:#e6bd59; }
.FailureBox { background: #eea9a9; border-bottom: 1px solid #ae3434; color: #a01010; }
.SuccessBox { background: #a8de76; border-bottom: 1px solid #458e00; color: #275100; }

/*[TreeView]*/
.treeview, .treeview ul, .treeview-rtl, .treeview-ltr, .treeview-rtl ul, .treeview-ltr ul { list-style:none; margin:0; padding:0 }
.treeview ul, .treeview-rtl ul, .treeview-ltr ul { margin:4px 0 0!important }
.treeview .hitarea, .treeview-ltr .hitarea { background:url(../images/Links/treeview-default.gif) -64px -25px no-repeat; height:16px; width:16px; margin-left:-16px; float:left; cursor:pointer }
.treeview-rtl .hitarea { background:url(../images/Links/treeview-default-rtl.gif) -64px -25px no-repeat; height:16px; width:16px; margin-right:-16px; float:right; cursor:pointer; position:relative; top:4px }
.hitarea { display:inline; float:none }
.treeview li, .treeview-rtl li, .treeview-ltr li { background:url(../images/Links/treeview-default-line.gif) 0 0 no-repeat; margin:0; padding:3px 0 3px 16px }
.treeview-rtl li { background:url(../images/Links/treeview-default-line-rtl.gif) right 0 no-repeat; margin:0; padding:3px 16pt 3px 0 }
.treeview a.selected, .treeview-rtl a.selected, .treeview-ltr a.selected { background-color:#eee }
#treecontrol { display:none; margin:1em 0 }
.treeview .hover, .treeview-rtl .hover, .treeview-ltr .hover {cursor:pointer; color:inherit; }
.treeview li.collapsable, .treeview li.expandable, .treeview-rtl li.collapsable, .treeview-rtl li.expandable, .treeview-ltr li.collapsable, .treeview-ltr li.expandable { background-position:0 -176px }
.treeview-rtl li.collapsable, .treeview-rtl li.expandable { background-position:right -170px }
.treeview .expandable-hitarea, .treeview-rtl .expandable-hitarea, .treeview-ltr .expandable-hitarea { background-position:-80px -3px }
.treeview-rtl .expandable-hitarea { background-position:right -3px }
.treeview li.last, .treeview-rtl li.last, .treeview-ltr li.last { background-position:0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable, .treeview-ltr li.lastCollapsable, .treeview-ltr li.lastExpandable { background-image:url(../images/Links/treeview-default.gif) }
.treeview-rtl li.lastCollapsable, .treeview-rtl li.lastExpandable .treeview-rtl li.firstCollapsable, .treeview-rtl li.firstExpandable, { background:url(../images/Links/treeview-default-line-rtl.gif)}
.treeview li.lastCollapsable, .treeview-ltr li.lastCollapsable { background-position:0 -111px }
.treeview li.lastExpandable, .treeview-ltr li.lastExpandable { background-position:-32px -67px }
.treeview-rtl li.firstCollapsable, .treeview-rtl li.firstExpandable { background-position:right -179px }
.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea, .treeview-ltr div.lastCollapsable-hitarea, .treeview-ltr div.lastExpandable-hitarea { background-position:0 0 }
.treeview-rtl div.lastCollapsable-hitarea { background-position:-14px -92px }
.treeview-rtl div.lastExpandable-hitarea { background-position:-47px -48px }
.treeview-red li { background-image:url(../images/Links/treeview-red-line.gif) }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image:url(../images/Links/treeview-red.gif) }
.treeview-black li { background-image:url(../images/Links/treeview-black-line.gif) }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image:url(../images/Links/treeview-black.gif) }
.treeview-gray li { background-image:url(../images/Links/treeview-gray-line.gif) }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image:url(../images/Links/treeview-gray.gif) }
.treeview-famfamfam li { background-image:url(../images/Links/treeview-famfamfam-line.gif) }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image:url(../images/Links/treeview-famfamfam.gif) }
.treeview .placeholder, .treeview-rtl .placeholder, .treeview-ltr .placeholder { background:url(../images/Links/ajax-loader.gif) 0 0 no-repeat; height:16px; width:16px; display:block }
.filetree li { padding:3px 0 2px 16px }
.filetree span.folder, .filetree span.file { display:block; padding:1px 0 1px 16px }
.filetree span.folder { background:url(../images/Links/folder.gif) 0 0 no-repeat }
.filetree li.expandable span.folder { background:url(../images/Links/folder-closed.gif) 0 0 no-repeat }
.filetree span.file { background:url(../images/Links/file.gif) 0 0 no-repeat }
.treeview-rtl li.last, .treeview-rtl li.lastCollapsable, .treeview-rtl li.lastExpandable { background-position:right -1760px }

/*[SlideShow]*/
.camera_wrap a, .camera_wrap img, .camera_wrap ol, .camera_wrap ul, .camera_wrap li, .camera_wrap table, .camera_wrap tbody, .camera_wrap tfoot, .camera_wrap thead, .camera_wrap tr, .camera_wrap th, .camera_wrap td .camera_thumbs_wrap a, .camera_thumbs_wrap img, .camera_thumbs_wrap ol, .camera_thumbs_wrap ul, .camera_thumbs_wrap li, .camera_thumbs_wrap table, .camera_thumbs_wrap tbody, .camera_thumbs_wrap tfoot, .camera_thumbs_wrap thead, .camera_thumbs_wrap tr, .camera_thumbs_wrap th, .camera_thumbs_wrap td { background: none; border: 0; font: inherit; font-size: 100%; margin: 0; padding: 0; vertical-align: baseline; list-style: none; }
.camera_wrap { display: none; float: left; position: relative; z-index: 0; }
.camera_wrap img { max-width: none!important; }
.camera_fakehover { height: 100%; min-height: 60px; position: relative; width: 100%; z-index: 1; }
.camera_wrap { width: 100%; margin:0 !important;  }
.camera_src { display: none; }
.cameraCont, .cameraContents { height: 100%; position: relative; width: 100%; z-index: 1; }
.cameraSlide { bottom: 0; left: 0; position: absolute; right: 0; top: 0; width: 100%; }
.cameraContent { bottom: 0; display: none; left: 0; position: absolute; right: 0; top: 0; width: 100%; }
.camera_target { bottom: 0; height: 100%; left: 0; overflow: hidden; position: absolute; right: 0; text-align: left; top: 0; width: 100%; z-index: 0; }
.camera_overlayer { bottom: 0; height: 100%; left: 0; overflow: hidden; position: absolute; right: 0; top: 0; width: 100%; z-index: 0; }
.camera_target_content { bottom: 0; left: 0; overflow: hidden; position: absolute; right: 0; top: 0; z-index: 2; }
.camera_target_content .camera_link { background: url(../images/blank.gif); display: block; height: 100%; text-decoration: none; }
.camera_loader { background: #fff url(../images/body/camera-loader.gif) no-repeat center; background: rgba(255, 255, 255, 0.9) url(../images/body/camera-loader.gif) no-repeat center; height: 36px; left: 50%; overflow: hidden; position: absolute; margin: -18px 0 0 -18px; top: 50%; width: 36px; z-index: 3; -moz-box-shadow: 0 1px 2px #000; -webkit-box-shadow: 0 1px 2px #000; box-shadow: 0 1px 2px #000; -moz-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px; padding: 2px; }
.camera_bar { bottom: 0; left: 0; overflow: hidden; position: absolute; right: 0; top: 0; z-index: 3; }
.camera_thumbs_wrap.camera_left .camera_bar, .camera_thumbs_wrap.camera_right .camera_bar { height: 100%; position: absolute; width: auto; }
.camera_thumbs_wrap.camera_bottom .camera_bar, .camera_thumbs_wrap.camera_top .camera_bar { height: auto; position: absolute; width: 100%; }
.camera_nav_cont { height: 65px; overflow: hidden; position: absolute; right: 9px; top: 15px; width: 120px; z-index: 4; }
.camera_caption { bottom: 0; display: block; position: absolute; width: 100%; direction: rtl; }
.camera_caption A { color: #FFF; }
.camera_caption > div { padding: 10px 20px; }
.camerarelative { overflow: hidden; position: relative; }
.imgFake { cursor: pointer; }
.camera_prevThumbs { bottom: 4px; cursor: pointer; left: 0; position: absolute; top: 4px; visibility: hidden; width: 30px; z-index: 10; }
.camera_prevThumbs div { background: url(../images/body/camera_skins.png) no-repeat -90px 0; display: block; margin-top: -20px; position: absolute; top: 50%; width: 30px; height: 30px; }
.camera_nextThumbs div { background: url(../images/body/camera_skins.png) no-repeat 0px 0; display: block; margin-top: -20px; position: absolute; top: 50%; width: 30px; height: 30px; }
.camera_nextThumbs { bottom: 4px; cursor: pointer; position: absolute; right: 0; top: 4px; visibility: hidden; width: 30px; z-index: 10; }
.camera_command_wrap .hideNav { display: none; }
.camera_command_wrap { left: 0; position: relative; right: 0; z-index: 4; }
.camera_wrap .camera_pag { position: relative; height: 16px; margin: -25px 5px 0; z-index:10000; }
.ltr .camera_wrap .camera_pag {float:right;}
.rtl .camera_wrap .camera_pag {float:left;}
.camera_wrap .camera_pag .camera_pag_ul { list-style: none; margin: 0; padding: 0; text-align: left; height: 16px; }
.camera_wrap .camera_pag .camera_pag_ul li { -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; cursor: pointer; display: inline-block; height: 16px; width: 16px; margin: 0; position: relative; text-align: left; text-indent: -9999px; margin: 0 4px; }
.camera_commands_emboss .camera_pag .camera_pag_ul li { -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 1), inset 0px 1px 1px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 1), inset 0px 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 0px 1px 0px rgba(255, 255, 255, 1), inset 0px 1px 1px rgba(0, 0, 0, 0.2); }
.camera_wrap .camera_pag .camera_pag_ul li > span { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; height: 8px; left: 4px; overflow: hidden; position: absolute; top: 4px; width: 8px; }
.camera_commands_emboss .camera_pag .camera_pag_ul li:hover > span { -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 1), inset 0px 1px 1px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 1), inset 0px 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 0px 1px 0px rgba(255, 255, 255, 1), inset 0px 1px 1px rgba(0, 0, 0, 0.2); }
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span { -moz-box-shadow: 0; -webkit-box-shadow: 0; box-shadow: 0; }
.camera_pag_ul li img { display: none; position: absolute; }
.camera_pag_ul .thumb_arrow { border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 4px solid; top: 0; left: 50%; margin-left: -4px; position: absolute; }
.camera_prev, .camera_next, .camera_commands { cursor: pointer; height: 30px; margin-top: -20px; position: absolute; top: 50%; width: 30px; z-index: 2; }
.camera_prev { left: 0; }
.camera_prev > span { background: url(../images/body/camera_skins.png) no-repeat -60px 0; display: block; height: 30px; width: 30px; }
.camera_next { right: 0; }
.camera_next > span { background: url(../images/body/camera_skins.png) no-repeat -90px 0; display: block; height: 30px; width: 30px; }
.camera_commands { right: 31px; }
.camera_commands > .camera_play { background: url(../images/body/camera_skins.png) no-repeat 0px 0; height: 30px; width: 30px; }
.camera_commands > .camera_stop { background: url(../images/body/camera_skins.png) no-repeat -30px 0; display: block; height: 30px; width: 30px; }
.camera_thumbs_cont { -webkit-border-bottom-right-radius: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -moz-border-radius-bottomleft: 4px; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; overflow: hidden; position: relative; width: 100%; }
.camera_commands_emboss .camera_thumbs_cont { -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 1), inset 0px 1px 1px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 1), inset 0px 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 0px 1px 0px rgba(255, 255, 255, 1), inset 0px 1px 1px rgba(0, 0, 0, 0.2); }
.camera_thumbs_cont > div { float: left; width: 100%; }
.camera_thumbs_cont ul { overflow: hidden; padding: 3px 4px 8px; position: relative; text-align: center; }
.camera_thumbs_cont ul li { display: inline; padding: 0 4px; }
.camera_thumbs_cont ul li > img { border: 1px solid; cursor: pointer; margin-top: 5px; vertical-align: bottom; }
.camera_clear { display: block; clear: both; }
.showIt { display: none; }
.camera_clear { clear: both; display: block; height: 1px; margin: -1px 0 25px; position: relative; }
.camera_caption { color: #fff; }
.camera_caption > div { background: #000; background: rgba(0, 0, 0, 0.8); }
.ltr .camera_caption > div { direction:ltr; }
.camera_wrap .camera_pag .camera_pag_ul li { background: #b7b7b7; }
.camera_wrap .camera_pag .camera_pag_ul li:hover > span { background: #b7b7b7; }
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span { background: #434648; }
.camera_pag_ul li img { border: 4px solid #e6e6e6; -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, .5); -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .5); box-shadow: 0px 3px 6px rgba(0, 0, 0, .5); width: 100px; height: 65px; }
.camera_pag_ul .thumb_arrow { border-top-color: #e6e6e6; }
.camera_prevThumbs, .camera_nextThumbs, .camera_prev, .camera_next, .camera_commands, .camera_thumbs_cont { background: #d8d8d8; background: rgba(216, 216, 216, 0.85); }
.camera_wrap .camera_pag .camera_pag_ul li { background: #b7b7b7; }
.camera_thumbs_cont ul li > img { border-color: #000; }

/*[Margin / Padding]*/
.MT0PX { margin-top:0 }.MT1PX { margin-top:1px }.MT2PX { margin-top:2px }.MT3PX { margin-top:3px }.MT4PX { margin-top:4px }.MT5PX { margin-top:5px }.MT6PX { margin-top:6px }.MT7PX { margin-top:7px }.MT8PX { margin-top:8px }.MT9PX { margin-top:9px }.MT10PX { margin-top:10px }.MT11PX { margin-top:11px }.MT12PX { margin-top:12px }.MT13PX { margin-top:13px }.MT14PX { margin-top:14px }.MT15PX { margin-top:15px }.MB0PX { margin-bottom:0 }.MB1PX { margin-bottom:1px }.MB2PX { margin-bottom:2px }.MB3PX { margin-bottom:3px }.MB4PX { margin-bottom:4px }.MB5PX { margin-bottom:5px }.MB6PX { margin-bottom:6px }.MB7PX { margin-bottom:7px }.MB8PX { margin-bottom:8px }.MB9PX { margin-bottom:9px }.MB10PX { margin-bottom:10px }.MB11PX { margin-bottom:11px }.MB12PX { margin-bottom:12px }.MB13PX { margin-bottom:13px }.MB14PX { margin-bottom:14px }.MB15PX { margin-bottom:15px }.MRL0PX { margin-left:0; margin-right:0 }.MRL1PX { margin-left:1px; margin-right:1px }.MRL2PX { margin-left:2px; margin-right:2px }.MRL3PX { margin-left:3px; margin-right:3px }.MRL4PX { margin-left:4px; margin-right:4px }.MRL5PX { margin-left:5px; margin-right:5px }.MRL6PX { margin-left:6px; margin-right:6px }.MRL7PX { margin-left:7px; margin-right:7px }.MRL8PX { margin-left:8px; margin-right:8px }.MRL9PX { margin-left:9px; margin-right:9px }.MRL10PX { margin-left:10px; margin-right:10px }.MRL11PX { margin-left:11px; margin-right:11px }.MRL12PX { margin-left:12px; margin-right:12px }.MRL13PX { margin-left:13px; margin-right:13px }.MRL14PX { margin-left:14px; margin-right:14px }.MRL15PX { margin-left:15px; margin-right:15px }.MTB0PX { margin-top:0; margin-bottom:0 }.MTB1PX { margin-top:1px; margin-bottom:1px }.MTB2PX { margin-top:2px; margin-bottom:2px }.MTB3PX { margin-top:3px; margin-bottom:3px }.MTB4PX { margin-top:4px; margin-bottom:4px }.MTB5PX { margin-top:5px; margin-bottom:5px }.MTB6PX { margin-top:6px; margin-bottom:6px }.MTB7PX { margin-top:7px; margin-bottom:7px }.MTB8PX { margin-top:8px; margin-bottom:8px }.MTB9PX { margin-top:9px; margin-bottom:9px }.MTB10PX { margin-top:10px; margin-bottom:10px }.MTB11PX { margin-top:11px; margin-bottom:11px }.MTB12PX { margin-top:12px; margin-bottom:12px }.MTB13PX { margin-top:13px; margin-bottom:13px }.MTB14PX { margin-top:14px; margin-bottom:14px }.MTB15PX { margin-top:15px; margin-bottom:15px }.MALL0PX { margin:0 }.MALL1PX { margin:1px }.MALL2PX { margin:2px }.MALL3PX { margin:3px }.MALL4PX { margin:4px }.MALL5PX { margin:5px }.MALL6PX { margin:6px }.MALL7PX { margin:7px }.MALL8PX { margin:8px }.MALL9PX { margin:9px }.MALL10PX { margin:10px }.MALL11PX { margin:11px }.MALL12PX { margin:12px }.MALL13PX { margin:13px }.MALL14PX { margin:14px }.MALL15PX { margin:15px }.PT0PX { padding-top:0 }.PT1PX { padding-top:1px }.PT2PX { padding-top:2px }.PT3PX { padding-top:3px }.PT4PX { padding-top:4px }.PT5PX { padding-top:5px }.PT6PX { padding-top:6px }.PT7PX { padding-top:7px }.PT8PX { padding-top:8px }.PT9PX { padding-top:9px }.PT10PX { padding-top:10px }.PT11PX { padding-top:11px }.PT12PX { padding-top:12px }.PT13PX { padding-top:13px }.PT14PX { padding-top:14px }.PT15PX { padding-top:15px }.PB0PX { padding-bottom:0 }.PB1PX { padding-bottom:1px }.PB2PX { padding-bottom:2px }.PB3PX { padding-bottom:3px }.PB4PX { padding-bottom:4px }.PB5PX { padding-bottom:5px }.PB6PX { padding-bottom:6px }.PB7PX { padding-bottom:7px }.PB8PX { padding-bottom:8px }.PB9PX { padding-bottom:9px }.PB10PX { padding-bottom:10px }.PB11PX { padding-bottom:11px }.PB12PX { padding-bottom:12px }.PB13PX { padding-bottom:13px }.PB14PX { padding-bottom:14px }.PB15PX { padding-bottom:15px }.PRL0PX { padding-left:0; padding-right:0 }.PRL1PX { padding-left:1px; padding-right:1px }.PRL2PX { padding-left:2px; padding-right:2px }.PRL3PX { padding-left:3px; padding-right:3px }.PRL4PX { padding-left:4px; padding-right:4px }.PRL5PX { padding-left:5px; padding-right:5px }.PRL6PX { padding-left:6px; padding-right:6px }.PRL7PX { padding-left:7px; padding-right:7px }.PRL8PX { padding-left:8px; padding-right:8px }.PRL9PX { padding-left:9px; padding-right:9px }.PRL10PX { paddi
ng-left:10px; padding-right:10px }.PRL11PX { padding-left:11px; padding-right:11px }.PRL12PX { padding-left:12px; padding-right:12px }.PRL13PX { padding-left:13px; padding-right:13px }.PRL14PX { padding-left:14px; padding-right:14px }.PRL15PX { padding-left:15px; padding-right:15px }.PTB0PX { padding-top:0; padding-bottom:0 }.PTB1PX { padding-top:1px; padding-bottom:1px }.PTB2PX { padding-top:2px; padding-bottom:2px }.PTB3PX { padding-top:3px; padding-bottom:3px }.PTB4PX { padding-top:4px; padding-bottom:4px }.PTB5PX { padding-top:5px; padding-bottom:5px }.PTB6PX { padding-top:6px; padding-bottom:6px }.PTB7PX { padding-top:7px; padding-bottom:7px }.PTB8PX { padding-top:8px; padding-bottom:8px }.PTB9PX { padding-top:9px; padding-bottom:9px }.PTB10PX { padding-top:10px; padding-bottom:10px }.PTB11PX { padding-top:11px; padding-bottom:11px }.PTB12PX { padding-top:12px; padding-bottom:12px }.PTB13PX { padding-top:13px; padding-bottom:13px }.PTB14PX { padding-top:14px; padding-bottom:14px }.PTB15PX { padding-top:15px; padding-bottom:15px }.PALL0PX { padding:0 }.PALL1PX { padding:1px }.PALL2PX { padding:2px }.PALL3PX { padding:3px }.PALL4PX { padding:4px }.PALL5PX { padding:5px }.PALL6PX { padding:6px }.PALL7PX { padding:7px }.PALL8PX { padding:8px }.PALL9PX { padding:9px }.PALL10PX { padding:10px }.PALL11PX { padding:11px }.PALL12PX { padding:12px }.PALL13PX { padding:13px }.PALL14PX { padding:14px }.PALL15PX { padding:15px }.rtl .MR0PX, .ltr .ML0PX { margin-right:0 }.rtl .MR1PX, .ltr .ML1PX { margin-right:1px }.rtl .MR2PX, .ltr .ML2PX { margin-right:2px }.rtl .MR3PX, .ltr .ML3PX { margin-right:3px }.rtl .MR4PX, .ltr .ML4PX { margin-right:4px }.rtl .MR5PX, .ltr .ML5PX { margin-right:5px }.rtl .MR6PX, .ltr .ML6PX { margin-right:6px }.rtl .MR7PX, .ltr .ML7PX { margin-right:7px }.rtl .MR8PX, .ltr .ML8PX { margin-right:8px }.rtl .MR9PX, .ltr .ML9PX { margin-right:9px }.rtl .MR10PX, .ltr .ML10PX { margin-right:10px }.rtl .MR11PX, .ltr .ML11PX { margin-right:11px }.rtl .MR12PX, .ltr .ML12PX { margin-right:12px }.rtl .MR13PX, .ltr .ML13PX { margin-right:13px }.rtl .MR14PX, .ltr .ML14PX { margin-right:14px }.rtl .MR15PX, .ltr .ML15PX { margin-right:15px }.ltr .MR0PX, .rtl .ML0PX { margin-left:0 }.ltr .MR1PX, .rtl .ML1PX { margin-left:1px }.ltr .MR2PX, .rtl .ML2PX { margin-left:2px }.ltr .MR3PX, .rtl .ML3PX { margin-left:3px }.ltr .MR4PX, .rtl .ML4PX { margin-left:4px }.ltr .MR5PX, .rtl .ML5PX { margin-left:5px }.ltr .MR6PX, .rtl .ML6PX { margin-left:6px }.ltr .MR7PX, .rtl .ML7PX { margin-left:7px }.ltr .MR8PX, .rtl .ML8PX { margin-left:8px }.ltr .MR9PX, .rtl .ML9PX { margin-left:9px }.ltr .MR10PX, .rtl .ML10PX { margin-left:10px }.ltr .MR11PX, .rtl .ML11PX { margin-left:11px }.ltr .MR12PX, .rtl .ML12PX { margin-left:12px }.ltr .MR13PX, .rtl .ML13PX { margin-left:13px }.ltr .MR14PX, .rtl .ML14PX { margin-left:14px }.ltr .MR15PX, .rtl .ML15PX { margin-left:15px }.rtl .PR0PX, .ltr .PL0PX { padding-right:0 }.rtl .PR1PX, .ltr .PL1PX { padding-right:1px }.rtl .PR2PX, .ltr .PL2PX { padding-right:2px }.rtl .PR3PX, .ltr .PL3PX { padding-right:3px }.rtl .PR4PX, .ltr .PL4PX { padding-right:4px }.rtl .PR5PX, .ltr .PL5PX { padding-right:5px }.rtl .PR6PX, .ltr .PL6PX { padding-right:6px }.rtl .PR7PX, .ltr .PL7PX { padding-right:7px }.rtl .PR8PX, .ltr .PL8PX { padding-right:8px }.rtl .PR9PX, .ltr .PL9PX { padding-right:9px }.rtl .PR10PX, .ltr .PL10PX { padding-right:10px }.rtl .PR11PX, .ltr .PL11PX { padding-right:11px }.rtl .PR12PX, .ltr .PL12PX { padding-right:12px }.rtl .PR13PX, .ltr .PL13PX { padding-right:13px }.rtl .PR14PX, .ltr .PL14PX { padding-right:14px }.rtl .PR15PX, .ltr .PL15PX { padding-right:15px }.ltr .PR0PX, .rtl .PL0PX { padding-left:0 }.ltr .PR1PX, .rtl .PL1PX { padding-left:1px }.ltr .PR2PX, .rtl .PL2PX { padding-left:2px }.ltr .PR3PX, .rtl .PL3PX { padding-left:3px }.ltr .PR4PX, .rtl .PL4PX { padding-left:4px }.ltr .PR5PX, .rtl .PL5PX { padding-left:5px }.ltr .PR6PX, .rtl .PL6PX { padding-left:6px }.ltr .PR7PX, .rtl .PL7PX { padding-left:7px }.ltr .PR8PX, .rtl .PL8PX { padding-left:8px }.ltr .PR9PX, .rtl .PL9PX { padding-left:9
px }.ltr .PR10PX, .rtl .PL10PX { padding-left:10px }.ltr .PR11PX, .rtl .PL11PX { padding-left:11px }.ltr .PR12PX, .rtl .PL12PX { padding-left:12px }.ltr .PR13PX, .rtl .PL13PX { padding-left:13px }.ltr .PR14PX, .rtl .PL14PX { padding-left:14px }.ltr .PR15PX, .rtl .PL15PX { padding-left:15px }