/***** WebSee CSS Framework *****/
/***** WebSee Co. Ltd., last update: 11.12.2009 ver. 0.1 *****/

@charset "utf-8";


/***** Botom footer align ******/
/*html, body { margin: 0; padding: 0; border: 0; width: 100%; }*/
html { height: 100%; overflow: auto; /* Иначе у IE6 начинаются проблемки с вертикальной полосой прокрутки */}
* html body { height: 100%; /* IE 6 */}
html body { min-height: 100%; height: auto;}

/***** Global reset for standart elements *****/ 
h1,h2,h3,h4,h5,h6,pre,code{font-size:1em}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,dl,dt,dd,table,td,th{margin:0;padding:0;line-height:130%;font-size:100%;}
a img,:link img,:visited img{border:none}
address{font-style:normal}
dl{margin:0 0 0 .8em}
dl dt{margin:0 0 .5em 0}
dl dd+dt{margin-top:1.5em}
dl dd,ul li,ol li{margin:0 0 1em 2em}
ol{list-style:decimal}
ol li ol,ol li ul,ul li ul,ul li ol{margin:1em 0 0}
p,table,form{margin:0 0 1em}
ul{list-style:disc}
ul li ul{list-style:circle}
ul li ul li ul{list-style:square}
div{_height:1%}

body {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  color: #707070;
  background: #fff;
  min-width: 1044px;
  width:expression((document.documentElement.clientWidth)<1004?"1004px":"auto");
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
}

/****** Headers *****/
h1, h2, h3, h4, h5, h6 {
font-weight:normal;
margin: 0 0 0.4 0;
font-family: Tahoma, Helvetica,  sans-serif;
color: #4A4A4A;
}

h1 {
padding: 0.1em 0;
font-size:1.7em;
text-transform: uppercase;
}

h2 {
padding: 0.2em 0;
font-size: 1.5em;
}

h3 {
font-size:1.3em;
padding: 0.2em 0;
}

/***** Common elements *****/
blockquote {margin:1.25em;padding:1.25em 1.25em 0 1.25em;}
small {font-size:0.85em;}
acronym, abbr {cursor:help;letter-spacing:1px;border-bottom:1px dotted;}
img {vertical-align: middle;}
p, li{
	font-size: 1em;
	line-height: 130%;
}

/***** Tables *****/
table{border-collapse: collapse;}
td, th{border: none; border-bottom: 1px solid #CCCCCC; padding: 5px; vertical-align: top; }
th{text-align: center; background: #333333 url(../i/th.png) repeat-x top; border-top: 1px solid #CCCCCC; color: #B0CAF1; padding: 6px 6px; font-size: 12px;}
.alt td{background: #E9E9E9 url(../i/td_alt.gif) repeat-x top;}
td{
	font-size: 0.85em;
	color: #4A4A4A;
}

/***** Links *****/
a, a:link, a:visited, a img {
color: #666;
text-decoration: underline;
cursor: pointer;
}
a:hover{
color: #ba1616;
}


/***** Global Classes *****/
.clear {clear:both;}
.float-left, .left{float:left;}
.float-right, .right{float:right;}

.text-left{text-align:left;}
.text-right{text-align:right;}
.text-center{text-align:center;}
.text-justify{text-align:justify;}

.img-left{float:left;margin:0.3em 1em 0.3em 0}
.img-right{float:right;margin:0.3em 0 0.3em 1em}

.nopadding{padding:0;}
.noindent{margin-left:0;padding-left:0;}
.nobullet{list-style:none;}

.clear,.clrleft,.clrright{clear:both;width:100%;display:block}
.clrleft{clear:left}
.clrright{clear:right}

.nobr{white-space:nowrap}

.prim{font-size: 0.9em; color: #777777}
.accent{font-weight: bold; color: #333333}
.prim2{color: #777777}
	
.forprint{display: none;}

/***** Forms *****/
form{width:98%}

button{
	font-size: 1em;
   background: #4a4a4a url(../i/buttongradien.png) repeat-x;
   display: inline-block;
   padding: 4px 25px 4px;
   color: #E9E9E9;
   text-decoration: none;
   line-height: 1em;
	border: none;
	-moz-border-radius: 5px;
   -webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
   position: relative;
   cursor: pointer;
}
  
button:hover{
  	background-color: #363636;
	color: White;
}

label{
	color: #777;
	width: 120px;
	float: left;
	padding-right:10px;
	text-align: right;
	font-size: 0.85em;
}

label.check{
  color: #333;
}

input{padding:2px}
select, textarea, input.text, input.short, input.password, input.file {
  padding: 2px;
  font-size: 100%;
  width: 350px;
}

textarea{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
}

input.short{
  width: 170px;
}

form div{
  padding: 6px;
}

form div div{
  padding: 0;
  margin-left: 130px;
}

form .prim{
  color: #777;
  font-size: 0.85em;
}

form img{
  margin-right: 1em;
  border: 1px solid #777;
}

.vkey{
  width: 120px;
  text-align: center;
}

.buttons{
	margin: 1em 0 0 130px;
}

/***** Messages *****/
.errors, .jot-err{background-color: #FFE8E8;}
.msgok, .jot-cfm{background-color: #EFFFD4;}
.info, .fpinfo, .jot-list{background-color: #FFFFF0;}

.errors, .jot-err, .msgok, .info, .fpinfo, .jot-list, .jot-cfm{
  padding: 10px;
  margin:0 0 1em;
}

.errors p, .jot-err p, .msgok p, .info p, .fpinfo p, .jot-cfm p{
  padding: 0;
  margin: 0;
}

/****** JOT Comments *****/
.jot-comment{
	padding: 10px;
	margin-bottom: 10px;
}

.jot-num{
	display: block;
	float: right;
	font-size: 2em;
	text-align: center;
	width: 50px;
	height: 23px;
}

.jot-poster{font-size: 0.85em;}
.jot-user, .jot-subject{font-size: 1.4em;}
.jot-subject{font-weight: bold;}
.jot-content{float: none;}
.jot-message{padding: 1em 0; line-height: 130%;}
.jot-row-alt{background-color: #E9E9E9}
.jot-row-me{background-color: #EFFFD4;}


/***** Breadcrumbs navigation *****/

#navigation{
  font-size: 0.75em;
  color: #CCC;
  margin:0 0 1em;
  border-bottom: 1px solid #E9E9E9;
}

#navigation a{
	color: #777777;
}

#navigation a:hover{
	color: #742614;
}

/***** Pages scroll & Ditto scroll ******/
#pages{
  text-align: center;
}

#pages span, a.ditto_page{
  padding: 6px 10px;
  margin: 0 5px;
  border: 1px solid #777;
  background-color: #CCC;
  text-decoration: none;
}

/***** Photos & Galleries *****/
.photo{
  border: 4px solid #ccc;
  padding: 1px;
  background: #fff;
}

.gallery{
	margin:0 0 1em;
}

.gallery div{
	float: left;
	padding: 0 30px 30px 0;
}

.gallery div a{
	display: block;
	width: 215px;
	height: 190px;
	text-decoration: none;
}

.gallery span{
	display: block;
	text-align: center;
	font-size: 0.9em;
	width: 208px;
}

.gallery img{
	margin:0 0 4px;
}

/********************************************************/
/***************** Layout code starts here **************/
/********************************************************/

#footer1, #logo, #head, #menu, #info, #center {
  margin: 0 auto;
  width: 1004px;
}

img.photo, a:hover img.photo {
  background-color: #f;
  padding: 4px;
  border: 2px solid #aaa;
}
a:hover img.photo {
  border: 2px solid #ccc;
}

#container {
  padding: 0 20px 90px;
  background: url('../i/inheadbg.png') repeat-x;
}
#main #container {
  background: url('../i/top_bg.png') repeat-x;
}

/* top */
#top, #top1 {
  margin-bottom: 35px;
  height: 570px;
  overflow: hidden;
}

#top1 {
  height: auto;
  padding-bottom: 20px;
  height: 153px;
}


/* logo */
#logo {
  padding-top: 18px;
  font-size: 1.4em;
  color: #333;
  font-family: "Trebuchet MS";
}

#logo1 {
  background: url('../i/logo.png') no-repeat;
  width: 455px;
  height: 62px;
  float: left;
  padding-bottom: 19px;
}

#logo1 span {
  display: none;
}

#logo a.l {
  display: block;
  text-decoration: none;
  width: 455px;
  height: 62px;
}

#cargo {
	float: left;
	padding: 10px 0 0;
}

#rs {
  list-style: none;
  padding-top: 14px;
}

#rs li {
  float: right;
  margin: 0;
  padding: 0 13px;
}

#rs li.first {
  background: url('../i/sep.png') no-repeat left;
}

/* head */
#head {
  background: url('../i/head_photo.jpg') no-repeat;
  height: 401px;
}

/* menu */
#menu {
  background: url('../i/menu_bg.gif') repeat-x 0 13px;
  padding-top: 13px;
  font-family: Tahoma, Helvetica,  sans-serif;
}

#menu1 {
  background: url('../i/menu_left.png') no-repeat left;
}

#menu2 {
  background: url('../i/menu_right.png') no-repeat right;
  padding-top: 8px;
  height: 32px;
}

#menu table {
  width: 100%;
}

#menu table td {
  border: none;
  text-align: center;
  width: 16%;
}

#menu a {
  color: #762812;
  font-size: 1.6em;
  text-decoration: none;
  text-shadow: 0px 0px 10px rgba(100, 0, 0, 0.40);
}

#menu a:hover {
  color: #a65842;
   text-shadow: 0px 0px 10px rgba(100, 0, 0, 0.40);
}

/* right menu */
#right_menu {
  float: right;
  width: 250px;
  padding: 15px 0 0;
  font-size: 0.9em;
}

#right_menu ul {
  list-style: none;
}

#right_menu li {
  margin: 0;
  padding: 5px 0 0;
  font-size: 1.1em;
  color: #a65842;
}

#right_menu a {
  color: #762812;
}

#right_menu a:hover {
  color: #a65842;
}

/* left_panel */
#left_panel {
  margin-right: 540px;
}

/* Ino box on the main page */
#infobox {
  width: 406px;
  padding: 20px;
  background-color: #FAFAD2;
  	-moz-border-radius: 5px;
   -webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

#infobox h1{
	padding: 0 0 0.5em 0;
}

#left_panel .green{
background: #30b015 url(../i/greengrad.gif) repeat-x bottom;
color: #e1f2e1;
}

.green h1{
	color: #E9E9E9;
	text-shadow: -1px -1px 1px rgba(0, 0, 150, 0.20);
}

.green a{
	color: White;
}

.green a:hover{
	color: #EFFFD4;
}


#left_panel .orange{
background: #ffd200 url(../i/gradorange.png) repeat-x bottom;
color: #333333;
}

.orange h1{
	color: #D55500;
	/*text-shadow: -1px -1px 1px rgba(150, 0, 0, 0.20);*/
	text-shadow: 1px 1px 1px rgba(250, 250, 250, 0.60);
}
.orange a {
	color: #D55500;
}

#left_panel .red{
background: #ff1a00 url(../i/gradred.png) repeat-x bottom;
color: #E9E9E9;
}

.red h1{
	color: White;
	text-shadow: -1px -1px 1px rgba(150, 0, 0, 0.40);
}
.red a {
	color: White;
}


/* schedule */
#schedule {
  padding-top: 25px;
}

#schedule h1 {
  margin: 0;
}

#schedule .fitem {
  float: left;
}

#schedule .dated {
  float: right;
}

#schedule .fitem label {
  width: 70px;
  display: block;
  float: left;
  font-size: 0.8em;
  line-height: 110%;
  text-align: right;
  padding-right: 6px;
}

#schedule select {
  width: 120px;
  color: #0b333c;
  border: none;
}

#schedule .select1 {
  width: 22px;
  height: 22px;
  position: absolute;
  z-index: 100;
  margin: -20px 0 0 181px;
  background: url('../i/select.png') no-repeat;
}

#schedule .select2 {
  width: 108px;
  height: 22px;
  position: absolute;
  z-index: 100;
  margin: -20px 0 0 73px;
  background: url('../i/select_bg.png') no-repeat;
}

#schedule ul {
  list-style: none;
  padding-top: 20px;
}

#schedule li {
  margin: 0;
  padding-bottom: 10px;
  position: relative;
}

#schedule .title {
  color: #d55500;
  font-size: 1.4em;
}

#schedule .schem {
  margin-top: 33px;
  width: 445px;
  height: 3px;
  background: url('../i/schem_bg.gif') repeat-x;
}

#schedule .bigFlag1, #schedule .bigFlag2 {
  width: 23px;
  height: 33px;
  position: absolute;
  z-index: 100;
  background: url('../i/big_flag.png') no-repeat;
}

#schedule .bigFlag1 {
  margin: -28px 0 0 0;
}

#schedule .bigFlag2 {
  margin: -28px 0 0 430px;
}

#schedule .smallFlag {
  padding-top: 37px;
  margin: -23px 0 0 222px;
  position: absolute;
  z-index: 100;
  background: url('../i/small_flag.png') no-repeat 9px 0;
  /*font-style: italic;*/
}

#schedule .smallFlag .point {
 display: block;
 padding-top: 5px;
 /*color: #333;
 font-size: 1.1em;
 font-style: normal;*/
}

#schedule .right {
  margin-right: 12px;
  text-align: right;
}

*html #schedule .smallFlag {
  margin-top: -22px;
}

/* ships */
#schedule .basforShip {
  position: absolute;
  width: 57px;
  height: 24px;
  margin: -27px 0 0 14px;
  background: url('../i/ship_basfor.png') no-repeat;
}

#schedule .primorecShip {
  position: absolute;
  width: 53px;
  height: 27px;
  margin: -30px 0 0 14px;
  background: url('../i/ship_primorec.png') no-repeat;
}

#schedule .kometaShip {
  position: absolute;
  width: 62px;
  height: 24px;
  margin: -26px 0 0 14px;
  background: url('../i/ship_kometa.png') no-repeat;
}

#schedule .lotosShip {
  position: absolute;
  width: 70px;
  height: 17px;
  margin: -20px 0 0 14px;
  background: url('../i/ship_lotos.png') no-repeat;
}

#schedule .autoBus {
  position: absolute;
  width: 63px;
  height: 20px;
  margin: -23px 0 0 14px;
  background: url('../i/bus.gif') no-repeat;
}

*html #schedule .basforShip {
  margin-top: -26px;
}

#schedule .left, #schedule .right, .point {
  padding-top: 1px;
  color: #707070;
  font-size: 1em;
}

#schedule .tableList .time{
	color: #4A4A4A;
}

#schedule .time{
  width: 49px;
  height: 22px;
  color: #fff;
  font-size: 11px;
  display: block;
  font-weight: bold;
}

#schedule .left .time{
  padding: 6px 0 0 6px;
  text-align: left;
  background: url('../i/left_time.png') no-repeat;
}

#schedule .right .time{
  padding: 6px 8px 0 0;
  text-align: right;
  background: url('../i/right_time.png') no-repeat;
  float: right;
}

#schedule .arrived .left .time{
  background: url('../i/left_time_g.png') no-repeat;
}

#schedule .arrived  .right .time{

  background: url('../i/right_time_g.png') no-repeat;
}

span.invisible {
  visibility: hidden;
  font-size: 1px;
  display: block;
  height: 7px;
}

/* news */
#news {
  width: 290px;
  float: right;
}

#news ul {
  list-style: none;
  margin: 0;
}

#news li {
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding: 15px 0 0;
}

#news li.last {
  border: none;
}

#news li.first {
  padding-top: 30px;
}

#news a {
  text-decoration: none;
}

#news a img {
  border: #ccc solid 1px;
  padding: 1px;
  float: left;
  margin-right: 10px;
}

#news .descr {
  display: block;
  float: left;
}

#news .descr {
  *margin-top: -14px;
}

#news .title {
  color: #333;
  font-size: 1.35em;
}

#news .date {
  display: block;
  margin: 7px 0;
  height: 15px;
  width: 72px;
  text-align: center;
  background: #ccc url(../i/datebg.gif) repeat-x;
  color: #fff;
  font-size: 0.85em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

#news .text {
  color: #707070;
  font-size: 0.85em;
}

#news a:hover img {
  border: #aaa solid 1px;
}

#news a:hover .text {
  color: #777777;
  text-decoration: underline;
}

/*newsPage*/
#newsPage #news {
  width: 100%;
  float: none;
}


/* weather */
#weather {
  width: 200px;
  float: right;
  margin-left: 32px;
}

#weather strong.title {
  font-size: 0.9em;
  color: #707070;
  padding: 0 0 20px;
}

#weather ul {
  list-style: none;
}

#weather li {
  margin: 0;
  color: #333;
  font-size: 0.85em;
  border-bottom: 1px solid #ccc;
  padding: 10px 0 16px;
}

#weather li.first {
  /*border-top: 1px solid #333;*/
}

#weather li.last {
  border: none;
}

#weather h2.tomorrow {
  color: #259525;
}

#weather strong {
  font-size: 1em;
  display: block;
  padding: 10px 0;
  margin: 0;
}

#weather span.temp {
  color: #BA1616;
  font-size: 1.2em;
  font-weight: bold;
  display: block;
  padding: 7px 0;
}

#weather span.descr {
  color: #999;
}

/* info */
#info {
  padding: 40px 0;
}

#info ul {
  list-style: none;
  margin: 0;
}

#info li.cost, #info li.service, #info li.ships {
  padding: 30px 0 0 172px;
  width: 160px;
  margin: 0;
  float: left;
}

#info li.cost {
  background: url('../i/info/price.png') no-repeat left top;
}

#info li.service {
  background: url('../i/info/services.png') no-repeat left top;
}

#info li.ships {
 background: url('../i/info/ship.png') no-repeat left top;
}

#info li p {
  font-size: 1.85em;
  color: #333;
}

#info li li {
  background: url('../i/red_triang.gif') no-repeat 0 8px;
  padding: 0 0 0 8px;
  margin: 8px 0 0;
  font-size: 0.85em;
}

#info a {
  color: #742614;
  text-decoration: underline;
  display: block;
  padding-right: 10px;
}

#info a:hover {
  color: #a45644;
}

.hoverPicContainer {
  width: 172px;
  height: 200px;
  position: relative;
  top: -30px;
  left: -172px;
  margin-bottom: -200px;
}

#hoverPicPrice {
  background-image: url("../i/info/priceh.png");
  height: 200px;
  display: none;
}

#hoverPicService {
  background-image: url("../i/info/servicesh.png");
  height: 200px;
  display: none;
}

#hoverPicShips {
  background-image: url("../i/info/shiph.png");
  height: 200px;
  display: none;
}


/* footer */
#footer {
  background: #d6d6d6 url('../i/footer_bg.png') repeat-x;
  height: 64px;
  padding: 26px 0 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}
#footer1 {
	padding: 0 20px;
}

#dev {
  padding: 5px 15px 0 0;
  float: left;
}

/* galary */
#ships_gal ul {
  list-style: none;
}

#ships_gal li .d {
  display: block;
  padding: 35px 0 0 120px;
}

#ships_gal a img {
  padding: 4px;
  border: 2px solid #aaa;
  background: #fff;
  float: left;
}

#ships_gal a:hover img {
  border: 2px solid #ccc;
  background: #fff;
  padding: 4px;
}

#ships_gal a {
  text-decoration: none;
}

/* gal in ship  description */
.gal ul {
  list-style: none;
}

.gal li {
  float: left;
  margin: 0;
  padding: 0 30px 20px 0;
}

/* content */
#content1 {
  margin-right: 275px;
}

#content {
  padding-bottom: 20px;
  color: #202020;
}

#content h1 {
  font-size: 1.7em;
  padding-bottom: 1em;
}

#content p {
  line-height: 140%;
}

#content td {
  border: none;
}

#navigation {
  padding: 0 0 8px;
}

/* Headers to IMG */

#headnews, #headweather, #headschedule, #headprice, #headservices, #headtransport{
margin:0; padding:0;
position:relative;
width:240px; height:45px;
overflow:hidden;
font-size: 1.4em;
}

#headschedule{
width:240px; height:28px;
}

#headprice, #headservices, #headtransport{
width:164px; height:58px;
}

#headnews span,#headweather span,#headschedule span, #headprice span, #headservices span, #headtransport span {
display:block;
position:absolute; left:0; top:0; z-index:1;
width:240px; height:45px;
}
#headweather, #headweather span {
	width:160px;
}
#headprice span, #headservices span, #headtransport span {
	width:164px; height:58px;
}
#headnews span{
background: url(../i/headers/headernews.png) no-repeat top left;
}

#headweather span{
background: url(../i/headers/headerwether.png) no-repeat top left;
}

#headschedule span{
width:240px; height:28px;
background: url(../i/headers/headerschedule.png) no-repeat top left;
}

#headprice span{
background: url(../i/headers/headprice.png) no-repeat top left;
}

#headservices span{
background: url(../i/headers/headservices.png) no-repeat top left;
}

#headtransport span{
background: url(../i/headers/headtransport.png) no-repeat top left;
}

/* Status */

#schedule .arrived .title{
	color: #AAAAAA;
}

#schedule .intransit .title{
	color: #762812;
}

#scheduleDate, .schprim a {
	border-bottom: 1px dotted #4A4A4A;
	text-decoration: none;
	cursor: pointer;
}
#scheduleDate{
	padding: 1px;
	color: #333333;
}

#scheduleDate:hover, .schprim a:hover {
	border-bottom: 1px dotted #BA1616;
	text-decoration: none;
	color: #BA1616;
}

.schprim{
	font-size: 0.85em;
}

#scheduleTimestamp {
position: relative;
top: 20px;
}

.waytime{
	font-size: 0.85em;
}


/* scheduleParametrs */

#scheduleParametrs{
	margin: 10px 0;
}
	
#scheduleParametrs div{
	float: left;
}

.antiFloat{
	clear: left;
}

/* styledSelect */

.styledSelect{
	float: right;
	width: 110px;
	line-height: 100%;
	position: relative;
	cursor: pointer;
	text-align: left;
}

.styledSelect ul {
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#schedule .styledSelect ul{
	margin: 0;
	padding: 0;
}

.styledSelect ul li {
	font-family: sans-serif;
	display: block;
	background-color: #EEE;
}

#schedule .styledSelect ul li {
	margin: 0;
	padding: 1px;
	font-weight: bold;
}

/* Fix for bottom page margin*/
#ui-datepicker-div{
  display: none;
}

.styledSelect ul li.closed {background-color: #FFF; border-bottom: 1px dotted #333; color: #333333;}
.styledSelect ul li.closed:hover {background-color: #FFF; color: #BA1616; border-bottom: 1px dotted #BA1616;}
.styledSelect.open ul li { background-color: #EEE; }
.styledSelect.open ul li.first { background-color: #EEE; }
.styledSelect.open ul li.last { background-color: #EEE; }
.styledSelect.open ul li.selected { background-color: #C7C7C7; color: #AAAAAA}
.styledSelect.open ul li:hover { background-color: #BA1616; color: white }


/* Picture managment*/
.managecontainer{
	background-color: #F0F0F0;
	padding: 10px;
	margin: 10px 0;
	font-size: 0.85em;
} 
.managepicturecontainer{
	padding: 0;
	width: 100%;
	clear: both;
}
.managepicture{
	float: right;
	margin: 0;
	padding: 0;
	margin-left: 0;
}

.managepicture img{
	padding: 2px;
	background-color: #FFF;
	border: 1px solid #CCCCCC;
}

.shortfields{
	margin: 0;
}

.shortfields br{
	display: none;
	margin-right: 20px;
}

.uploadcounter{
	font-weight: bold;
	width: 20px;
	float: left;
}

.managecontainer hr{
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid white;
	border-left: none;
	border-right: none;
}

/* */

tr.added td, tr.added .time{
	color: #4c775b !important;
}

tr.edited td, tr.edited .time{
	color: #366b8a !important;
}

tr.arrived td, tr.arrived .time{
	color: #707070 !important;
}

tr.intransit td, tr.intransit .time{
	color: #262626 !important;
}

tr.added img, tr.edited img{
	margin: 5px 0 0 0 ;
}

li.added img, li.edited img{
	margin:  0 5px 5px 5px;
}

#shipinfo{
	width: 468px;
	margin: 0 0 35px;
}