
body {
	margin: 30px 0 0 0;
	padding: 0;
	background: #FFFFFF url("/media/images/imgs01_index.gif") repeat-x;
	font-family: "Myriad Pro Light", Arial;
	font-size: 14px;
	color: #333333;
}

h1, h2, h3 {
	margin: 0;
	text-transform: normal;
	font-weight: normal;
	color: #3E3E3E;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
	font-size: 11px;
}

a:link {
	color: #000000;
	font-size:14px;
}

a:hover, a:active {
	text-decoration: none;
	color: #003448;
	font-size:14px;
}

a:visited {
	color: #333333;
	font-size:14px;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	width:200px;
}

/* Header */

#header {
	width: 950px;
	height: 82px;
	margin: 0 auto 0px auto;
}
#midban {
	width: 100%;
	height: 35px;
	background-color:#5AA5CF;
	margin: 0 0 10px 0;
}
#midban-logo {
	width: 950px;
	height: 35px;
	background-image:url("/media/images/free.gif");
	background-position:left;
	background-repeat:no-repeat;
	margin: 0 auto 0px auto;
	padding: 0 0 0 0px;
}
#logo {
	float: left;
	width:300px;
	height:165px;
}

#logo h1 {
	font-size: 38px;
	color: #494949;
}

#logo h1 sup {
	vertical-align: text-top;
	font-size: 24px;
}

#logo h1 a {
	color: #494949;
}

#logo h2 {
	margin-top: -10px;
	font-size: 12px;
	color: #A0A0A0;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 45px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 15px;
	padding: 7px;
	text-decoration: none;
	font-size: 14px;
	color: #000000;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active a {
	/* background: url(images/img02.gif) repeat-x left bottom; */
}

/* Page */

#page {
	width: 950px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 700px;
}

/* Post */

.post {

width:300px;
}

.post .title {
	margin-bottom: 2px;
	padding-bottom: 5px;
	background: url("/media/images/img03_index.gif") repeat-x left bottom;
	text-transform:uppercase;
	
}

.post .entry {
text-transform:uppercase;
}

.post .entry {
text-transform:inherit;
}

.post .meta {
	padding: 15px 0 60px 0;
	background: url("/media/images/img03_index.gif") repeat-x;
	
}

.post .meta p {
	margin: 0;
	line-height: normal;
	color: #999999;
}

.post .meta .byline {
	float: left;
}

.post .meta .links {
	float: right;
}

.post .meta .more {
	padding: 0 20px 0 18px;
	background: url("/media/images/img06_index.gif") no-repeat left center;
}

.post .meta .comments {
	padding-left: 22px;
	background: url("/media/images/img07_index.gif") no-repeat left center;
}

.post .meta b {
	display: none;
}

/* Sidebar */

#sidebar {
	float: leftt;
	width: 195px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 40px;
}

#sidebar li ul {
background: url(/media/images/sidemenu_mid.jpg) repeat left top;
}
#sidebar li ul li:last-child{background: url(/media/images/sidemenu_btm.jpg) repeat left bottom; padding:0 25px 50px 25px; margin:0;}

#sidebar li li {
	margin: 0;
}

#sidebar h2 {
	margin-bottom: 10px;
	background: url("/media/images/img03_index.gif") repeat-x left bottom;
	font-size: 16px;
}

/* Search */

#search {
}

#search h2 {
	margin-bottom: 20px;
}

#s {
	width: 120px;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #F0F0F0;
}

#x {
	padding: 3px;
	background: #ECECEC url("/media/images/img08_index.gif") repeat-x left bottom;
	border: none;
	text-transform: lowercase;
	font-size: 11px;
	color: #4F4F4F;
}

/* Boxes */

.box1 {
	padding: 20px;
	background: url("/media/images/img05_index.gif") no-repeat;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	background: url("/media/images/img10_index.gif") repeat-x left bottom;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* Footer */

#footer {
	height: 50px;
	min-height: 50px;
	padding: 0px 0 0 0;
	background: #003448 url("/media/images/foot.gif") repeat-x;
}

html>body #footer {
	height: auto;
}

#footer .wrap {
	width: 850px;
	margin: 0 auto;
}

#legal {
	clear: both;
	padding-top: 0px;
	text-align: center;
	color: #375C69;
	font-size:13px;
}

#legal a {
	color: #476B77;
}

#fbox1, #fbox2, #fbox3 {
	float: left;
}

#fbox1 {
	width: 310px;
}

#fbox2 {
	width: 200px;
	padding-left: 70px;
}

#fbox3 {
	width: 200px;
	padding-left: 70px;
}
#foot-bt {
font-family: "Myriad Pro Light", Arial;
padding: 7px 0 0 0 ;
font-size: 14px;
color:#FFFFFF;
}




/*  CUSTOM    */


#sidemenutop {
    background-image: url("/media/images/sidemenu_top.jpg");
    background-repeat: repeat-x;
    margin-bottom: 40px;
	width:220px;
}



#sidebar li li {
    margin: 0 25px;
}


#sidebar h2 {
    background: url("/media/images/img03_index.gif") repeat-x scroll left bottom transparent;
    font-size: 16px;
    margin-bottom: 10px;
    margin-left: 25px;
    padding-top: 5px;
}

.{
border-bottom:#999999 dotted 1px;
font-size:16px;

}


.lifooter a{
border-bottom:#999999 dotted 1px;
font-size:13px;
text-transform:none;
font-weight:lighter;

}


fieldset {
    border: medium none;
    margin: 0 0 0 10px;
    padding: 0;
}

.shipthumb {
    background: url("/media/images/bgshipthumb.jpg") no-repeat scroll left center transparent;
    padding-bottom: 105px;
    padding-left: 30px;
    padding-top: 75px;
	width:240px;
}


.total {
    color: white;
    font-weight: bold;
    margin-left: 450px;
    padding-top: 8px;
}



.advanced {
    float: right;
    margin-top: -22px;
    padding-left: 270px;
    width: 200px;
}



a:link {
    color: #000000;
    text-decoration: none;
}


#header {
    background-image: url("/media/images/bgshipthumb.jpg");
    height: 165px;
    margin: 0 auto;
    width: 950px;
}


#menu {
    float: right;
    margin-top: -90px;
}


body {
    background: url("/media/images/imgs01_index.gif") repeat-x scroll 0 0 #FFFFFF;
    color: #333333;
    font-family: "Myriad Pro Light",Arial;
    font-size: 13px;
    margin: 18px 0 0;
    padding: 0;
}

#menu a {
    color: #000000;
    display: block;
    float: left;
    font-size: 14px;
    margin-left: 16px;
    padding: 15px 12px 0px;
    text-decoration: none;
}



#x {
    background: url("/media/images/img08_index.gif") repeat-x scroll left bottom #ECECEC;
    border: medium none;
    border-radius: 8px 8px 8px 8px;
    color: #4F4F4F;
    font-size: 11px;
    font-weight: bold;
    padding: 3px;
    text-transform: none;
    width: 80px;
}



.advanced {
    float: right;
    margin-top: -22px;
    padding-left: 270px;
    width: 275px;
}



#s {
    border: 1px solid #F0F0F0;
    margin-right: 5px;
    padding: 3px;
    width: 165px;
}



#scroll-facilities {
width: 610px;
height: 160px;
overflow: scroll;
overflow-x: hidden; padding:10px;
margin:10px;
}
.undertaker{ list-style:none; float:left; margin:0 0 0 30px; padding:0;}
.undertaker li{ margin:0; padding:0;}
.undertaker li label{ width:200px; float:left;}
.kane li label{ width:255px; float:left;}
.kane{ list-style:none; float:left; margin:0 0 0 30px; padding:0;}
.kane li{ margin:0; padding:0;}
.undertaker li ul{ list-style:none; width:250px; margin:0; padding:0;}

.undertaker_kane{ list-style:none; float:left; margin:0 0 0 30px; padding:0;}
.undertaker_kane li{ margin:0; padding:0;}
.undertaker_kane li label{ width:174px; float:left;}
.undertaker_kane li ul{ list-style:none; width:250px; margin:0; padding:0;}

.undertaker_exclusive{ list-style:none; float:left; margin:0 0 0 30px; padding:0;}
.undertaker_exclusive li{ margin:0; padding:0;}
.undertaker_exclusive li label{ width:152px; float:left;}
.undertaker_exclusive li ul{ list-style:none; width:250px; margin:0; padding:0;}


.searchcontent {
width:auto;
position:relative;
}

#marine1 input {
	width:auto!important;
	
}

.radio_design input {
	width:auto!important;
}

.classified {
	font-size:22px !important;
}


.blue-color {
	color:blue;
}

.Details{
    background-color: #000000;
    color: #FFFFFF;
    opacity: 0.8;
    overflow: hidden;
    padding: 3px;
    position: absolute;
    right: 25px;
    z-index: 100;
}

.Details p {
    font-family:"Times New Roman",Georgia,Serif;
    margin:0;
    font-size: larger;
    font-weight: bold;
    white-space: nowrap;
}

.red_classname {
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background-color:#fe1a00;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #b23e35;
}.red_classname:hover {
	background-color:#ce0100;
}.red_classname:active {
	position:relative;
	top:1px;
}

.blue_classname {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background-color:#3d94f6;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #337fed;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #1570cd;
}.blue_classname:hover {
	background-color:#1e62d0;
}.blue_classname:active {
	position:relative;
	top:1px;
}