/*
Theme Name: Star Mag
Theme URI: http://wpjunction.com
Description: A Magzine style wordpress theme, developed by <a href="http://wpjunction.com/">hpa</a>
Version: 1.0
Author: HPA
Author URI: http://wpjunction.com 
*/

/* General */

body {
	margin: 0;
	background: #06192b;

	/*background-attachment:fixed*/
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


/* Page */

#page {
	margin: 0 auto;
	width: 1004px;
	background: url("images/page.png") repeat-y;
}

#page-top {
	width: 1004px;
	background: url("images/page_top.png") no-repeat;
}

#page-bottom {
	width: 1004px;
	background: url("images/page_bottom.png") no-repeat left bottom;
}


/* Header */

#header {
	width: 1004px;
	height: 165px;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 0px;
		left: 50px;
		text-transform: uppercase;
		width:550px;
	}
	
	#header #header-info h1 {
		color: #ffffff;
		font: normal 20px "Century Gothic", Arial, Verdana, Sans-Serif;
		margin-bottom: 2px;
		float:left;
	}
	
	#header #header-info h1 a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #ffffff;
		font: normal 16px "Century Gothic", Arial, Verdana, Sans-Serif;
		float:right;
		margin-top:35px;
		display:block;
		overflow:hidden;
		height:50px;
	        width:420px;

	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 0px;
		right: 30px;
		height: 38px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 38px;
	}
	
	#header #header-menu ul li {
		float: left;
		height: 38px;
		font: normal 14px/38px Arial, Verdana, Sans-Serif;
		color: #7aa7cd;
		margin-right: 2px;
	}
	
	#header #header-menu ul li a {
		color: #7aa7cd;
		text-decoration: none;
		padding: 0 15px;
		display: block;
	}
	
	#header #header-menu ul li a:hover {
		color: #a7c3db;
		background: url("images/menu_right.gif") no-repeat right top;
	}
	
		#header #header-menu ul li:hover {
			background: url("images/menu_left.gif") no-repeat;
		}
		
		/* Header - Menu - Current */
		
		#header #header-menu ul li.current_page_item {
			color: #a7c3db;
			background: url("images/menu_left.gif") no-repeat;
		}
		
		#header #header-menu ul li.current_page_item a {
			color: #a7c3db;
			background: url("images/menu_right.gif") no-repeat right top;
		}
		
		/* Header - Menu - Submenu */
		
		#header #header-menu ul li ul {
			display: none;
		}
	
	/* Header - Search */
	
	#header #header-search {
		position: absolute;
		top: 36px;
		left: 685px;
		width: 262px;
		height: 27px;
	}
	
	#header #header-search #searchform {
		margin: 0;
		padding: 0;
		width: 262px;
		height: 27px;
	}
	
	#header #header-search #s {
		width: 248px;
		height: 15px;
		border: 0;
		padding: 6px 7px;
		font: normal 12px Arial, Verdana, Sans-Serif;
		color: #0a2844;
		background: transparent;
		float: left;
	}
	
	#header #header-search #searchsubmit {
		background: transparent;
		border: none;
		width: 0;
		height: 27px;
		padding: 0;
		float: right;
		display: none;
	}
	
	/* Header - Date */
	
	#header #header-date {
		position: absolute;
		top: 0px;
		left: 26px;
		padding-left: 18px;
		height: 26px;
		font: normal 16px/26px "Century Gothic", Arial, Verdana, Sans-Serif;
		color: #fefefe;
		background: url("images/header_date.png") no-repeat;
	}
	
	/* Header - RSS & Comments */
	
	#header #english {
		background: url(images/english_flag.gif) no-repeat;
	}
	#header #russian {
		background: url(images/russian_flag.gif) no-repeat;
	}
	#header #polish {
		background: url(images/polish_flag.gif) no-repeat;
	}
	#header #german {
		background: url(images/german_flag.gif) no-repeat;
	}
	
	
	#header #header-comments {
		left: 801px;
	}
	
	#header #languages{
		position: absolute;
		top: 10px;
		left:665px;
		padding-left: 14px;
		height: 17px;
		font: normal 12px/17px Arial, Verdana, Sans-Serif;
		color: #7e9bb8;
	}
	#english,
	#polish,	
	#russian,
	#german{
		background-position:0 2px;
		padding-left: 23px;
		padding-right:4px;
	}
	
	#header #english ,
	#header #polish ,	
	#header #russian ,
	#header #german  {
		color: #7e9bb8;
	}
	
	/* Header - Cats */
	
	#header #header-cats {
		position: absolute;
		top: 109px;
		left: 32px;
		width: 390px;
		height: 24px;
	}
	
	#header #header-cats ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		width: 934px;
		height: 24px;
	}
	
	#header #header-cats ul li {
		float: left;
		height: 24px;
		font: normal 12px/24px Arial, Verdana, Sans-Serif;
		color: #9ab0c4;
		margin-right: 5px;
	}
	
	#header #header-cats ul li a {
		color: #c7d5e2;
		text-decoration: none;
		padding: 0 4px;
		display: block;
	}
	
	#header #header-cats ul li a:hover {
		color: #ffffff;
		background: url("images/cats_right.gif") no-repeat right top;
	}
	
		#header #header-cats ul li:hover {
			background: url("images/cats_left.gif") no-repeat;
		}
		
		/* Header - Cats - Current */
		
		#header #header-cats ul li.current-cat {
			color: #ffffff;
			background: url("images/cats_left.gif") no-repeat;
		}
		
		#header #header-cats ul li.current-cat a {
			color: #ffffff;
			background: url("images/cats_right.gif") no-repeat right top;
		}
		
		/* Header - Cats - Submenu */
		
		#header #header-cats ul li ul {
			display: none;
		}


/* Main */

#main {
	width: 935px;
	padding: 0 37px 0 32px;
	min-height:400px;
}

	/* Featured Post */
	
	#main .featured-post {
		float: left;
		width: 630px;
		margin-bottom: 10px;
	}
	#main .featured-post.wide{
		width: 100% !important;
	}
	
		/* Featured Post - Title */
		
		#main .featured-post .post-title {
			width: 630px;
			color: #848484;
			font: normal 10px Arial, Verdana, Sans-Serif;
		}
		#main .featured-post.wide .post-title {
			width:99% !important;
		}
		
		#main .featured-post .post-title a {
			color: #848484;
			text-decoration: none;
		}
		
		#main .featured-post .post-title a:hover {
			text-decoration: underline;
		}
		#main .featured-post .post-title h2 span{
			color:#C03;
		}
		#main .featured-post .post-title h2,
		#main .featured-post .post-title h3{
			color: #2771a5;
			font: normal 24px/30px "Trebuchet MS", Arial, Verdana, Sans-Serif;
			border-bottom: 1px dotted #1c4670;
		}
		#main .featured-post .post-title h3{
			font-size:20px;
		}
		#main .featured-post .post-title h2 a,
		#main .featured-post .post-title h3 a{
			color: #2771a5;
			text-decoration: none;
		}
		
		#main .featured-post .post-title h2 a:hover,
		#main .featured-post .post-title h3 a:hover{
			text-decoration: underline;
		}
		
		#main .featured-post .post-title-info {
			width: 630px;
			height: 22px;
		}
		#main .featured-post.wide .post-title-info {
			width:99%;
		}
		
			.post-date {
				float: left;
				background: url("images/icon_date.gif") no-repeat;
				padding-left: 18px;
				line-height: 22px;
			}
			
			.post-comments {
				float: right;
				background: url("images/icon_comments.gif") no-repeat;
				padding-left: 16px;
				line-height: 22px;
			}
			.product-thumbnail{
				border:none !important;
				max-width:120px;
				max-height:100px;
				margin:0 auto;
				clear:both;
				display:block;
			}
			.product-thumbnail-container{
				width:135px;
				min-height:125px;
				float:left;
				margin:0 10px 10px 0;
				overflow:hidden;
				text-align:center;
				font-size:9px;
				color:#999!important;
				/*border: 1px solid #bfbfbf;*/
			}
		
		/* Featured Post - Entry */
		
		#main .featured-post .post-entry {
			font: normal 11px/18px Arial, Verdana, Sans-Serif;
			color: #606060;
			width: 630px;
			padding: 1px 0;
			text-align:justify;
				overflow: hidden;
		}
		#main .featured-post.wide .post-entry {
			width:99%;
		}
		#main .featured-post .post-entry a {
			color: #226198;
			text-decoration: none;
		}
		
		#main .featured-post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#main .featured-post .post-entry blockquote {
			border-left: 10px solid #efefef;
			margin: 0px 30px;
			padding-left: 15px;
		}
		
		#main .featured-post .post-entry img {
			padding: 5px;
			border: 1px solid #bfbfbf;
		}
		
		/* Featured Post - Category */
		
		#main .featured-post .post-category {
			width: 616px;
			background: url("images/icon_category.gif") no-repeat;
			padding-left: 14px;
			line-height: 22px;
			height: 22px;
			font: normal 11px/22px Arial, Verdana, Sans-Serif;
			color: #0a2844;
			border-top: 1px dotted #1c4670;
				height: auto!important;
		}
		#main .featured-post.wide .post-category {
			width:97%;
		}
		#main .featured-post .post-category a {
			color: #0a2844;
		}
	
	/* Content - Top Panel */
	
	#main .top-panel {
		width: 935px;
		background: url("images/top_panel.gif") repeat-y;
		margin-bottom: 15px;
	}
	
	#main .top-panel-top {
		width: 935px;
		background: url("images/top_panel_top.gif") no-repeat;
	}
	
	#main .top-panel-bottom {
		width: 925px;
		padding: 0 0 20px 10px;
		background: url("images/top_panel_bottom.gif") no-repeat left bottom;
		overflow: hidden;
	}
	
		/* Content - Top Panel - Box */
		
		#main .top-panel-box {
			width: 270px;
			float: left;
		}
		
		#main .top-panel-box h3 {
			color: #ffffff;
			padding-top: 2px;
			font: normal 18px/30px "Century Gothic", Arial, Verdana, Sans-Serif;
			border-bottom: 2px solid #1c4670;
		}
		
		#main .top-panel-box ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
		}
		
		#main .top-panel-box ul li {
			color: #ffffff;
			font: normal 14px "Century Gothic", Arial, Verdana, Sans-Serif;
			border-bottom: 1px dotted #54afdd;
		}
		
		#main .top-panel-box ul li a {
			color: #ffffff;
			text-decoration: none;
			display: block;
			padding: 7px 4px;
		}
		
			#main .top-panel-box ul li a span {
				color: #61bfef;
				font: normal 10px Arial, Verdana, Sans-Serif;
				display: block;
				margin-bottom: 4px;
			}
		
		#main .top-panel-box ul li a:hover {
			text-decoration: none;
			background: #123657;
		}
		
		#main .top-panel-box ul li ul {
			display: none;
		}
		
		/* Content - Top Panel - About */
		
		#main .top-panel-about {
			width: 320px;
			float: left;
			padding: 0 23px;
			color: #7e97af;
			font: normal 11px/18px Arial, Verdana, Sans-Serif;
			margin-top: 8px;
			overflow: hidden;
		}
		
		#main .top-panel-about h3 {
			color: #dee2e6;
			font: normal 18px/30px "Century Gothic", Arial, Verdana, Sans-Serif;
		}
		
		#main .top-panel-about img {
			background: #ffffff;
			padding: 5px;
			float: right;
		}
	
	#main ul{
		font: normal 12px/20px "Century Gothic", Arial, Verdana, Sans-Serif;
	}
	/* Category - List */
	#left{
		width: 190px;
		float: left;
	}
	#category-list{
		
		background:url('images/category_blue_bg.gif');
		
	}
	#category-list h3 {
			color: #ffffff;
			background: url(images/category_top.png);
			padding-top: 2px;
			padding-left:7px;
			font: normal 15px/30px "Century Gothic", Arial, Verdana, Sans-Serif;
			border-bottom: 2px solid #1c4670;
		}
		
	#category-list ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
			
		}
		
	#category-list ul li {
			color: #ffffff;
			font: normal 12px "Century Gothic", Arial, Verdana, Sans-Serif;
			border-top: 1px dotted #54afdd;
		}
		
	#category-list ul li a {
			color: #ffffff;
			text-decoration: none;
			display: block;
			padding: 5px 4px;
			
		}
		
	#category-list ul li a span {
				color: #61bfef;
				font: normal 10px Arial, Verdana, Sans-Serif;
				display: block;
				margin-bottom: 4px;
			}
		
	#category-list ul li a:hover {
			text-decoration: none;
		}
	#category-list ul li:hover,
	#category-list ul li.active
	{
			background: #123657;
			background: url('images/cat-hover.gif') !important;
	}
	
	#category-list ul li ul li.active *{
		color:white !important;
	}
	
	#category-list ul li ul li a:hover{
		color:#FFF;
	}
		
	#category-list ul li ul {
			background:url('images/category_white_bg.gif');
			/*background:#ffffff;*/
			
		}
	#category-list ul li ul li{
	}
	#category-list ul li ul li a{
		padding:0 0 0 20px;
		color:#1c4670;
		/*color:white;*/
		background:url('images/nav-sub-blue.gif') no-repeat;
		background-position:6px 4px;
		
		
	}
	#category-list ul li ul li a:hover{
	}
	#category-list .bottom{
		background:url('images/category_bottom.png') #0a2844;
		background-position:bottom;
		background-repeat:no-repeat;
		min-height:0px;
		padding-bottom:20px;
		overflow:hidden;
	}
	/* Main - CMS-Content */
	#cms-content{
		float: right;
		width: 730px;
		overflow: hidden;
		padding-left:10px
	}
	#cms-content .featured-post .post-category ,
	#cms-content .featured-post .post-title-info ,
	#cms-content .featured-post ,
	#cms-content .featured-post .post-title ,
	#cms-content .featured-post .post-entry
	{
			width: 700px;
		}
	#cms-content .more-link {
		float:right;
		padding:0;
		margin:0;
	}
	#cms-content .post-category{
		background:none !important;
		height:5px !important;
		padding:0;
		margin:0;
	}
	#cms-content p{
		color:#444 !important;
		font-size:12px;	
	}
	/* Main - Category Box */
	
	#category-box-list {
		float: left;
		width: 700px;
		overflow: hidden;
		padding-left:30px;
	}
	
		/* Content - Post Small */
		
		#category-box-list .category-box {
			float: left;
			width: 200px !important;
			overflow:hidden;
			margin:5px !important;
			padding:0;
			color: #727272;
			font: normal 11px/18px Arial, Verdana, Sans-Serif;
		}
		
		#category-box-list .category-box a.thumb {
			color: #256ca1;
			text-align:center !important;
			height:155px;
			width:198px;
			display:block;
			margin-bottom:5px;
			margin-top:15px;
			border: 1px solid #333;;
			overflow:hidden;
		}
		#category-box-list .category-box a.thumb img{
			max-height:190px;
			max-width:210px;
		}

		
		
		
		#category-box-list .category-box h2 {
			margin:0 !important;
			padding:0;
			color: #ffffff;
			font: normal 14px/28px "Trebuchet MS", Arial, Verdana, Sans-Serif;
			text-align:center !important;
		}
		
		#category-box-list .category-box h2 a {
			color: #ffffff;
			background:url('images/category_normal_bg.gif');
 			width:100%;
			display:block;
		}
		#category-box-list .category-box h2 a:hover,
		#category-box-list .category-box:hover h2 a
		{
			text-decoration:none;
			background:url('images/category_dark_bg.gif');
		}
		
	
	/* Post */
	
	#main .post {
		width: 583px;
		margin-bottom: 15px;
	}
	
		/* Post - Title */
		
		#main .post .post-title {
			width: 583px;
			color: #848484;
			font: normal 10px Arial, Verdana, Sans-Serif;
		}
		
		#main .post .post-title a {
			color: #848484;
			text-decoration: none;
		}
		
		#main .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#main .post .post-title h2,
		#main .post .post-title h3{
			color: #2771a5;
			font: normal 24px/30px "Trebuchet MS", Arial, Verdana, Sans-Serif;
			border-bottom: 1px dotted #1c4670;
		}
		#main .post .post-title h3{
			font-size: 22px;
		}
		
		#main .post .post-title h2 a,
		#main .post .post-title h3 a{
			color: #2771a5;
			text-decoration: none;
		}
		
		#main .post .post-title h2 a:hover,
		#main .post .post-title h3 a:hover{
			text-decoration: underline;
		}
		
		#main .post .post-title-info {
			width: 583px;
			height: 22px;
		}
		
		/* Post - Entry */
		
		#main .post .post-entry {
			font: normal 11px/18px Arial, Verdana, Sans-Serif;
			color: #606060;
			width: 583px;
			padding: 1px 0;
		}
		#main .post-entry h4{
			margin: 10px 0 5px 10px;
			color:#C03;
			font: normal 18px/18px "Trebuchet MS", Arial, Verdana, Sans-Serif;
		}
		
		#main .post .post-entry a {
			color: #226198;
			text-decoration: none;
		}
		
		#main .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#main .post .post-entry blockquote {
			border-left: 10px solid #efefef;
			margin: 0px 30px;
			padding-left: 15px;
		}
		
		#main .post .post-entry img {
			padding: 5px;
			border: 1px solid #bfbfbf;
		}
		
		/* Post - Category */
		
		#main .post .post-category {
			width: 569px;
			background: url("images/icon_category.gif") no-repeat;
			padding-left: 14px;
			line-height: 22px;
			height: 22px;
			font: normal 11px/22px Arial, Verdana, Sans-Serif;
			color: #0a2844;
			border-top: 1px dotted #1c4670;
		}
		
		#main .post .post-category a {
			color: #0a2844;
		}
		
		/* Post - Subtitle */
		
		#main .post h3 {
			margin: 20px 0 5px 0;
			color: #2771a5;
			font: normal 18px "Trebuchet MS", Arial, Verdana, Sans-Serif;
		}

		
		/* Post - Comments */
		
		#main .post .comments {
			font: normal 11px/18px Arial, Verdana, Sans-Serif;
			color: #606060;
			width: 583px;
		}
		
		#main .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#main .post .comments ol li {
			padding: 5px;
		}
		
		#main .post .comments ol li a {
			color: #226198;
			text-decoration: none;
		}
		
		#main .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#main .post .comments ol li.alt {
			background: #efefef;
		}
		
		#main .post .comments ol li cite {
			color: #606060;
			font-style: normal;
			font-weight: bold;
		}
		
		#main .post .comments ol li cite a {
			color: #606060;
			text-decoration: none;
		}
		
		#main .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#main .post .comments ol li .commentmetadata a {
			color: #226198;
			text-decoration: none;
		}
		
		#main .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comment Form */
		
		#main .post #commentform {
			font: normal 11px/18px Arial, Verdana, Sans-Serif;
			color: #606060;
			width: 558px;
			padding-left: 25px;
			margin: 0;
		}
		
		#main .post #commentform a {
			color: #226198;
			text-decoration: none;
		}
		
		#main .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Content - Navigation */
	
	#content .navigation {
		font: bold 11px Arial, Verdana, Sans-Serif;
		color: #226198;
		width: 583px;
	}
	
	#content .navigation a {
		color: #226198;
		text-decoration: none;
		margin-bottom: 15px;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}
	
	/* Main - Sidebar */
	
	#sidebar {
		float: right;
		width: 342px;
		font: normal 11px/18px Arial, Verdana, Sans-Serif;
		color: #656565;
	}
	
	#sidebar a {
		color: #256ca1;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	/* Sidebar - Ads */
	
	.sidebar-ads {
		float: right;
		width: 280px;
		background: url("images/sidebar_ads.gif") repeat-y;
		margin-bottom: 10px;
	}
	
	.sidebar-ads-top {
		width: 280px;
		background: url("images/sidebar_ads_top.gif") no-repeat;
	}
	
	.sidebar-ads-bottom {
		width: 270px;
		padding: 5px;
		background: url("images/sidebar_ads_bottom.gif") no-repeat left bottom;
	}
	
	.sidebar-banner {
		padding: 5px;
		float: left;
	}
	
	/* Main - Sidebar - Boxes */
	
	#sidebar .sidebar-box {
		width: 342px;
		margin-bottom: 20px;
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			width: 335px;
			height: 38px;
			padding-left: 7px;
			margin-bottom: 2px;
			font: normal 14px/35px Arial, Verdana, Sans-Serif;
			color: #ffffff;
			background: url("images/sidebar_title.gif") no-repeat;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0;
			padding: 0 5px;
			list-style-type: none;
		}
		
		#sidebar ul li {
			color: #656565;
			font: normal 12px/25px Arial, Verdana, Sans-Serif;
		}
		
		#sidebar ul li a {
			border-bottom: 1px dotted #656565;
			color: #656565;
			text-decoration: none;
			padding-left: 18px;
			display: block;
			background: url("images/sidebar_menu.gif") no-repeat;
		}
		
		#sidebar ul li a:hover {
			text-decoration: none;
			background: url("images/sidebar_menu_hover.gif") no-repeat;
		}
		
			/* Sidebar - Menus - Submenus */
			
			#sidebar ul li ul {
				margin: 0;
				padding: 0;
				background: none;
			}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			margin: 0;
			padding: 10px 0;
			width: 342px;
			text-align: center;
		}
		
		#sidebar #searchform #s {
			width: 230px;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			width: 180px;
			margin: 0 auto;
			padding-top: 5px;
		}
		
		#sidebar #calendar_wrap table {
			width: 180px;
		}
		
		#sidebar #calendar_wrap caption {
			margin: 0 auto;
			font-weight: bold;
		}
		
		#sidebar #calendar_wrap tbody {
			text-align: right;
		}
		
		#sidebar #calendar_wrap tfoot #next {
			text-align: right;
		}
		
		#sidebar #calendar_wrap #today {
			font-weight: bold;
		}
		
		/* Sidebar - Texts */
		
		#sidebar .textwidget {
			padding: 0 5px;
		}


/* Footer */

#footer {
	width: 934px;
	height: 64px;
	padding: 18px 40px 14px 30px;
	color: #061e37;
	font: normal 11px/20px "Trebuchet MS", Arial, Verdana, Sans-Serif;
}

#footer a {
	color: #66ccff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
.yellow{
	color:yellow !important;
}
.details {
	width:80%;
	margin: 15px 10% 0 10%;
		float: left;
		overflow: hidden;
}
.tabs h6{
	font:14px bold Verdana, Geneva, sans-serif !important;
	line-height:20px !important;
	height:20px!important;
	padding:0 10px 0 10px;
	margin:0;
	background:#CCC;
	color:#FFF;
	display:inline;
	clear:both;
	cursor:pointer;
	border-right:1px dotted #999;
	vertical-align:middle;
}
.tabs h6:hover{
	background-color:#999!important;
}
.tabs h6.active{
	background-color:#aaa!important;
}
.detail-table{
	font-size:11px;
	line-height:22px;
	border: 1px solid #CCC;
	background:#efefef;
	padding:5px 0 5px 0;
	width:100%;
}
#files{
	display:none
}
#details{
	display:block;
}
.details:hover .detail-table{
	border: 1px solid #999;
}
.detail-table .a{
	width:50%;
	text-align:right;
	color:#333;
}
.detail-table .b{
	width:50%;
	text-align:left;
}
.colour{
	border:0 !important;
	padding:10px;
}



/* thumbnails  */
	
	.thumbnails{
		float: left;
		width: 225px;
		background: url("images/thumbnails.gif") repeat-y;
		margin-bottom: 10px;
		margin-right:10px;
			overflow: hidden;
	}
	
	.thumbnails-top {
		width: 225px;
		background: url("images/thumbnails_top.gif") no-repeat;
	}
	
	.thumbnails-bottom {
		width: 225px;
		padding: 5px;
		background: url("images/thumbnails_bottom.gif") no-repeat left bottom;
	}
	
	.thumbnail-small {
		padding: 5px;
		float: left;
		width:83px;
		height:83px;
		overflow:hidden;
		display:block;
		text-align:center;
		border: 1px solid #bfbfbf;
		margin:5px;
		background:white;
		
	}
	.thumbnail-small:hover {
		border-color: #2771a5
	}
	.thumbnail-small img{
		max-height:74px;
		max-width:74px;
		border:none !important;
	}
	.thumbnail-big {
		padding-top:3px;	
		margin-left:5px;
		float: left;
		width:205px !important;
		max-height:200px;
		text-align:center;
		overflow:hidden;
		background:white;
		vertical-align:middle !important;
		border: 1px solid #bfbfbf;
	}
	.thumbnail-big img{
		max-height:190px;
		max-width:193px;
		border:none !important;
		vertical-align:middle !important;
		margin-left:auto;
		margin-right:auto;

	}
.enquire{
	float:right;
	background: url("images/enquiry.gif") no-repeat;
	height: 38px;
		font: normal 12px/24px Arial, Verdana, Sans-Serif;
		color: #9ab0c4;
		margin-right: 10px;
}
.enquire a{
	text-decoration: none;
		padding: 0 7px;
		padding-top:7px;
		height:38px;
		display: block;
	color: #ffffff !important;
		background: url("images/enquiry_right.gif") no-repeat right top;
}
/* OWN CSS */
.own_text {
float: left;
width: 465px;
}

	#header #header-cats-right {
		position: absolute;
		top: 109px;
		right: 50px;
		width: 270px;
		height: 24px;
	}
	
	#header #header-cats-right ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		width: 934px;
		height: 24px;
	}
	
	#header #header-cats-right ul li {
		float: left;
		height: 24px;
		font: normal 12px/24px Arial, Verdana, Sans-Serif;
		color: #9ab0c4;
		margin-right: 5px;
	}
	
	#header #header-cats-right ul li a {
		color: #c7d5e2;
		text-decoration: none;
		padding: 0 4px;
		display: block;
	}
	
	#header #header-cats-right ul li a:hover {
		color: #ffffff;
		background: url("images/cats_right.gif") no-repeat right top;
	}
	
		#header #header-cats-right ul li:hover {
			background: url("images/cats_left.gif") no-repeat;
		}
		
		/* Header - Cats - Current */
		
		#header #header-cats-right ul li.current-cat {
			color: #ffffff;
			background: url("images/cats_left.gif") no-repeat;
		}
		
		#header #header-cats-right ul li.current-cat a {
			color: #ffffff;
			background: url("images/cats_right.gif") no-repeat right top;
		}
		
		/* Header - Cats - Submenu */
		
		#header #header-cats-right ul li ul {
			display: none;
		}
		
.tight{
	letter-spacing:-1px;
}
.color{
	border:none !important;
}
.red{
	color:#C03 !important;
}

#email_us{
	color:red;
	font-size:20px;
}