body {
	background: #fff url('../../gfx/bg3.gif') no-repeat 50% 0%;
	font-family: "Tahoma";
	font-size: 12px;
	color: #000;
	line-height: 18px;
}

h1, h2 {
	font-size: 14px;
	color: #359fd0;
	padding-bottom: 12px;
}

.filled h3, .filled_new h3 {
	font-size: 12px;
	font-weight: normal;
	color: #fff!important;
	padding: 0;
}

ul {
	list-style-type: disc;
}

a { 
	color: #359fd0;
	text-decoration: underline;
}

a.more {
	color: #359fd0;
}

p {
	margin: 0 0 10px 0;
}
/**
 * Default classes
 */

.left {	float: left; }
.right { float: right; }
.clear { 
	clear: both;
	height: 1px;
}

.searcher, .inputter {
	border: 2px solid #c4c4c4;
	border-width: 1px;
	margin: 0 5px;
	padding: 2px;
	height: 16px;
	width: 170px;
	font-family: "Tahoma";
	font-size: 12px;
}

.searcher {
	width: 300px;
	height: 24px;
	border-width: 1px 0px 1px 1px;
	color: #a3a3a3;
	padding: 7px 0px 0px 10px;
	font-size: 11px;
}

#search_button {
	position: absolute;
	right: 0px;
	bottom: 0px;
	border: 2px solid #c4c4c4;
	border-width: 1px 1px 1px 0px;
}

.divider {
	position: relative;
	margin: 0 0 10px 0;
	width: 100%;
	height: 13px;
	/*background: url('../../gfx/xdots.gif') bottom left repeat-x;*/
}

/**
 * Default styles
 */
div#wrapper {
	position: relative;
	width: 880px;
	padding-left: 20px;
	margin: 0 auto;
}

div#container {
	position: relative;
	padding: 485px 0px 0px 0px;
	width: 100%;
}

div#menu {
	position: absolute;
	top: 138px;
	left: 0px;
	height: 27px;
	width: 880px;
}

div#menu2 {
	position: absolute;
	right: -18px;
}

div#header {
	position: absolute;
	top: 200px;
	left: 0px;
	width: 100%;
}

div#top {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 90px;
	width: 400px;
	text-align: right;
}

div#logo {
	position: absolute;
	top: 0px;
	left: 0px;
}

/**
 * Menu styles
 */

#menu ul li {
	float: left;
	margin: 0 0 0 30px;
	font-size: 12px;
	font-family: "Tahoma";
	line-height: 25px;
	height: 37px;
	list-style: none;
}

#menu ul li.first {
	margin-left: 15px;
}

#menu ul li a {
	color: #cfcfcf;
	text-decoration: none;
}

#menu ul li.active {
	background: url('../../gfx/menubg.gif') bottom center no-repeat;
}

#menu ul li.active a {
	font-weight: bold;
}

div#submenu {
	margin: 9px 0 0 0;
	color: #00943a;
	height: 26px;
}

div#submenu img {
	margin: 0 0 -5px 0;
}

/**
 * Content styles
 */

div.content {
	position: relative;
	width: 100%;
}
 
div.content.left {
	padding: 0 20px 0 0;
	width: 280px;
}

div.side {
	position: relative;
	padding: 0 0 20px 20px;
	width: 180px;
	/*background: url('../../gfx/ydots.gif') top left repeat-y;*/
}

div.image {
	position: relative;
	margin: 0 0 10px 30px;
	width: 230px;
}

div.image img {
	border: 2px solid #fff;
}

div#form {
	position: absolute;
	text-align:right;
	line-height: 26px;
	height: 30px;
	right: 20px;
}

div#form select {
	margin: 0 0 0 20px;
	width: 120px;
}

div.list {
	width: 680px;
	padding: 3px 0 15px 0px;
	/*background: url('../../gfx/ydots.gif') top left repeat-y; */
}

div.list.small {
	width: 170px; 
	background:none; 
	padding: 3px 20px 15px 0;
}

div.detail {
	position: relative;
	padding: 10px;
	width: 662px;
	height: 431px;
	background: url('../../gfx/detail.png') no-repeat;
}

div.detail .container {

min-height: 255px;
	height: auto!important;
	height: 255px;
}

#detail {
	width: 325px;
}

/**
 * Product styles
 */

div.content .product {
	position: relative;
	padding: 0 10px 0 0;
	width: 170px;
}

div.new, div.list .product {
	position: relative;
	padding: 10px;
	width: 140px;
	height: 200px;
	cursor: pointer;
	background-color: #fff;
	border: 1px solid #a0a0a0;
	margin-right: 5px;
}

div.list .product div {
	margin-left: -5px;
}

div.new {
	background: url('../../gfx/product.png') no-repeat;
	border: 0;
	width: 178px;
	height: 272px;
}

div.new h3, div.list .product h3 {
	padding-top: 10px;
	width: 149px;
	text-align: center;
	color: #000;
}

div.new img, div.list .product img {
	border: 1px solid #fff;
	margin: 10px 0 0 0;
}

div.new table, div.list .product table, div.detail table {
	margin: 3px 3px 0 3px;
	color: #000;
	font-size: 14px;
	line-height: 13px;
}

div.new table th, div.list .product th, div.detail th {
	font-weight: normal;
	text-align: left;
	padding: 0 10px 0 0;
	vertical-align: middle;
}

div.new div img {
	margin-left: 5px;
}

div.new table {
	margin-left: 5px;
	font-size: 20px;
}

div.filled, div.filled_new {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 5px;
	padding: 0;
	text-align: left;
	border-bottom: 1px solid #a0a0a0;
}

div.filled {
	background-color: #1c8ec2;
}

div.filled_new {
	background-color: #ffad23;
}

div.filled h3, div.filled_new h3 {
	text-align: left!important;
	margin: -5px 0px 5px 0px;
	padding: 0px 0px 0px 10px;
}

/**
 * Detail styles
 */
div.detail h3 {
	font-weight: bold;
	color: #fff;
}

div.detail .left {
	position: relative;
	margin: 10px 0 0 0;
}

div.detail div#image {
	position: relative;
}

div.detail div#image #images img {
	border: 1px solid #fff;
	max-width: 300px;
}

div#viewer {
	position: relative;
}

div#images, div#controls {
	position: relative;
	float: left;
	height: 100%;
}

div#controls {
	height: 220px;
}

div.detail .previous {
	position: absolute;
	top: 90px;
	cursor: pointer;
	border: 1px solid #fff;
	border-width: 1px 1px 1px 0px;
}

div.detail .next {
	position: absolute;
	top: 15px;
	cursor: pointer;
	border: 1px solid #fff;
	border-width: 1px 1px 1px 0px;
}

div.detail table {

margin: 10px 20px 6px 0;
}

div.detail td {
	line-height: 28px;
}

div.detail .divider {
	margin: 0px 2px 3px 2px;
	width: 656px;
	/*background: url('../../gfx/wdots.gif') bottom left repeat-x;*/
}

div.detail .contact {
	margin: 0;
	width: 100%;
}

div.detail .contact td {
	line-height: 17px;
}

div.detail .inputter {
	border: 1px solid #a0a0a0;
	width: 226px;
	margin: 1px 20px 0 0;
}

div.detail textarea.inputter {
	margin: 3px 0 0 0;
	width: 390px;
	height: 93px;
}

div.detail .submitter {
	margin: 3px 12px 0 0;
	/*margin: 0px 14px 0 0;*/
}

.green {
	color: #005120;
}
.price {
	color: #b9c3cc;
	font-weight: bold;
}

div#overview {
	position: absolute;
	top: 8px;
	right: 15px;
}

div#overview a { 
	color: #fff;
}

div.product td, div.new td, div.product th, div.new th {
	font-size: 12px;
	padding-top: 3px;
}

div.new td {
	padding-left: 5px;
	width: 70px;
}

/**
 * Top bar styles
 */

div#top a {
	color: #9e9e9e;
	text-decoration: none;
}

div#top a.active {
	color: #fff;
}

div#search {
	position: absolute;
	bottom: 10px;
	right: 0px;
}

/**
 * Header styles
 */
 
div#header {
	margin-left: 10px;
}
 
div#header ul {
	margin: 16px 0 0 0px;
	overflow: hidden;
	height: 170px;
}
 
div#header ul li {
	float: left;
	margin: 0 13px 0 0;
	width: 156px;
	height: 148px;
	list-style: none;
	border: 6px solid #bdeaff;
}

div#header ul li.last {
	margin: 0;
}

div#header ul li div {
	height: 110px;
	width: 100%;
}

/**
 * Search styles
 */

div.large {
	width: 680px;
	padding: 0 10px 0 0;
}

div.large a {
	color: #9e9e9e;
}

p.search {
	padding: 0 0 15px 0;
	border: 1px solid #d5d5d5;
	border-width: 0 0 1px 0;
}

/**
 * Contact form
 */ 
.input_table th {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	padding: 0 2px;
}

.input_table .inputter {
	margin: 0 0 2px 0;
	
}

div.content li {
	margin: 0 0 0 25px;
	padding: 3px 0;
}

div.sold {
	position: absolute;
	top: 19px;
	left: 15px;
}

div.sold_detail {
	position: absolute;
	top: 34px;
	right: 6px;
}

.list .left .sold img {
	border: 0px;
}

div.list.small.left h3 {
	margin-bottom: 5px;
}
div.list.small.left ul ul {
	margin-left: 10px;
}
div.list.small.left ul li {
	list-style: none;
	color:#fff;
}
div.list.small.left ul li a {
	color:#fff;
	text-decoration:none;
	font-size: 12px;
}
div.list.small.left ul li a.selected {
	color:#fff;
	text-decoration:underline;
}

div.result_msg { color:#ff0000; }

div.product {margin-bottom:10px;}

div#news_container {
	position: absolute;
	width: 890px;
	height: 22px;
	color: #c0c0c0;
	left: 10px;
	top: 425px;
	border: 0;
	background: none;
}

div#news_container ul li {
	list-style-type: none;
	margin: 2px 0 0 10px;
}

div#news_container, div#news_container a {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
}

.youtube_video {
	float: left;
	margin: 20px 0px 30px 30px;
	width: 100%;
	
}

#captcha_img {
	margin: 2px 0 4px 0;
}

/* Trip page */
div.trip { position:relative; }
div.tripcontent { width:695px; margin-left:185px; }
div.tripleftmenu { position:absolute; top:0px; left:0px;  width:160px; }
div.imgtrip { margin: 0 0 10px 0; float:left; }

.tripleftmenu a {color:#fff; text-decoration:none;}
.tripleftmenu a:hover {text-decoration:underline; }
.tripleftmenu a.active {text-decoration:underline; }


.tripleftmenu ul { list-style-type:none; }
.tripleftmenu ul li ul { display:none; margin-left:10px;}
.tripleftmenu ul li.selected ul { display:block; }
