html {
	height: 100%;
}

body {
	margin: 0;
	font: 13px "Trebuchet MS", Helvetica, sans-serif;
	background: url(../images/bg-html.jpg) repeat-y 50% 0;
	color: #333;
	height: 100%;
	min-width: 950px;
}

img {
	border: 0;
}

a {
	/*text-decoration: none;*/
	color: #000;
}
a:hover {
	color: #0E75DE;
}

a:hover {
	text-decoration: underline;
}

input,textarea,select {
	font: 100% arial, sans-serif;
	vertical-align: middle;
	color: #000;
}

form,fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

.wrapper {
	width: 100%;
	min-height: 100%;
}

.page-heading {
	position: absolute;
	top: 0;
	width: 100%;
	height: 500px;
	left: 0;
	overflow: hidden;
	min-width: 950px;
}

.page-heading img {
	position: absolute;
	left: 50%;
	margin-left: -1000px;
	top: 0;
}

* html .wrapper {
	height: 100%;
}

#w1 {
	width: 950px;
	margin: 0 auto;
	position: relative;
	padding: 146px 0 182px;
	overflow: hidden;
	z-index: 10;
}

#header {
	position: absolute;
	height: 146px;
	top: 0;
	left: 0;
}

#header .holder {
	background: url(../images/bg-header.png) no-repeat;
	width: 950px;
	height: 146px;
}

#header .bar {
	width: 930px;
	overflow: hidden;
	padding: 0 5px 13px 15px;
}

.logo {
	width: 301px;
	height: 69px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0;
	position: absolute;
	top: 8px;
	left: 332px;
	z-index: 1000;
}

.secondary-page  .logo {
	left: 15px;
}

.logo a {
	display: block;
	height: 100%;
	position: relative;
	background: url(../images/logo.png) no-repeat;
	cursor: pointer;
}

#header .info {
	float: left;
	background: url(../images/bg-info.png) no-repeat;
	width: 334px;
	height: 45px;
	margin: 0 0 0 305px;
	color: #000;
	padding: 18px 0 10px 15px;
	line-height: 15px;
	overflow: hidden;
	display: inline;
}

#header .info dt {
	float: left;
	font-weight: bold;
	margin-right: 3px;
}

#header .info dd {
	float: left;
	margin: 0 6px 0 0;
	white-space: nowrap;
}

#header .info span {
	margin-right: 10px;
}

#header .user-nav {
	position: absolute;
	top: 52px;
	right: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	overflow: hidden;
}

.user-nav li {
	float: left;
	background: url(../images/divider01.gif) no-repeat 0 4px;
	padding: 0 9px;
	margin-left: -2px;
}

.user-nav li a {
	color: #000;
	position: relative;
}

.intro {
	width: 100%;
	position: relative;
	height: 390px;
}

.secondary-page .intro {
	height: 240px;
}

.silver-tape {
	background:url("../images/silver-tape.png") no-repeat scroll 0 0 transparent;
	top:440px;
	height:96px;
	position:absolute;
	right:0;
	width:328px;
	z-index:2000000;
}

.intro .border {
	background: url(../images/bg-intro-border.png) no-repeat;
	width: 950px;
	height: 96px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.slogan {
	color:#F0F0F0;
	float:right;
	font:18px/16px "bodedo-1","bodedo-2",Georgia,"Times New Roman",Times,serif;
	text-shadow: #000000 0.1em 0.1em 0.2em;
	height:19px;
	margin:40px 38px 0 0;
	overflow:hidden;
	width:226px;
}

.intro .box {
	background: url(../images/bg-box.png) no-repeat;
	width: 286px;
	height: 251px;
	float: right;
	padding-right: 12px;
	margin-top: 73px;
}

.intro .box .tabset {
	list-style: none;
	margin: 0;
	padding: 0 0 0 5px;
	font-weight: bold;
	font-size: 12px;
}

.tabset li {
	float: left;
	height: 21px;
	text-align: center;
	padding: 10px 0 0;
}

.tabset li span {
	display: block;
	background: url(../images/divider03.gif) no-repeat;
}

.tabset li:first-child span,.tabset li.first-child span {
	background: none;
}
.tabset li.news {
	background: url(../images/top-y-block.png) no-repeat 0 24px;
	width: 120px;
}
.tabset li.videos {
	background: url(../images/top-y-block.png) no-repeat -120px 24px;
	width: 80px;
}
.tabset li.deals {
	background: url(../images/top-y-block.png) no-repeat -204px 24px;
	width: 70px;
}

.tabset li.active {
	background: none;
}

.tabset li a {
	position: relative;
	outline:medium none;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}
/*
.tabset li a:hover {
	color: #036;
	text-decoration: none;
}*/

.intro .box .tab-content {
	width: 256px;
	overflow: hidden;
	padding: 15px 15px 5px;
	position: relative;
	display: none;
}

.tab-content-wrapper {
	overflow: hidden;
	width: 906px;
	position: relative;
}

.tab-content-container {
	width: 10000px; 
	position: relative; 
	left: 0px;
}

.intro .box .video-content {
	padding: 5px 15px;
}

.video-content div {
	position: relative;
	left: -8px;
	top: -10px;
}

.intro .box .active{
	display:block;
}
.intro .box .info {
	margin: 0 0 16px;
	line-height: 17px;
	width: 100%;
	overflow: hidden;
}

.intro .box .info dt {
	float: left;
	width: 100px;
	font-weight: bold;
	color: #000;
}

.intro .box .info dd {
	float: left;
	margin: 0 0 5px;
	width: 120px;
}

.intro .box .info span {
	display: block;
}

.intro .box .report {
	background: url(../images/bg-report.gif) no-repeat;
	width: 128px;
	height: 16px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	margin-left: 100px;
	position: relative;
}

.slide-box {
	top:487px;
	height:22px;
	margin:0 auto;
	overflow:hidden;
	position:absolute;
	width:100%;
	z-index:100000;
}

.slide-box .slide-holder {
	background: url(../images/bg-slide.png);
	width: 905px;
	height: 190px;
	padding: 6px 23px 22px 24px;
/*	display: none;*/
}

.open .slide-holder {
	display: block;
	height:242px;
}

.slide-box .slide-tabset {
	list-style: none;
	margin: 0 0 3px;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	overflow: hidden;
}

.slide-tabset li {
	float: left;
	margin-right: 3px;
	text-align: center;
}

.slide-tabset li a {
	float: left;
	background: #fff;
	color: #06c;
	width: 125px;
	height: 25px;
	line-height: 25px;
	position: relative;
	outline: medium none;
}

.slide-tabset li a:hover,.slide-tabset li.active a {
	background: #006edc;
	color: #fff;
	text-decoration: none;
}

.slide-box .tab-content {
	background: #fff;
	overflow: hidden;
	padding: 3px 2px 3px 9px;
	color: #666;
	font-size: 12px;
	line-height: 12px;
	width: 894px;
	float: left;
	height: 156px;
}
.tab-content-vertical-wrapper{
	width: 890px;
	overflow: hidden;
	position:relative;
	top:0px;
}
.vslider-content{
	height: 161px;
	width: 100%;
}

.slide-box .tab-content img {
	float: right;
	margin-left: 15px;
}

.slide-box .tab-content h2 {
	margin: 0 0 13px;
	font-size: 14px;
	line-height: 16px;
	color: #036;
	padding-top: 5px;
}

.slide-box .tab-content dl {
	margin: 0 0 12px;
	color: #333;
}

.slide-box .tab-content dl dt {
	float: left;
	font-weight: bold;
}

.slide-box .tab-content dl dd {
	margin: 0;
}

.slide-box .tab-content p {
	margin: 0 0 13px;
}

.slide-box .slide-btn {
	outline:medium none;
	background: url(../images/bg-slide.png);
	width: 100px;
	display: block;
	color: #fff;
	padding: 3px 8px 3px 24px;
	cursor: pointer;
/*	margin-bottom: 10px;*/
}

.open .slide-btn {
	margin: 0;
}

.slide-box .slide-btn:hover {
	text-decoration: none;
}

.slide-box .slide-btn span {
	outline:medium none;
	background: url(../images/bg-hide.png) no-repeat;
	width: 15px;
	height: 9px;
	float: right;
	margin-top: 4px;
	font-size: 0;
	line-height: 0;
}

.open  .slide-btn span {
	background: url(../images/bg-open.png) no-repeat;
}

#main {
	background: url(../images/bg-main.gif) no-repeat 390px 295px;
	padding: 20px 67px 0 14px;
	height: 1%;
	overflow: hidden;
}

.secondary-page #main {
	padding: 10px 16px 0 14px;
	overflow: visible;
	background: none;
}

.posts-holder {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}

.posts-holder .archive {
	background: url(../images/bg-archive.png) no-repeat;
	width: 111px;
	height: 29px;
	color: #fff;
	line-height: 29px;
	text-align: center;
	position: absolute;
	bottom: 4px;
	left: 526px;
	font-size: 11px;
	cursor: pointer;
}

* html .posts-holder .archive {
	bottom: 6px;
}

.posts-holder .archive:hover {
	color: #000;
	text-decoration: none;
}

#main .posts {
	list-style: none;
	margin: 0;
	padding: 2px 0 0;
}

.posts li {
	width: 100%;
	overflow: hidden;
	margin-bottom: 15px;
}

.posts li .avatar {
	float: left;
	width: 118px;
	overflow: hidden;
	padding-top: 28px;
}

.avatar img {
	float: left;
	border: 1px solid #006edc;
	margin-right: 1px;
}

.avatar strong {
	width: 17px;
	height: 84px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
}

.avatar .martin {
	background: url(../images/text-martin.gif) no-repeat;
}

.avatar .steele {
	background: url(../images/text-steele.gif) no-repeat;
}

.avatar .love {
	background: url(../images/text-love.gif) no-repeat;
}

.posts .text {
	float: left;
	width: 744px;
	text-align: justify;
	line-height: 15px;
}

.posts .text div {
	height: 1%;
	overflow: hidden;
}

.posts .text img {
	float: right;
	margin: 0 0 1px 60px;
}

.posts h3 {
	margin: 0 0 4px;
	font: normal 20px/16px "bodedo-1","bodedo-2", Georgia, "Times New Roman", Times, serif;
	color: #103a64;
}

.posts h3 a {
	color: #103a64;
	line-height: 19px;
}

#content h3 a { color: #002E5C; }

.posts .date {
	font-size: 10px;
	font-style: normal;
	color: #000;
}

.posts p {
	margin: 0;
}

.posts a.more {
	color: #0069e0;
	float: right;
	font-weight: bold;
/*	margin-top: -16px;*/
}

.posts p a:hover {
	color: #000;
	text-decoration: none;
}

.divider {
	color: #65a2e7;
	font-size: 20px;
	line-height: 20px;
	padding-top: 3px;
	display: block;
	clear: both;
	text-align: center;
}

#main .panel {
	width: 100%;
	overflow: hidden;
	margin-bottom: 64px;
}

.highway-logo {
	float: right;
	background: url(../images/emblem.png) no-repeat;
	width: 61px;
	height: 73px;
	text-indent: -9999px;
	overflow: hidden;
	margin-right: 60px;
}

#sidebar .highway-logo {
	margin: -35px auto 0;
	float: none;
	display: block;
}

.highway-logo a {
	display: block;
	height: 100%;
	position: relative;
}

.socials {
	position: absolute;
	bottom: 10px;
	left: 130px;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	z-index: 1;
}
.secondary-page .socials {
	left: auto;
    right: 0;
    top: 7px;
	bottom: auto;
}
.secondary-page .intro .socials {
	left: 16px;
	right: auto;
	bottom: 0;
	top: auto;
}

.socials li {
	float: left;
	font: 20px/18px "bodedo-1","bodedo-2", Georgia, "Times New Roman", Times, serif;
	color: #103a64;
	margin-right: 7px;
}

.socials li a {
	float: left;
	text-indent: -9999px;
	overflow: hidden;
}

.socials li a.twitter {
	background: transparent url(../images/ico-twitter-sprite.png) no-repeat;
	width: 26px;
	height: 27px;
}

.socials li a.facebook {
	background: transparent url(../images/ico-facebook-sprite.png) no-repeat;
	width: 27px;
	height: 27px;
}

.socials li a.youtube {
	background: transparent url(../images/ico-youtube-sprite.png) no-repeat;
	width: 90px;
	height: 27px;
}

.socials li a.google {
	background: transparent url(../images/ico-google-sprite.png) no-repeat;
	width: 27px;
	height: 27px;
}

.socials li a.instagram {
	background: transparent url(../images/ico-instagram-sprite.png) no-repeat;
	width: 27px;
	height: 27px;
}

.socials li a.twitter:hover {
	background-position:0 -27px;
}

.socials li a.facebook:hover {
	background-position: 0 -27px;
}

.socials li a.youtube:hover {
	background-position: 0 -27px;
}

.socials li a.google:hover {
	background-position: 0 -27px;
}

.socials li a.instagram:hover {
	background-position: 0 -27px;
}

#main .block {
	padding-left: 122px;
	height: 1%;
	overflow: hidden;
	line-height: 22px;
}

.tagcloud {
	float: right;
	width: 192px;
	list-style: none;
	margin: 0;
	padding: 8px 0 0 10px;
	line-height: 20px;
	text-align: center;
}

#sidebar .tagcloud {
	float: none;
	padding: 18px 0 0;
	margin: 0 auto;
}

.tagcloud li {
	display: inline;
}

.tagcloud li a {
	color: #999;
	font-weight: bold;
}

.tagcloud li a:hover {
	text-decoration: none;
	color: #000;
}

#content {
	float: left;
	width: 600px;
	line-height: 22px;
}

#content h1 {
	font: normal 30px/28px "bodedo-1","bodedo-2";
}

#content h2 {
	font: normal 34px/30px "bodedo-1","bodedo-2";
	margin: 0;
	color: #0e75de;
}

#content h3, #content .subtitles {
	color:#002E5C;
	font-family:"bodedo-1","bodedo-2";
	font-size:14px;
	margin:0;
	padding:8px 0 5px;
	text-transform:uppercase;
}

#content .subtitles2 {
	color:#4F647B;
	font-family:geneva,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:8px 0 5px;
}

#content .divider {
	padding: 0;
	margin: -19px 0 13px;
}

#content p {
	margin: 0 0 19px;
}

#content .testimonial {
	width: 440px;
	margin: 32px 0 85px 86px;
	overflow: hidden;
}

#content .testimonial .divider {
	margin: 0;
}

#content .testimonial  blockquote {
	margin: 0;
	text-align: center;
	padding: 10px 0 0;
}

#content .testimonial  blockquote div {
	font: italic 16px/18px Georgia, "Times New Roman", Times, serif;
	color: #036;
	width: 100%;
	overflow: hidden;
}

.testimonial  blockquote div cite {
	font: italic 14px Georgia, "Times New Roman", Times, serif;
	/* margin-left: 60px; */
	font-style: normal;
	line-height: 20px;
}

#content .testimonial  .bottom-divider {
	margin-top: -10px;
}

#main  #content .socials {
	float: right;
	margin-right: -3px;
}

#sidebar {
	float:right;
	margin-right:36px;
	width:226px;
}

#sidebar .gallery {
	list-style: none;
	margin: -30px 0 0 0;
	padding: 36px 33px 52px 32px;
	background: #003063;
}

#sidebar .gallery li {
	margin-bottom: 13px;
}

.gallery a {
	padding: 1px;
	background: #fff;
	display: block;
	color: #06c;
}

.gallery a img {
	display: block;
	margin-bottom: 3px;
}

.gallery a span {
	text-align: center;
	display: block;
	color: #06c;
}

#footer {
	position: relative;
	width: 100%;
	margin-top: -182px;
	background: url(../images/bg-footer.gif) no-repeat 50% 20px;
	height: 182px;
}

#footer .footer-holder {
	color:#0066CC;
	font-size:0.8em;
	font-weight:900;
	width: 950px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	padding-top: 162px;
	line-height: 20px;
	z-index: 1000;
}

.footer-holder ul {
	color:#0066CC;
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	top: -10px;
	left: -90px;
}

.footer-holder ul li {
	border-left: 1px solid #333;
	padding: 0 8px;
	float: left;
	margin-left: -1px;
}

.footer-holder ul li a {
	color: #333;
}

.footer-holder ul li a:hover {
	color: #000;
}

.footer-holder .copy {
	float: left;
	position:absolute;
	left:65px;
	bottom:10px
}

.footer-holder .desing {
	position: absolute;
	left: 400px;
	bottom:10px
}

/*
 * jquery.ui.potato.menu
 * 
 * Copyright (c) 2009 makoto_kw (makoto.kw@gmail.com)
 * Dual licensed under the MIT and GPL licenses.
 * 
 * Version: 1.0
 */
#nav-wrapper {
	position:absolute;
	top:84px;
	left:0;
	width: 100%;
	z-index:10;
}

#nav-wrapper-container {
	margin:0 auto;
	width: 950px;
}

#navigation_menu {
	display: none;
	width: 950px;
}

ul.potato-menu {
	display: inline;
	float: right;
	margin: 0;
	padding: 0;
	font-weight: bold;
	list-style: none;
}

.potato-menu:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

ul.potato-menu li.potato-menu-item {
	position: relative;
	list-style: none;
	list-style-position: outside;
	display: inline;
	float: left;
	padding: 0 23px;
	background: url(../images/divider02.gif) no-repeat;
	text-transform: uppercase;
}

ul.potato-menu li:first-child, ul.potato-menu li.first-child, ul.potato-menu ul.potato-menu-group li {
	background: none;
}

ul.potato-menu li.potato-menu-item a {
	color: #ffffff;
	display: block;
	text-decoration: none;
	white-space: nowrap;
	outline: 0;
}

ul.potato-menu li.potato-menu-item a:hover {
	color: #65A2E7;
	text-decoration: none;
}

ul.potato-menu ul.potato-menu-group {
	font-size: 11px;
	font-weight: normal;
	/*background: #333333;*/
	background: #1c1c1c;
	margin: 0;
	padding: 0;
	-webkit-padding-start: 0;
	-webkit-padding-end: 0;
	position: absolute;
	display: none;
	z-index: 1000;
}

ul.potato-menu ul.potato-menu-group li {
	padding: 0;
}

ul.potato-menu ul.potato-menu-group a {
	padding: 3px 10px 3px 28px;
	text-align: left;
	text-transform: none;
	width:154px;
}

ul.potato-menu ul.potato-menu-vertical li.potato-menu-item {
	border-bottom: 1px solid #ffffff;
	/*width:96%;*/
}

ul.potato-menu ul.potato-menu-vertical li.last-item {
	border-bottom: none !important;
}

/** FORMS										**/
/**NEW FORM STYLES**/

.formFieldSet{
	border:1px solid #89a8ad;
	margin-top:0px;
	margin-bottom:5px;
	margin-left:5px;
	margin-right:5px;
	/*border-style: outset;*/
	padding-bottom:10px;

}

.formContent{
	clear:both;
	float:left;
	padding-left:0px;
	width:99%;
}

.formSeparator{
	font-family:verdana;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	background-color:#F0F0F0;
	padding:6px;
	color:#000000;
}

.formHeader{
	clear:both;
	font-family:verdana;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	color:#000000;
	padding:5px;
}

.formLine{
	clear:both;
	float:left;
	width:100%;
}

.formCaption{
	font-family:verdana;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	color:#333333;
	float:left;
	padding:5px;
	margin-top:3px;
	text-align:right;
	width:40%;
}

.formControl{
	font-family:verdana;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	color:#333333;
	float:left;
	padding:5px;
}

.formSpace{
	font-family:verdana;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	color:#333333;
	float:left;
	padding:5px;
	padding-left:15px;
}

.formControlText{
	font-family:arial;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	width:144px;color:#666666;
}

.formControlSelect{
	font-family:arial;
	#font-size:11px;
	font-style:normal;
	font-weight:normal;
	width:150px;color:#666666;
}

.formButtons{
	text-align:center;
	padding-top:15px;
	padding-bottom:15px;
	clear:both;
	float:left;
	width:99%;
}

.FormItems{
	font-family:verdana;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	padding:2px;
	color:#333333;
}

.formRemark{
	font-family:verdana;
	font-size:9px;
	font-style:normal;
	font-weight:normal;
	color:#999999;	
}
/**NEW FORM END**/

/**************** BLOG ****************/
.blog_list{
	border: 1px solid #828B96;
	overflow:hidden;
}
.blog_list div{
	float:left;
}
.blog_grid_list{
	width:150px;
	height: 131px;
	border: 1px solid #828B96;
	overflow: auto;
	
}
.block_left{
	float:left;
}
.tagName{
	width:150px;
}
.blog_list{
	width:500px;
}
#addCatContainer{
	margin-left: 15px;
}
.blog_postInfo{
	color: #888888;
	padding: 20px 0 0 0;
}
.blog_postDate{
	padding: 0 0 20px 0;
}
.blog_postDate{
	color: #888888;	
}
.blog_postIntro{
	
}
.blog_postContent{
	overflow:hidden;
}
.blog_postContainer{
	margin: 0 0 50px 0;
}
.blog_selectedCategory{
	font-size: 1.2em;
	font-weight:900;
	margin: 0 0 30px 0;
}
.blog_categoriesContainer{
	margin: 50px 0 0 0;
}
.blog_formContainer{
	width:600px;
}
.blog_formContainer input{
	width:40%;
}
.blog_formContainer textarea{
	width:98%;
	height:200px;
}
.blog_formContainer div{
	margin: 0 0 10px 0;
}
.blog_formContainer p{
	/*color: #888888;*/
	margin: 0 0 5px 0 !important;
}
.blog_commentContainer{
	overflow:hidden;
}
.blog_commentAuthorName{
	text-decoration: underline;
	font-weight:900;
}
.blog_commentSays{
	text-decoration:italic;	
}
.blog_commentDate{
	font-size: 0.8em;
	color: #888888;
}
.blog_commentText{
	margin: 5px 0 25px 0;
}
.blog_lattestCommentContainer p{
	margin: 0px;
}
.blog_lattestCommentContainer{
	margin: 10px 0 0 0;
	width: 200px;
	overflow:hidden;
}
.blog_smoz{
	color: #888888;
}
.blog_little{
	font-size: 0.8em;
}
.blog_notification{
	position:absolute;
	padding: 10px 30px 10px 30px;
	text-weight:900;
	text-align:center;
	font-size:1.6em;
	background-color:white;
	border:1px dotted black;
	display:none;
	z-index:500;
}
#captcha{
	width:150px;
}
#slide-open-fix{
	display:none;
	position:absolute;
	top:304px;
	cursor:pointer;
}
.altTable td{
	padding: 0 0 0 5px;
}
.altTable{
	width:100%;
	background-color: white;
	border:1px solid white;
}
.altRowHeader{
	color: white;
	font-weight: 900;
	background-color: #003063;
}
.altRowEven{
	background-color: #e5e5cc;
}
.yui-editor-container h3{
	color:#808080 !important;
	font-size:75% !important;
	margin:1em 0 0 !important;
	padding:0px !important;
	text-transform:none !important;
	font-family: Tahoma !important;;
}
.formItemCaption{
	width:250px;
}
.formAvatar{
	text-align: center;
}

.slideSwitcher{
	position:absolute;
	top:5px;
}
.slideSwitcher div{
	font-size:0px;
	width:15px;
	height:9px;
	cursor:pointer;
}
.slideSwitcher .up{
	background-image:url("../images/bg-open.png");
	margin: 0 5px 1px 0;
}
.slideSwitcher .down{
	background-image:url("../images/bg-hide.png");
	margin: 133px 5px 0 0;
}

#photoGalleryContainer {
	width: 580px;
}
#photoGalleryPhoto {
	text-align: center;
}
#photoGallerySlider {
	cursor: pointer;
}
#nextBtn, #prevBtn {
	width: 19px !important;
	height: 43px !important;
	background: url(../images/hv_arrows.png) 0 0 no-repeat;
	display: block;
    outline: none;
    position: absolute;
    text-indent: -9999px;
    top: 16px !important;
	cursor: pointer;
}
#nextBtn {
	background-position: -19px 0;
}
#nextBtn:hover {
	background-position: -19px -43px;
}
#prevBtn {
	background-position: 0 0;
}
#prevBtn:hover {
	background-position: 0 -43px;
}

.text-box .r {
	width: 202px;
	float: right;
	padding-top: 13px;
}
.text-box .l {
	overflow: hidden;
}

/* blue-block */

.blue-block {
	width: 287px;
	position: absolute;
	top: 516px;
	left: 651px;
	z-index: 10;
}
.blue-block > .bt {
	height: 14px;
	background: url(../images/bb-bt.png);
}
.blue-block > .c {
	background: url(../images/bb-c.png);
	padding: 0 20px;
}
.blue-block .nav {
	height: 15px;
	padding-top: 18px;
}
.blue-block .nav .array {
	width: 15px;
	height: 15px;
	background: url(../images/bb-arrow.png);
	float: left;
	cursor: pointer;
	margin-right: 10px;
}
.blue-block .nav .array.open {
	background: url(../images/bb-arrow-up.png);
}
.blue-block .nav ul {
	list-style-type: none;
	overflow: hidden;
	display: block;
	padding: 0;
	margin: 0;
}
.blue-block .nav ul li {
	background: url(../images/bb-sep.png) 0 0 no-repeat;
	display: block;
	float: left;
	padding: 0 18px;
}
.blue-block .nav ul li:first-child {
	background: none;
}
.blue-block .nav ul li a {
	font-size: 13px;
	font-weight: bold;
	color: #003063;
	text-decoration: none;
}
.blue-block .nav ul li.active a, .blue-block .nav ul li a:hover {
	color: #fff;
}
.blue-block .content {
	height: 0;
	overflow: hidden;
}
.blue-block .content .line {
	width: 100%;
	min-height: 20px;
	display: table;
	margin-top: 8px;
}
.blue-block .content .line:first-child {
	margin-top: 18px;
}
.blue-block .content .line .l {
	width: 100px;
	float: left;
	font-weight: bold;
	font-size: 13px;
	color:#fff;
}
.blue-block .content .line .r {
	overflow: hidden;
	color:#fff;
	font-size: 13px;
}
.blue-block .content .line .r p {
	margin: 0;
}
.blue-block .content .more {
	padding: 20px 0 20px 100px;
}
.blue-block .content .more a {
	font-size: 15px;
	color: #003063;
	font-weight: bold;
	text-decoration: none;
}
.blue-block .content .more a:hover {
	text-decoration: underline;
}
.blue-block .content .inner {
	display: none;
}

.outputAttribute {
	border: 1px solid #C00;
	padding: 10px;
	border-radius: 5px;
}

.pageNavigation {
	margin-top: 20px;
}

/* *** Search Page *** */

.search-results {
}
.search-results ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.search-results ul li {
	margin: 20px 0 0 0;
}
.search-results ul li:first-child {
	margin: 0;
}
.search-results ul li.empty {
	font-style: italic;
}
#content .search-results ul li h3 {
	color: #103A64;
	text-transform: none;
}
#content .search-results ul li h3 a {
	color: #103A64;
}
#content .search-results ul li p {
	margin: 0;
}
#content .search-results ul li p.more {
	margin-top: 8px;
}


.ProductAttributesSelect {
	width: 300px;
}

/* Super Table */

.content-table {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: white;
	border: 1px solid white;
	border-collapse: collapse;
	border-spacing: 0;
}
.content-table th,
.content-table td {
	padding: 0 0 0 5px;
}
.content-table tr:nth-child(2n-1) {
	background-color: #E5E5CC;
}
.content-table tr:first-child {
	color: #ffffff;
	font-weight: bold;
	background-color: #003063;
}
.content-table tr:first-child td {
	color: #ffffff;
}

.locker_text {
	font-size: 22px;
}


/* ******* GALLERY ******* */

.com-gallery-embeded {
    position: relative;
}

/* Overlay */

.com-gallery-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1004;
    opacity: 0;
    cursor: default;
}
.com-gallery-overlay > .bg {
    width: 100%;
    height: 100%;
    background-color: #1e1e1e;
    opacity: 0.9;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.com-gallery-overlay .window {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    font-size: 16px;
}
.com-gallery-overlay .window > .inner {
    position: relative;
    z-index: 2;
}
.com-gallery-overlay .window .top {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    line-height: 20px;
    color: #fff;
    white-space: nowrap;
}
.com-gallery-overlay .window .caption {
	position: absolute;
	bottom: -40px;
	left: 0;
	right: 0;
	line-height: 20px;
    color: #fff;
}
.com-gallery-overlay .window .album {
    margin: 0 25px 0 0;
    display: inline;
}
.com-gallery-overlay .window .counter {
    display: inline;
}
.com-gallery-overlay .window .close {
    height: 20px;
    position: absolute;
    top: -40px;
    right: 0;
    padding: 0 26px 0 0;
    background: url(../images/components/gallery-close.png) 100% 100% no-repeat;
    line-height: 20px;
    color: #e51937;
    cursor: pointer;
    white-space: nowrap;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.com-gallery-overlay .window .close:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.1s ease-in-out;
    -moz-transition: opacity 0.1s ease-in-out;
    -ms-transition: opacity 0.1s ease-in-out;
    -o-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
}

/* Viewer */

.com-gallery-viewer {
    background: #292829;
    border: 1px solid #666666;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.com-gallery-viewer > .inner {
    position: relative;
    overflow: hidden;
}
.com-gallery-viewer .item {
    width: 100%;
    height: 100%;
    background-color: #292829;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.com-gallery-viewer .item img {
    display: block;
    border: 0;
}

.com-gallery-viewer .item.video {
    background-color: #000;
    opacity: 1;
    overflow: hidden;
}
.com-gallery-viewer > .inner .bar {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.com-gallery-viewer > .inner:hover .bar {
    opacity: 1;
}
.com-gallery-viewer .loader {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5;
    opacity: 0;
}
.com-gallery-viewer .loader-icon {
    width: 16px;
    height: 11px;
    background: url(../images/components/loader.gif);
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -5px;
    z-index: 2;
}
.com-gallery-viewer .loader-bg {
    width: 100%;
    height: 100%;
    background: #292829;
    position: absolute;
    z-index: 1;
    opacity: 0.6;
}

/* List */

.com-gallery-list {
}
.com-gallery-list .item {
    width: 20%;
    float: left;
    overflow: hidden;
    padding: 0 4px 8px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.com-gallery-list .item .inner {
    display: block;
    position: relative;
    background: #fff;
    background: -webkit-linear-gradient(top, #fff, rgb(240,240,240));
    background:     -ms-linear-gradient(top, #fff, rgb(240,240,240));
    background:         linear-gradient(top, #fff, rgb(240,240,240));
    border: 1px solid #9e9e9e;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2) inset;
    text-decoration: none;
}
.com-gallery-list .item img {
    width: 100%;
    display: block;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.com-gallery-list .item .caption {
    text-align: center;
}
.com-gallery-list .item.loaded .inner {
    box-shadow: none;
    background: #fff;
}
.com-gallery-list .item.loaded img {
    opacity: 1;
}
.com-gallery-list .item.loaded img:hover {
    opacity: 0.5;
}

/* Arrows */

.com-gallery-viewer .arrows-next,
.com-gallery-viewer .arrows-prev {
    width: 50%;
    height: 100%;
    display: block;
    margin: 0;
    position: absolute;
    top: 0;
    opacity: 0.4;
    cursor: pointer;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.com-gallery-viewer .arrows-next {
    right: 0;
}
.com-gallery-viewer .arrows-prev {
    left: 0;
}
.com-gallery-viewer .arrows-next .icon,
.com-gallery-viewer .arrows-prev .icon {
    width: 27px;
    height: 50px;
    position: absolute;
    top: 50%;
    margin: -25px 0 0 0;
}
.com-gallery-viewer .arrows-next .icon {
    background: url(../images/components/gallery-arrow-next.png) 0 0 no-repeat;
    right: 10px;
}
.com-gallery-viewer .arrows-prev .icon {
    background: url(../images/components/gallery-arrow-prev.png) 0 0 no-repeat;
    left: 10px;
}
.com-gallery-viewer .arrows-next:hover,
.com-gallery-viewer .arrows-prev:hover {
    opacity: 1;
}

.ie8 .com-gallery-overlay,
.ie7 .com-gallery-overlay {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.ie8 .com-gallery-overlay > .bg,
.ie7 .com-gallery-overlay > .bg {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

.ie8 .com-gallery-viewer .item,
.ie7 .com-gallery-viewer .item {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.ie8 .com-gallery-viewer .item.video,
.ie7 .com-gallery-viewer .item.video {
    filter: none;
}

.ie8 .com-gallery-viewer > .inner .bar,
.ie7 .com-gallery-viewer > .inner .bar {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.ie8 .com-gallery-viewer > .inner:hover .bar,
.ie7 .com-gallery-viewer > .inner:hover .bar {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.ie8 .com-gallery-viewer .bar .bar-item,
.ie7 .com-gallery-viewer .bar .bar-item {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
}
.ie7 .com-gallery-viewer .bar .bar-item {
    display: inline;
    zoom: 1;
}
.ie8 .com-gallery-viewer .bar .bar-item:hover,
.ie7 .com-gallery-viewer .bar .bar-item:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.ie8 .com-gallery-viewer .loader,
.ie7 .com-gallery-viewer .loader {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.ie8 .com-gallery-viewer .loader-bg,
.ie7 .com-gallery-viewer .loader-bg {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}

/* ******* ADAPTIVE ******* */

@media only screen and (max-width : 640px) {

    /* Gallery */

    .com-gallery-overlay .window .top {
        position: static;
        left: auto;
        top: auto;
        right: auto;
        margin: 0 0 12px;
    }
    .com-gallery-overlay .window .close {
        width: 21px;
        padding: 0;
        top: 0;
        right: 0;
        font-size: 0;
    }

}
@media only screen and (max-width : 480px) {

    /* Gallery */

    .com-gallery-list .item {
        width: 50%;
    }

}
/* ******* GALLERY ******* */

.clear:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
