﻿html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote{margin:0;padding:0;}
/*table{border-collapse:collapse;border-spacing:0;}*/
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
del,ins{text-decoration:none;}
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}
table{font-size:inherit;font:100%;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

body
{
	/*text-align:center;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	line-height:150%;
}
h1
{
	font-size:167%; /* 22px */
	color:#000;
}
h2
{
	font-size:138.5%; /* 18px */
	color:#000;
}
h3
{
	font-size:108%; /* 14px */
	font-weight:bold;
	color:#000;
}
h1, h2, h3, p, fieldset /*, table*/
{
	margin-bottom:1em;
}
a
{
	text-decoration:none;
	color:#537A98;
}
a:hover
{
	text-decoration:underline;
	color:#139af7;
}
div.contentholder
{
	margin:auto;
	width:980px;
	text-align:left;
}

div.leftcontent
{
	float:left;
	width:220px;
}

div.rightcontent
{
	display:none;
	/*float:right;
	width:220px;
	background:#eee;*/
}

div.centercontent
{
	float:left;
	width:760px;
}

div.header .header_zone
{
	position:relative;
	background-color: #FFFFFF;
	border:solid #a8b2bb;
	border-width: 0px;
	border-bottom-width: 1px;
	height:80px;
}

div.header .header_logo
{
	position:absolute;
	background:url(images/logo.gif) no-repeat;
	width:230px;
	height:70px;
	left:20px;
	top:10px;
}

div.header .header_menu
{
	position:relative;
	background:url(images/menu_background.png);
	border:solid #a8b2bb;
	border-width:0 1px;
	height:36px;
}

div.header ul.nav
{
}

div.header ul.nav li
{
	float:left;
	line-height:36px;
	border-right:1px solid #a8b2bb;
}

div.header ul.nav li a
{
	display:block;
	padding:0 20px 0 20px;
	font-size:100%;
	font-weight:bold;
	color:#537a98;
	background:none;
}

div.header ul.nav li.hover
{
	background: url(images/menu_hover.png);
}

div.header ul.nav li.selected
{
	background: url(images/menu_selected.png);
}

div.header ul.nav li.selected a, div.header ul.nav li.hover a
{
	color: #ffffff;
	text-decoration: none;
}

.bold { font-weight: 700; }
    

.small_box
{
	margin:20px 0 0 0;
}

.small_box .top
{
	background:url(images/box_header.png);
	height:25px;
	line-height:25px;
}

.small_box .top h4
{
	color:#537a98;
	font-size:100%;
	font-weight:bold;
	text-align:center;
}

.small_box .middle
{
	background:#fff;
	border:solid #a8b2bb;
	border-width:0 1px;
	/*padding:1px 10px;*/
}

.small_box .middle
{
	padding:5px;
}

.small_box.menu .middle
{
	padding:0;
}

.small_box .bottom
{
	clear:both;
	background:url(images/box_bottom.png) bottom no-repeat;
	height:14px;
}
.clsSplitter
{
	clear:both;
}

div.breadcrumbs
{
	margin: 20px 0 0 25px;
	padding: 0px 0px 0px 10px;
	color:#000;
	background:url(images/breadcrumbs_box.png);
	overflow:hidden;
	height:36px;
	line-height:33px;
	
	font-weight:bold;
	font-size:93%;
	color:#537a98;
}

div.breadcrumbs a
{
	float:left;
	font-weight:bold;
	font-size:100%;
	color:#537a98;
	padding:0 5px 0 0;
}

div.breadcrumbs a:hover
{
	color:#537a98;
}

div.breadcrumbs span
{
	float:left;
	width:14px;
	text-indent:-9999px;
	margin:1px 0 0 0;
	background:url(images/breadcrumbs_sep.png) no-repeat;
}

div.content
{
	margin:0 0 0 25px;
}

.big_box
{
	/*position:relative;*/
	margin:20px 0 0 0;
	width:735px;
}

.big_box .top
{
	/*position:relative;*/
	background:url(images/largebox_top.png);
	height:11px;
	line-height:11px;
}

.big_box .middle, .big_box .title
{
	/*position:relative;*/
	background:#fff;
	border:solid #a8b2bb;
	border-bottom-width: 0px;
	border-top-width: 0px;
	border-left-width: 1px;
	border-right-width: 1px;
	padding:0 10px;
	/*border-bottom:1px solid transparent;*/
}

.big_box .title
{
    font-size: 14px;
    font-weight: 700;
}

.big_box .middle blockquote,
.big_box .middle ul,
.big_box .middle ol,
.big_box .middle dl{margin:1em;}
.big_box .middle ol,
.big_box .middle ul,
.big_box .middle dl{margin-left:2em;}
.big_box .middle ol li{list-style:decimal outside;}
.big_box .middle ul li{list-style:disc outside;}
.big_box .middle dl dd{margin-left:1em;}
.big_box .middle th{font-weight:bold;}

.big_box .bottom
{
	/*position:relative;*/
	clear:both;
	background:url(images/largebox_bottom.png);
	height:14px;
	line-height:14px;
}

/* Catalog/List Index */

.big_box.catalog .top, .big_box.list .top
{
	background:#a8b2bb url(images/largebox_top2.png) top no-repeat !important;
	height:25px;
}

.big_box.catalog .view_switch, .big_box.list .view_switch
{
	position:absolute;
	left:10px;
	top:5px;
}

.big_box.catalog .sort, .big_box.list .sort
{
	position:absolute;
	left:50px;
	height:25px;
	line-height:25px;
}

.big_box.catalog .sort a, .big_box.list .sort a
{
	color:#333;
}

.big_box.catalog .index_item
{
	float:left;
	margin:10px 0 0 10px;
	width:170px;
	height:190px;
	border:1px solid #eee;
}

.big_box.list td
{
	border-bottom:1px dotted #a8b2bb;
	padding:5px;
}

/* Product page */

.big_box.product .top
{
	background:url(images/largebox_prop_top.png) !important;
}

.big_box.product .middle
{
	background:url(images/largebox_prop_middle.png);
	border:none;
	padding:0 10px;
}

.big_box.product .product_main
{
	width:540px;
}

.big_box.product .product_side
{
	position:relative;
	float:right;
	width:155px;
}

.big_box.product .tagline
{
	font-size:123.1%; /* 16px */
}

.big_box.product .bottom
{
	background:url(images/largebox_prop_bottom.png) !important;
}

/* Content Tabs */

.big_box .middle .tabs
{
	padding-bottom:10px;
}

.big_box .middle .tabs .selected
{
	float:left;
	margin-right:10px;
}

.big_box .middle .tabs .deselected
{
	float:left;
	margin-right:10px;
}

.big_box .middle .tabs a, .big_box .middle .tabs a
{
	display:block;
	padding:3px;
	border:1px solid #a8b2bb;
}

/* Content Filter */

.big_box .header_search
{
	position:absolute;
	top:8px;
	right:8px;
	width:160px;
}

.big_box .header_search .left
{
	display:block;
	position:absolute;
	left:0;
	width:20px;
	height:19px;
	background:url(images/search_left.png) no-repeat;
}

.big_box .header_search input
{
	height:16px;
	background:url(images/search_repeat.png) repeat-x;
	border:none;
	padding:3px 0 0 0;
	width:130px;
	margin-left:20px;
}

.big_box .header_search .right
{
	display:block;
	position:absolute;
	right:0;
	top:0;
	width:10px;
	height:19px;
	background:url(images/search_right.png) no-repeat;
}

.grid_table
{
    width: 100%;
    color: Red;
}

.grid_table .grid_header td
{
    font-weight: 700;
    color: #000000;
    text-align: center;
}

.grid_table .grid_content
{
    color: #333333;
}









.small_box.menu .middle
{
	padding:0;
}

.small_box.menu .middle li a
{
	display:block;
	background:#f9f9f9 url(images/menu_background.png) center repeat-x;
	border-bottom:1px solid #a8b2bb;
	color:#537a98;
	font-weight:bold;
	font-size:77%;
	padding:0 5px;
	height:24px;
	line-height:24px;
}

.small_box.menu .middle li a.selected
{
	background:#888888 url(images/menu_selected.png) center repeat-x;
	color:#fff;
}

.small_box.menu .middle li li a
{
	padding-left:15px;
}

.small_box.menu .middle li a:hover
{
	background:#B7C3CE url(images/menu_hover.png) center repeat-x;
	text-decoration:none;
	color:#fff;
}

.small_box.menu .middle td
{
	border-bottom:1px solid #a8b2bb;
	padding:5px;
	font-size:77%;
	line-height:normal;
}

.small_box.menu .middle td a
{
	font-weight:bold;
}

.small_box.menu .bottom
{
	/*background-image:url(images/box_bottom_active.png) !important;*/
}




.big_box_dark
{
	margin-top: 20px;
	width: 735px;
}

.big_box_dark .top
{
	background-image: url(images/largebox_dark_top.png);
	height: 11px;
	/*font-size: 1px;*/
}

.big_box_dark.news_index .top
{
	background-image: url(images/largebox_top2.png);
	height: 25px;
}

.big_box_dark .middle
{
	background-color: #F1F1F1;
	border-left: 1px solid #A8B2BB;
	border-right: 1px solid #A8B2BB;
	height: auto;
	padding: 1px 10px;
}

.big_box_dark .bottom
{
	background-image: url(images/largebox_dark_bottom.png);
	height: 14px;
	font-size: 1px;
}

.big_box_dark .header_search
{
	position:absolute;
	top:8px;
	right:8px;
	width:160px;
}








.forum
{
	/*color: #666666;*/
}

.forum em{font-style:italic;}
.forum blockquote,.forum ul,.forum ol,.forum dl{margin:1em;}
.forum ol,.forum ul,.forum dl{margin-left:2em;}
.forum ol li{list-style: decimal outside;}
.forum ul li{list-style: disc outside;}

.forum a
{
	color: #537A98; /*#139AF7;*/
	text-decoration: none;
}

.forum a:visited
{
	color: #537A98; /*#139AF7;*/
}

.forum a:hover
{
	color: #139AF7;
}

.forum.index
{
}

.forum .forum_header
{
	background: #d8dfe5 url(images/forum_category_bg.png) bottom;
	color: #666666;
}

.forum .forum_category
{
	background-color: #f1f1f1; /*#a8b2bb;*/
	color: #333333;
}

.forum tr
{
	background-color: #ffffff;
}

.forum th
{
	border-bottom: 1px solid #a8b2bb;
	padding: 5px;
}

.forum th th
{
	border-bottom: 0px;
	padding: 0px;
}

.forum td
{
	border-bottom: 1px solid #a8b2bb;
	padding: 5px;
	line-height: 14px;
	font-size: 12px;
}

.forum td td
{
	border-bottom: 0px;
	padding: 0px;
}

span.small
{
	font-size: 10px;
	/*color: #888888;*/
}

span.gray
{
	color: #888888;
}

div.pages
{
}

div.pages a
{
	border: 1px solid #555555;
	background-color: #f1f1f1;
	color: #333333;
	text-decoration: none;
	padding: 2px;
	margin-left: 2px;
}

div.pages a:hover
{
	background-color: #21a5ff;
	color: #ffffff;
}

div.pages a.selected
{
	background-color: #21a5ff;
	color: #ffffff;
}







.big_box.catalog .top, .big_box.list .top
{
	background:#a8b2bb url(images/largebox_top2.png) top no-repeat !important;
	height:25px;
}

.big_box.catalog .view_switch, .big_box.list .view_switch
{
	position:absolute;
	left:10px;
	top:5px;
}

.big_box.catalog .sort, .big_box.list .sort
{
	position:absolute;
	left:50px;
	height:25px;
	line-height:25px;
}

.big_box.catalog .sort a, .big_box.list .sort a
{
	color:#333;
}

/*.big_box.catalog .index_item
{
	float:left;
	margin:10px 0 0 10px;
	width:170px;
	height:180px;
	border:1px solid #eee;
}*/

.big_box.list td
{
	border-bottom:1px dotted #a8b2bb;
	padding:5px;
}



.big_box.product .top
{
	background:url(images/largebox_prop_top.png) !important;
}

.big_box.product .middle
{
	background:url(images/largebox_prop_middle.png);
	border:none;
	padding:0 10px;
}

.big_box.product .product_main
{
	width:540px;
}

.big_box.product .product_side
{
	position:relative;
	float:right;
	width:155px;
}

.big_box.product .tagline
{
	font-size:123.1%; /* 16px */
}

.big_box.product .bottom
{
	background:url(images/largebox_prop_bottom.png) !important;
}

.date
{
    color:#999999;
    font-size:10px;
    font-weight:normal;
}

.latestAdsCarousel .index_item
{
	float:left;
	margin:8px 0 0 8px;
	width:166px;
	height:190px;
	border:1px solid #eee;
}



/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(Images/next-horizontal.png) no-repeat 0 0;
}

.jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-prev-horizontal {
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(Images/prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(Images/next-vertical.png) no-repeat 0 0;
}

.jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-next-disabled-vertical,
.jcarousel-next-disabled-vertical:hover,
.jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(Images/prev-vertical.png) no-repeat 0 0;
}

.jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-prev-disabled-vertical,
.jcarousel-prev-disabled-vertical:hover,
.jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}


/* ZOOM */
.zoom-in {
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(Images/zoomin.png) no-repeat 0 0;
}

.zoom-in:hover {
    background-position: -32px 0;
}

.zoom-in:active {
    background-position: -64px 0;
}

.zoom-in-disabled,
.zoom-in-disabled:hover,
.zoom-in-disabled:active {
    cursor: default;
    background-position: -96px 0;
}


.zoom-out {
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(Images/zoomout.png) no-repeat 0 0;
}

.zoom-out:hover {
    background-position: -32px 0;
}

.zoom-out:active {
    background-position: -64px 0;
}

.zoom-out-disabled,
.zoom-out-disabled:hover,
.zoom-out-disabled:active {
    cursor: default;
    background-position: -96px 0;
}



.metadata_table
{
    width: 100%;
}

.metadata_table td
{
    vertical-align: top;
}

.metadata_table td.group
{
    font-weight:700;
    background-color: #c8dede;
    padding-left: 20px;
}

.metadata_table td.sub-item
{
    padding-left: 14px;
}

.metadata_table span.one
{
    background:transparent url(Images/yeah.gif) no-repeat;
    float:left;
    font-size:0;
    height:20px;
    overflow:hidden;
    padding:0 0 0 20px;
    position:relative;
    width:0;
}
