/* ___________________________________________________________________________________
   
   CSS Framework for Eicra Logistics Script [Templates, Blocks & Product Modules] 
   ___________________________________________________________________________________ */
   

/*	GLOBAL STYLES ******************************************************************** */

@charset "utf-8";

* {
	margin: 0;
    padding: 0;
}

body{
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
	margin:0px;
	padding:0px;
}

header, hgroup, nav, aside, article, section, footer, address{
	display:block;
}

a{
	color:#F00;
	text-decoration:none;
	font-weight:normal;
}

a:hover {
	color:#535353;
	text-decoration:underline;
}

a:visited { 
	/*color:#006699;*/
}

a:hover, a:active, a:focus{ 
	outline: 0; 
}

button::-moz-focus-inner,						
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner{
	border: none;
}


input[type="text"],

input[type="password"], select, textarea,
select.ui-widget-content, textarea.ui-widget-content{
	border: 1px solid #C1C1C1;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	color:#3C3C3C;
	padding:5px;
	margin:0 10px 0 0;
	width:auto;
}

input[type="checkbox"],
input[type="radio"]{
	margin:0px 8px 5px 0;
	vertical-align:middle;
}

input,select,textarea,button{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}

select option{
	padding:0 0 0 4px;
}

h1,h2,h3,h4,h5,h6{
	color:#F60;
	margin: 2px 0;
	letter-spacing: -1px;
}



h1{font-size:23px;}

h2{font-size:20px;}

h3{font-size:18px;}

h4{font-size:16px;}

h5{font-size:14px;}

h6{font-size:12px;}

form{ 
	margin-bottom:0;
}

fieldset{
	background:#FCFCFC;
	border: 1px solid #960101;
	margin:0 0 25px 0;
	padding:0 15px 5px 15px;
	position:relative;
}

legend{
	background:#C10202;
	border:1px solid #960101;
    color: #FFFFFF;
	font-weight:bold;
	padding: 7px 20px;
	margin:0 0 10px 0;
}

legend + * {
    -webkit-margin-top-collapse : separate;
	margin-top                  : 10px;
}

legend a{
	color:#FFF;
	font-weight:bold;
}

ul, ol{ 
	list-style:none; 
}

hr{
	padding:0;
	margin:10px 0;
	width: 100%;
	clear: both;
	border: none;
	border-top:1px solid #D3D3D3;
	border-bottom: 1px solid #FFFFFF;
	font-size: 1px;
	line-height: 0;
	overflow: visible;
	display:inline-block;
	position: relative;
}

hr.dashed{
	padding:5px 0 0 0;
	border-top:0;
	border-bottom:1px solid #CCC;
	border-bottom-style:dashed;
}

/* ********************************************************************************** */

/* LAYOUT STYLES ******************************************************************** */

#wrapper{ 
	width:100%;
}

#main-container{ 
	width:998px;
	min-height:530px;
	padding:0;
	margin:5px auto;
	overflow:hidden;
}

#content{
	width:695px;
	float:left;
	overflow:hidden;
}

/* Top Links ------------------------------------------------------------------------ */

.user-link{
	float:right;
	margin:25px 30px 0 0;
	overflow:hidden;
}

.user-link a{
	color:#006699;
	text-decoration:underline;
}

.user-link a:hover{
	color:#006699;
	text-decoration:none;
}

.welcome{
	color:#006699;
	font-weight:bold;
}

.quick-access{
	padding: 0;
}

.top-links ul{
	background:url(../images/toplink-bg.jpg) repeat-x;
	margin: 0 0 0 5px;
	padding: 6px 12px;
	display: inline;
	text-align:center;
	float:right;
}

.top-links ul li{ 
	margin-left:0; 
	padding: 0 1px 0 5px; 
	border-left:1px solid #FFF;
	list-style: none; 
	display: inline; 
}
			
.top-links ul li.first{ 
	margin-left:0; 
	border-left: none; 
	list-style:none; 
	display: inline; 
}

.top-links ul li a{ 
	color:#FFF; 
}

.top-links ul li a:hover{
	color:#FFF;
}

/* ---------------------------------------------------------------------------------- */

/* Header --------------------------------------------------------------------------- */

#header{
	width:100%;
	border-top:5px solid #006699;
 	background:url(../images/header-bg.jpg) repeat-x;
	clear:both;
}

#header .container{
	width:998px;
	height:90px;
	margin:auto;
}

#header .logo{
	padding: 14px 0;
	float:left;
}

#header .logo h1{	/* Text logo instead of image logo */
	font-size:35px;
	padding: 23px 0 0 0;
	text-shadow: 1px 1px 1px #CCCCCC;
}

#header .support{
	padding: 7px 0 0 0;
	float:right;
	clear:right;
}

/* ---------------------------------------------------------------------------------- */

/* Side Bar ------------------------------------------------------------------------- */

#sidebar{
	width:292px;
	float:right;
	margin:0 0 0 0;
}

/* ---------------------------------------------------------------------------------- */

/* Banner --------------------------------------------------------------------------- */

#banner{
	background:url(../images/banner-bg.jpg) repeat-x;
	width:100%;
	margin-bottom:15px;
}

#banner .container{
	width:998px;
	margin:auto;
}

#banner .container .bg{
	background:url(../images/banner.jpg) no-repeat;
	height:294px;
}

/* ---------------------------------------------------------------------------------- */

/* Block Box Model ------------------------------------------------------------------ */

.block{
	margin:0 auto 0 auto;
}

.block .block-header{
	background:url(../images/block-header.jpg) no-repeat;
	width:292px;
	height:43px;
	text-align:center;
	text-transform:uppercase;
}

.block .block-header h4{
	color:#FFF;
	padding:8px 0 0 0;
}

.block .block-body{
	padding:10px;
	border-left:1px solid #E2E2E2;
	border-right:1px solid #E2E2E2;
	clear:both;
	overflow:hidden;
}

.block .block-footer{
	background:url(../images/block-footer.jpg) no-repeat;
	height:15px;
	margin:0 0 15px 0;
}

.block .block-content{	
	margin:0 auto 5px auto;
	padding:5px;
	overflow:hidden;
}

.block .block-title{
	font-weight:bold;
	color:#006699;
}

.block .block-title a{
	font-weight:bold;
	cursor:pointer;
}

.block .block-title a:hover{
	font-weight:bold;
	color:#666;
	text-decoration:underline;
}

.block .thumb{
	border:1px solid #DFDFDF;
	background-color:#FFF;
	padding:5px;
	margin: 2px 8px 2px 0px;
	float:left;
}

.block .img-wrapper,
	   .img-wrapper{
	float:left;
}

.block .date{
	color: #999;
	line-height:25px;
}

.block .link-btn a{
	background: #000000;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#272424', endColorstr='#000000');
	background: -webkit-gradient(linear, left top, left bottom, from(#272424), to(#000000));
	background: -moz-linear-gradient(top,  #272424,  #000000);
	padding: 6px 10px 6px 10px;
	margin:8px 0 0 0;
	font-weight:bold;
	color:#FFF;
	box-shadow: 0 1px 1px #818181 inset;
	border:1px solid #000;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	display:inline-block;
	cursor:pointer;
	text-decoration:none;
}

.block .link-btn a:hover{	
	background: #EC8D00;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBA00', endColorstr='#EC8D00');
	background: -webkit-gradient(linear, left top, left bottom, from(#FFBA00), to(#EC8D00));
	background: -moz-linear-gradient(top, #FFBA00, #EC8D00);
	color:#FFF;
	box-shadow: 0 1px 1px #FEE849 inset;
	border:1px solid #F09100;
	text-decoration:none;
}

.block .seperator{
	background:url(../images/dot_border.gif) repeat-x;
	width:100%;
	display:block;
	padding:10px 0 0 0;
	margin:10px 0 0 0;	
}

.block .more a {
	background-image: url(../images/arrow-right.png);
	background-repeat:no-repeat;
	background-position:0 2px;
	color:#006699;
	font-weight:bold;
	padding: 0 0 0 12px;
	margin:10px 0;
	float:left;
	clear:left;
}

.block .more a:hover{
	color:#666;
}

.block input[type="text"], .block select, .block textarea{
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}

.clear{
	clear:both;
}

.left-float {
	float: left;
	margin: 0 10px 5px 0;
}

.right-float {
	float: right;
	margin: 0 0 5px 10px;
}

/* ---------------------------------------------------------------------------------- */

/* Footer --------------------------------------------------------------------------- */

#footer{
	width:100%;
	background:#3B3D3C;
	margin: 10px 0 0 0;
	overflow:hidden;
}

#footer .container{
	width:998px;
	padding: 12px 0 10px 0;
	margin:auto;
	color:#CCC;
}

#footer .social{
	float: left;
	margin: 10px 0px;
	color: #FC0;
	font-weight: bold;
	clear: left;
}

#footer .links-container{
	width:70%;
	float:left;
}

#footer .links{
	border-bottom:1px solid #292929; 
	padding-bottom:2px;
	line-height:28px;
	clear:left;
}

#footer .links span{
	font-weight:bold;
}

#footer .links ul{
	margin:0 0 0 0;
	padding:3px 0 0 0; 
	display: inline;
}

#footer .links ul li {
	margin:0; 
	padding: 0 1px 0 5px; 
	border-left: 1px solid #666;
	list-style: none; 
	display: inline; 
}
			
#footer .links ul li.first{ 
	border-left:0; 
}

#footer .links ul li a{
	color:#999;
}

#footer .links ul li a:hover{
	color:#FFF;
}

#footer .copyright{
	color:#999;
}

#footer .copyright a{
	color:#999;
	text-decoration:underline;
	font-weight:bold;
	line-height:20px;
}

#footer .copyright a:hover{
	color: #CCC;
}

#footer .map{
	width:287px;
	border:4px solid #333333;
	float:right;
	text-align:center;
	background-color:#434544;
	min-height:220px;
	padding: 4px 0px;
	margin-bottom:10px;
}

#footer .map h2{
	font-weight:normal;
	color:#D1D1D1;
	text-align:center;
}

#footer .map-info{
	text-align:left;
	padding: 5px 0 0 8px;
	color:#CCC;
}

#footer .map a{
	font-weight:bold;
	color:#CCC;
	text-decoration:none;
	text-align:center;
	width:100%;
	display:block;
	padding:5px 0px;
}

#footer .map a:hover{
	font-weight: bold;
	color: #FC0;
	text-decoration: underline;
}

.go-top a{
	background: url(../images/top.png) no-repeat;
	width:49px;
	height:49px;
	display:block;
	position:fixed;
	bottom:10px;
	right:30px;
	z-index:100;
	text-align:center;
	padding: 25px 0 0 0;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}

/* ---------------------------------------------------------------------------------- */

/* Inner Page Layout ---------------------------------------------------------------- */

#sidebar-inner{
	float:left;
	width:210px;
}

#content-inner{
	width:78%;
	float:right;
}

/* ---------------------------------------------------------------------------------- */

/* ********************************************************************************** */


/* BLOCKS STYLE ********************************************************************* */

/* Language Flag -------------------------------------------------------------------- */

.flags{
	float:right;
}

.flags .dropdown dl{ 
	float:right;
	margin:0;
}

.dropdown dd, .dropdown dt, .dropdown ul{
	margin:1px 0 0 0; 
	padding:0px;
}

.dropdown dd{ 
	position:relative; 
}

.dropdown a, .dropdown a:visited{ 
	color:#006699;
	text-decoration:none; 
	outline:none;
}

.dropdown a:hover{
	color:#F00;
}

.dropdown dt a:hover{
	color:#666666;
}

.dropdown dt a{
	background-image:url(../images/arrow.png);
	background-position: right center;
	background-repeat:no-repeat;
	border:1px solid #006699;
	display:block; 
	padding-right:20px;
	width:220px;
}

.dropdown dt a span{
	cursor:pointer; 
	display:block;
	line-height:20px;
	padding:2px;
}

.dropdown dd ul{ 
	background:#FFF;
	border:1px solid #006699;
	color:#C5C0B0;
	display:none;
	left:0px; 
	padding:5px 0px; 
	position:absolute; 
	top:2px; 
	width:auto; 
	min-width:240px;
	list-style:none;
	z-index:99999;
}

.dropdown span.value{
	display:none;
}

.dropdown dd ul li a{ 
	padding:5px; 
	display:block;
}

.dropdown dd ul li a:hover{ 
	background-color:#F2F2F2;
}

.dropdown span.flag{
	vertical-align:middle; 
	margin-left:10px;
	float:right;
}

.dropdown span.flag img{
	display:block;
}

.flagvisibility{
	display:none;
}

/* ---------------------------------------------------------------------------------- */

/* Top Navigation ------------------------------------------------------------------- */

.top-nav{
	background:url(../images/nav-bg.jpg) repeat-x;
	width:100%;
	height:42px;
}

.top-nav .container{
	width:998px;
	margin:auto;
}

/* ---------------------------------------------------------------------------------- */

/* Shipment Tracker ----------------------------------------------------------------- */

.block-tracker{
	background-image:url(../images/track-bar.jpg);
	background-repeat:repeat-x;
	line-height:41px;
	width:100%;
	margin:auto;
}

.block-tracker .container{
	width:998px;
	margin:auto;
}

.block-tracker p{
	font-size:16px;
	color:#FFF;
	background-image:url(../images/track-icon.png);
	background-repeat:no-repeat;
	background-position:0 center;
	padding:0 0 0 20px;
	margin-right:10px;
	display:inline-block;
}

.block-tracker select{
	padding:3px;
	font-size:15px;
}

.block-tracker input[type="text"]{
	padding:4px;
	width:300px;
	font-size:15px;
	border:1px solid #FFF;
}

.block-tracker input[type="submit"]{
	background:url(../images/track-btn.jpg);
	border:1px solid #F00;
	font-weight:bold;
	color:#FFF;
	width:120px;
	padding: 6px 0 5px 0;
}

/* ---------------------------------------------------------------------------------- */

/* Network Map ---------------------------------------------------------------------- */

.block-network{
	width:100%;
	height:240px;
}

/* ---------------------------------------------------------------------------------- */

/* Article by ID -------------------------------------------------------------------- */

.block-article{
	text-align:justify;
}

/* ---------------------------------------------------------------------------------- */

/* Recent Products ------------------------------------------------------------------ */

.block-recent-product img.thumb{
	float:left;
	margin:10px 0 10px 28px;
}

/* ---------------------------------------------------------------------------------- */

/* Content AD ----------------------------------------------------------------------- */

.block-ad-content .block-content{
	clear:both;
	margin-bottom:16px;
	padding:0;
}

.block-ad-content .block-content .box{
	width:215px;
	border:5px solid #DADADA;
	background:#F4F4F4;
	float:left;
	margin-right:10px;
}

.block-ad-content .block-content .box img{
	display:block;
}

.block-ad-content .block-content .box.last{
	float:right;
	margin:0;
}

.block-ad-content .block-content .content{
	border-top:2px solid #004F75;
	padding: 10px 5px 5px 5px;
	color:#333;	
}

/* ---------------------------------------------------------------------------------- */

/* Scrolling AD Block  -------------------------------------------------------------- */

.block-scrolling-ad .block-content{
	background:#FFF;
  	border:1px solid #CCC;
  	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  	padding:10px;
}

.block-scrolling-ad .block-content p{
	padding: 0 0 20px 18px;
	line-height:28px;
	color:#006699;
	font-weight:bold;
	font-size:16px;
	background-image:url(../images/arrow-2.png);
	background-position: 0px 8px;
	background-repeat:no-repeat;
}

.block-scrolling-ad .block-content .simply-scroll .simply-scroll-list li{
	width: 160px;						/* Scroll image width settings */
	/*height: 200px;*/
}

/* ---------------------------------------------------------------------------------- */

/* Email Newsletter ----------------------------------------------------------------- */

.block-subscribe .block-content{
	padding: 5px 10px;
	min-height:206px;
	border:4px solid #006699;
	background-color:#004F75;
	margin:0 0 15px 0;
}

.block-subscribe h1{
	padding: 0 0 10px 0;
	color:#FFF;
	text-shadow: 1px 1px 1px #333;
}

.block-subscribe .info{
	color:#FFF;
	font-style:italic;
	padding-bottom:10px;
}

.block-subscribe p{
	width:45%;
	color:#FFF;
	float:left;
	padding:7px 0;
	font-weight:bold;
	clear:left; 
}

.block-subscribe input[type="text"]{
	border:1px solid #006699;
	background:#FFF;
	width:45%;
	margin:0 0 5px 0;
	float:right;
}

.block-subscribe input[type="button"]{
	width:49%;
	float:right;
	text-transform:uppercase;
	padding: 7px 10px;
	font-weight:bold;
	text-shadow: 1px 1px 1px #FFF;
	white-space:normal;
	color:#900;
	cursor:pointer;
	text-decoration:none;
	border:1px solid #FFF;
	background: #FFCC00;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFF33', endColorstr='#FFCC00');
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFF33), to(#FFCC00));
	background: -moz-linear-gradient(top,  #FFFF33,  #FFCC00);
	clear:right;
}

.block-subscribe input[type="button"]:hover{
	background: #710000;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#710000');
	background: -webkit-gradient(linear, left top, left bottom, from(#006699), to(#710000));
	background: -moz-linear-gradient(top,  #006699,  #710000);
	text-shadow: 1px 1px 1px #333;
	color:#FFF;
	border:1px solid #F00;
}

.block-subscribe img.loader {
	padding:30px 0 30px 115px;
	vertical-align:middle;
}

.block-subscribe .newsletter_arr{
	color:#FF6;
	font-size:11px;
	line-height:22px;
	display:block;
	clear:both;
}

.block-subscribe #actionMessage_newsletter .ui-widget .ui-state-error,
.block-subscribe #actionMessage_newsletter .ui-widget .ui-state-success{
	margin:0 0 10px 0;
	overflow:hidden;
}

.block-subscribe #actionMessage_newsletter .ui-widget p{
	width:100%;
	font-weight:normal;
}

.block-subscribe #actionMessage_newsletter .ui-widget .ui-state-success p{
	color:#009900;
}

.block-subscribe #actionMessage_newsletter .ui-widget .ui-state-error p{
	color:#006699;
}

/* ---------------------------------------------------------------------------------- */

/* Latest News ---------------------------------------------------------------------- */

.block-news .block-body .block-title a{
	background-image:url(../images/arrow.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	padding: 0 0 0 20px;
}

.block-news .block-body .more a{
	margin:0;
}

/* ---------------------------------------------------------------------------------- */

/* Quick Contact -------------------------------------------------------------------- */

.block-contact p{
	width:45%;
	float:left;
	padding:7px 0;
	font-weight:bold;
	clear:left; 
}

.block-contact input[type="text"], .block-contact textarea{
	border:1px solid #006699;
	background:#FFF;
	width:45%;
	margin:0 0 5px 0;
	float:right;
}

.block-contact a{
	width:41%;
	float:right;
	text-align:center;
	text-transform:uppercase;
	padding: 7px 10px 5px 10px;
	font-weight:bold;
	text-shadow: 1px 1px 1px #990000;
	white-space:normal;
	cursor:pointer;
	text-decoration:none;
	background: #800000;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FE0000', endColorstr='#800000');
	background: -webkit-gradient(linear, left top, left bottom, from(#FE0000), to(#800000));
	background: -moz-linear-gradient(top,  #FE0000,  #800000);
	color:#FFF;
	border:1px solid #A40000;
	box-shadow: 0 1px 1px #FF7979 inset;
	clear:right;
}

.block-contact a:hover{
	background: #710000;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#710000');
	background: -webkit-gradient(linear, left top, left bottom, from(#006699), to(#710000));
	background: -moz-linear-gradient(top,  #006699,  #710000);
	text-shadow: 1px 1px 1px #333;
	color:#FFF;
	border:1px solid #F00;
}

.block-contact #actionMessageBox .ui-widget .ui-state-error,
.block-contact #actionMessageBox .ui-widget .ui-state-success{
	margin:0 0 10px 0;
	overflow:hidden;
}

.block-contact .ui-widget .ui-state-success p,
.block-contact .ui-widget .ui-state-error p{
	width:100%;
	font-weight:normal;
	float:none;
	display:inline-block;
}

/* ---------------------------------------------------------------------------------- */

/* Tab Panel ------------------------------------------------------------------------ */

.usual{
	color:#111;
	padding:1px 1px;
  	margin: 0 0 10px 0;  
}

.usual ul li{ 
	list-style:none; 
	float:left;
}

.usual ul li a{
	display:block;
  	text-decoration:none!important;
	margin:0px 4px 0 -1px;
  	background: #C0C0C0;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E8E8E8', endColorstr='#C0C0C0');
	background: -webkit-gradient(linear, left top, left bottom, from(#E8E8E8), to(#C0C0C0));
	background: -moz-linear-gradient(top,  #E8E8E8, #C0C0C0);
	padding: 12px 5px;
	font-weight:bold;
	color:#333;
	border:1px solid #CCC;
	border-bottom:0;
	box-shadow: 0 1px 1px #FFFFFF inset;
	text-decoration:none;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}

.usual ul li a:hover{
  	color:#FFF;
 	background: #800000;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FE0000', endColorstr='#800000');
	background: -webkit-gradient(linear, left top, left bottom, from(#FE0000), to(#800000));
	background: -moz-linear-gradient(top,  #FE0000,  #800000);
	box-shadow: 0 1px 1px #FF7979 inset;
	border:1px solid #A40000;
	border-bottom:0;
}

.usual ul li a.selected{
	cursor:default;
	background: #800000;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FE0000', endColorstr='#800000');
	background: -webkit-gradient(linear, left top, left bottom, from(#FE0000), to(#800000));
	background: -moz-linear-gradient(top,  #FE0000,  #800000);
	color:#FFF;
	border:1px solid #A40000;
	border-bottom:0;
	box-shadow: 0 1px 1px #FF7979 inset;
}

.usual-content{
  padding:10px 10px 8px 10px;
  *padding-top:3px;
  *margin-top:-15px;
  margin-bottom:15px;
  clear:left;
  background:#FFF;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border:1px solid #CCC;
  overflow:hidden;
}			

/* ---------------------------------------------------------------------------------- */


/* ********************************************************************************** */


/* PRODUCT MODULES ****************************************************************** */

/* Global Module Style -------------------------------------------------------------- */

.mod .mod-container, .mod .mod-content{
	background-color:#FBFBFB;
    border: 1px solid #CCC;
	overflow:hidden;
    margin: 10px 0 20px 0;
    padding: 10px;
	text-align:justify;
}

.mod .mod-content{
	margin:0 auto;
}

.mod .mod-label{
	font-weight:bold;
	color:#006699;
	line-height:20px;
}

.mod .col{
	padding: 0 12px 3px 0;
	float:left;
}

.mod form .col p{
	font-weight: bold;
	color: #006699;
}

.mod input[type="text"],
.mod input[type="password"],
.mod select,
.mod textarea{
	border:1px solid #CCC;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	font-size:13px;
	padding:6px;
	margin:0 0 2px 0;
	box-shadow: 1px 1px 2px #E6E6E6 inset;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

.mod input[type="text"]:focus,
.mod input[type="password"]:focus,
.mod select:focus,
.mod textarea:focus{
	border:1px solid #4D90FE;
	border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}

.mod input[type="text"]{
	padding:7px;
}

.mod .btn-container{
	margin:auto;
	padding:10px 0 5px 0;
	width:auto;
	text-align:center;
}

.mod input[type="reset"],
.mod input[type="submit"],
.mod input[type="button"],
.mod .form-button a,
.button a{
	background: #800000;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FE0000', endColorstr='#800000');
	background: -webkit-gradient(linear, left top, left bottom, from(#FE0000), to(#800000));
	background: -moz-linear-gradient(top,  #FE0000,  #800000);
	color:#FFF;
	border:1px solid #A40000;
	box-shadow: 0 1px 1px #FF7979 inset;
	padding:8px 45px;
	font-size:15px;
	color:#FFF;
	cursor:pointer;
	display:inline-block;
	text-decoration:none;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	margin:8px 0;
}

.mod input[type="submit"]:hover,
.mod input[type="button"]:hover,
.mod .form-button a:hover,
.button a:hover{
	background: #000000;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5B5B5B', endColorstr='#000000');
	background: -webkit-gradient(linear, left top, left bottom, from(#5B5B5B), to(#000000));
	background: -moz-linear-gradient(top,  #5B5B5B,  #000000);
	box-shadow: 0 1px 1px #818181 inset;
	border:1px solid #000;
	color:#FFF;
}

.mod .img-wrapper{
}

.mod .img-wrapper .photo-count-container{
	top: 98px;
	left:5px;
}

.mod .social{
	float:right;
	text-align:right;
	margin: 12px 0 0 0;
}

.mod .list{
	margin:5px 0 5px 10px;
	float:left;
	overflow:hidden;
}

.mod .list ul{
	margin:0;
	padding:0;
}

.mod .list ul li{
	background-image:url(../images/list-arrow.html);
	list-style:none;
	background-position:10px 7px;
	background-repeat:no-repeat;
	margin:0 0 0 0;
	padding:0 0 0 20px;
	line-height:24px;
}

.mod .list a{
	color:#006699;
	text-decoration:none;
	width:100%;
}

.mod .list a:hover{
	color:#666;
	text-decoration: underline;
}

.mod .form-desc{
	text-align:justify;
	margin:5px 0 30px 0;
}

.mod .mod-title{
	font-weight:bold;
	color:#006699;
}

.mod .mod-title a{
	font-weight:bold;
}

.mod .mod-title a:hover{
	color:#666;
}

.mod .date{
	color:#F60;
}

.mod .thumb{
	border:1px solid #DFDFDF;
	background-color:#FFF;
	padding:5px;
	margin: 0 10px 0 0;
	float:left;
}

.mod .more a {
	background-image: url(../images/arrow.gif);
	background-repeat:no-repeat;
	background-position:left center;
	font-size:15px;
	float:left;
	color:#F60;
	margin: 10px 0 0  0;
	padding: 0 0 0 15px;
	clear:left;
}

.mod .chart{
	width:100%;
	margin:auto;
	overflow:hidden;
}

.mod .chart .label{
	width:50%;
	font-weight:bold;
	color:#006699;
	float:left;
	background-color:#FEDEDE;
	border-bottom:1px solid #FFA497;
	text-indent:8px;
	padding:8px 0;
	clear:right;
}

.mod .chart .value{
	width:50%;
	float:right;
	background:#F8F8F8;
	border-bottom:1px solid #D8D8D8;
	text-indent:8px;
	padding:8px 0;
}

/* ---------------------------------------------------------------------------------- */

/* Advance Shipment Search ----------------------------------------------------------- */

.mod-tracker .tracker-container{
	width:96%;
	background:#900;
    border: 1px solid #006699;
	overflow:hidden;
    margin: 0 auto 15px auto;
    padding: 10px;
}

.mod-tracker .tracker-container p{
	color:#FFF;
	font-weight:bold;
	margin:4px 0;
}

.mod-tracker .star_class.tracker-star{
	color:#FF0;
	line-height:20px;
}

.mod-tracker .form-field-info{
	margin:0 5px;
	vertical-align:middle;
}

.mod-tracker select, .mod-tracker input[type="text"]{
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}

.mod-tracker select{
	width:160px;
}

.mod-tracker  input[type="text"]{
	width:300px;
}

.mod-tracker .tracker-container a{
	text-transform:uppercase;
	padding: 7px 20px;
	font-weight:bold;
	text-shadow: 1px 1px 1px #FFF;
	white-space:normal;
	color:#900;
	cursor:pointer;
	text-decoration:none;
	border:1px solid #FFF;
	display:inline-block;
	background: #FFCC00;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFF33', endColorstr='#FFCC00');
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFF33), to(#FFCC00));
	background: -moz-linear-gradient(top,  #FFFF33,  #FFCC00);
}

.mod-tracker .tracker-container a:hover{
	background: #710000;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#710000');
	background: -webkit-gradient(linear, left top, left bottom, from(#006699), to(#710000));
	background: -moz-linear-gradient(top,  #006699,  #710000);
	text-shadow: 1px 1px 1px #333;
	color:#FFF;
	border:1px solid #F00;
}

.mod-tracker .tracking-msg{
	color:#FF0;
	font-style:italic;
	line-height:25px;
}

/* Shipment Status Start */

.mod-tracker .tracker-status{
	width:99%;
	margin:auto;
	display:table;
    border-spacing:0;
	border:1px solid #FC0;
	background-color:#FFC;
}

.mod-tracker .tracker-status-row{
	display:table-row;
}

.mod-tracker .tracker-status-col-1{
	width:40%;
	border-right: 1px solid #FC0;
	display:table-cell;
	padding:8px;
}

.mod-tracker .tracker-status-col-1.col-2{
	width:60%;
	border:none;
}

.mod-tracker .tracker-chart{
	width:99%;
	margin:auto;
	display:table;
    border-spacing:0;
	border:1px solid #990000;
	background-color:#FFF9DF;
}

.mod-tracker .tracker-chart-row{
	display:table-row;
	background-color:#FFCC00;
}

.mod-tracker .tracker-chart-header-col-1{
	width:5%;
	border-right: 1px solid #FFF;
	display:table-cell;
	line-height:30px;
	text-align:center;
	font-weight:bold;
	color:#000;
}

.mod-tracker .tracker-chart-header-col-1.col-2{
	width:48%;
}

.mod-tracker .tracker-chart-header-col-1.col-3{
	width:36%;
}

.mod-tracker .tracker-chart-header-col-1.col-4{
	width:10%;
	border:none;
}

.mod-tracker .tracker-chart-row2{
	display:table-row;
	height:28px;
}

.mod-tracker .tracker-chart-row2 .row2-col{
	display:table-cell;
	line-height:30px;
	padding-left:4px;
	margin-right:0px;
}

.mod-tracker .row2-col.sl{
	text-align:center;
}

.mod-tracker .row2-col.time{
	text-align:center;
}

.mod-tracker .tracking-no{
	font-weight:bold;
	color:#FF0;
	background-color:#006699;
	padding:2px 5px;
}

.mod-tracker .mod-label.tracking-label{
	color:#FFF;
	float:left;
}

.mod-tracker .delivered{
	color:#00AE00;
	font-weight:bold;
	background:url(../images/mod_logistics_img/delivered.png) no-repeat 0 0;
	padding-left:20px;
}

.mod-tracker .undelivered{
	color:#D00;
	font-weight:bold;
	background:url(../images/mod_logistics_img/undelivered.png) no-repeat 0 0;
	padding-left:20px;
}

/* Shipment Status End */

/* ---------------------------------------------------------------------------------- */

/* Network or Location Finder ------------------------------------------------------- */

.mod-network{ 
	height:500px;
}

/* ---------------------------------------------------------------------------------- */

/* Other Button --------------------------------------------------------------------- */

.other-btn a{
	background: #F49610;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFC106', endColorstr='#F49610');
	background: -webkit-gradient(linear, left top, left bottom, from(#FFC106), to(#F49610));
	background: -moz-linear-gradient(top,  #FFC106, #F49610);
	border:1px solid #FF6600;
	box-shadow: 0 1px 1px #FEEB81 inset;
	padding: 5px 25px;
	font-weight:bold;
	color:#FFF;
	cursor:pointer;
	text-decoration:none;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	display:inline-block;
	float:right;
}

.other-btn a:hover{	
	background: #6B8C23;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99CC00', endColorstr='#6B8C23');
	background: -webkit-gradient(linear, left top, left bottom, from(#99CC00), to(#6B8C23));
	background: -moz-linear-gradient(top,  #99CC00,  #6B8C23);
	border:1px solid #6B8C23;
	box-shadow: 0 1px 1px #C7FF1C inset;
	color:#FFF;
	text-decoration:none;
}

/* ---------------------------------------------------------------------------------- */

/* ___________________________________________________________________________________
   
   New CSS used by Developer
   ___________________________________________________________________________________ */

