/* CSS Document */
/*--------------------------------------body---*/
body, input, label {
	color:#808080;
	font:normal 13px/15px Arial, Helvetica, sans-serif;
}
input, select {
	color:#939393;
	margin-top:0px;
	font-size:12px;
	line-height:normal;
	padding:4px 5px 4px 5px;
}
a {
	color:#0394cb;
	text-decoration:underline;
}
#box {
	float: left;
	width: 952px;
}
.ab11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	padding-left: 0px;
	margin: 0px;
}

#le {
	float: left;
	width: 100px;
}
.atxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 10px;
	padding-bottom: 10px;
}
#toplink {
	float: left;
	height: 36px;
	width: 950px;
	margin-top: 45px;
}
.awht {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.a11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0066FF;
	text-decoration: none;
}

.awht a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.a1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.a2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF0000;
	text-decoration: none;
	padding-left: 10px;
}

.a2 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF0000;
	text-decoration: none;
	padding-left: 10px;
}

.a2 a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	padding-left: 10px;
}

a:hover {text-decoration:none}

fieldset {padding:5px; margin:0 2px;}

fieldset td {padding:2px 0 2px 0;}

h3 { line-height:1.2em; color:#333;}
h2 { line-height:1.2em; color:#333;}
/*----------------------------------------------------------content---*/
/*===== ACCORDION =====*/	
	dl#accordion {
      list-style-type:none;
	  padding-left:40px;
	  padding-top:10px;
	      margin: 0;
	      width:480px;
	      min-height:450px;
	      height:auto !important;
	      height:450px;
		  overflow:hidden;
	    }
	    dl#accordion dt {
			width:100%;
	        margin:0;
			padding:0px;
			position:relative;
			display:block;
	    }
		dl#accordion .bg {padding: 0 13px 0 30px; overflow:hidden; width:450px; margin:2px 0 1px 0; color:#232529;}
		
		 dl#accordion dt em
			{
			color:#232529;
			display: block;
			font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
			font-size: 17px !important;
			font-weight: bold;
			position:absolute; left:-30px;
			font-style:normal;
			top:3px;
			}
		
	    dl#accordion dt span {
			background: url(sub-plus.gif) left 4px no-repeat ;
			padding:0;
			color:#232529; !important;
			font-size: 12px;
			font-weight: bold;
			text-transform:uppercase;
			line-height:25px;
			cursor:pointer;
			margin:0;
			display:block;
			height:1%;
	    }
	 
	 
	            dl#accordion dt.active span{
					z-index:1;
					background: url(sub-minus.gif) left 4px no-repeat ;
	            }
	        dl#accordion dd {
	            background:none; 
	            display:none;
	            margin:0;
				padding:0;
				overflow:hidden;
				
				
	        }
	            dl#accordion dd .indent {
	                background:none;
	                padding:10px 20px 0px 0px;
					min-height:60px;
	            }
				
			dl#accordion dd .indent i { font-style:normal; color:#232529; font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
			font-size: 17px !important; float:left; display:inline-block; 
			font-weight: bold;}	
			
			dl#accordion dd .indent p { background:#fff; padding:5px; float:left; display:inline-block; margin-left:30px; margin-top:-18px; *margin-top:0; color:#000;}
				

/************************TABS************************************/
.margin { margin-top:20px;}


.margin ul.tabs {
	margin: 0 0 0 10px;
	padding: 0;
	float: left;
	list-style: none !important;
	height: 43px; /*--Set height of tabs--*/
	width: 530px;
}
ul.tabs li {
	float: left;
	margin: 0;
	margin-right:0px;
	padding: 0;
	height: 43px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 43px; /*--Vertically aligns the text within the tab--*/
	border:none;
	border-bottom:0;
	margin-bottom:0px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	margin-right:2px;
	 border-radius: 4px;-moz-border-radius: 4px; -webkit-border-radius: 4px;
	 position: relative;
	background:#0791bb !important;
}
ul.tabs .last {margin-right:0px;}
ul.tabs li a {
	text-decoration: none;
	color: #fff;
	width:155px;
	text-align:center;
	display: inline-block;
	font-size:16px;
	text-transform:none;
	font-weight:normal;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	/*border: 1px solid #353033;  --Gives the bevel look with a 1px white border inside the list item--*/
	border:0;
	outline: none;
	 border-radius: 4px;-moz-border-radius: 4px; -webkit-border-radius: 4px;
	 position: relative;
}
ul.tabs li:hover {
	background:#086e9e !important; 
}
ul.tabs li a:hover , html ul.tabs li.active a  { color:#fff;}

html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background:#086e9e !important;
	 color:#fff !important;
	/*border: 1px solid #4c4749; --Makes the active tab look like it's connected with its content--*/
}
html ul.tabs li.active {
	border:none;
	border-bottom:0;}
	
.tab_container { width:530px;}	
.tab_content {
	width:520px;
	padding-right:10px;
	margin-top:0px;
	background:none;
	height:auto;
	border:none;
	border-top:0;
	position:relative;
	padding-bottom:20px;
}
.tab_content .pad-indent {padding:30px 0 0 10px;}
.box .pad1 { padding-top:20px;}
.box .extra-box { overflow:hidden;}
.box .img-indent { float:left; margin-right:15px;}
.box h2 , .row-2 h3 { font:bold 14px/16px "Trebuchet MS", Arial, Helvetica, sans-serif; letter-spacing:0px; color:#232529; text-transform:uppercase; padding-bottom:5px;}

#tab1 .box .col-1  { float:left; width:255px;}
#tab1 .box .col-2 { float:left; width:240px;}
#tab3 .box .col-1 { float:left; width:255px;}
#tab3 .box .col-2 { float:left; width:240px;}

#tab1  .button , #tab3  .button , #tab2 .button { padding:4px 0px 0 0px; height:24px; margin-top:1px; }
#tab1 .box .list { padding-bottom:20px;}
#tab1 .box .list a , #tab3 .box .list a { color:#333;}

#tab3 .box .list{ padding-top:20px;}
#tab1 .box .list li { line-height:18px;}

.row-2 { width:600px; padding-left:10px; padding-bottom:50px;}
.row-2 a { color:#333; display:inline-block; padding:0 0 5px 0;}
.row-2 .button { padding:4px 0px 0px 0px; height:24px; }


/*-----------------------------article_settings-*/
h6 {
	font:bold 12px Arial, Helvetica, sans-serif;
}
.article-decor {
	padding:0px 0px 12px 0px;
}
#contact_text {
	color:#949494;
	font:normal 13px/15px Arial, Helvetica, sans-serif;
	height:115px; 
	overflow:auto;
	margin:4px 0px 10px 0px;
	padding:4px 5px;
	width:95%;
}
.article_separator	{
	display:block;
	line-height:1px;
	padding:0px 0px 15px 0px;
	margin:15px 0px 0px 0px;
	height:1px;
	font-size:1px;
}
.column_separator	{
	padding:0px 0px 0px 12px !important;
}
.article_column {
	padding:0px 0px 0px 0px;
}
.contentpane {
	padding:0px 0px 10px 0px;
}
.contentpane img {
	display:block; float:right;
}
.contentpaneopen h3 {
	overflow:hidden;
}
.contentpaneopen h3 img {
	margin:0px 3px 0px 0px !important;
	float:left;
}
.contentpaneopen ul,
.article-indent ul {
	list-style:none;
	margin:0px 0px 0px 15px;
}
.contentpaneopen ul li,
.article-indent ul li {
	padding:0px 0px 6px 10px;
	background:url(listMarker.gif) no-repeat 0 8px;
}
.contentdescription img {
	margin:0px 20px 0px 0px;
}
.contentpaneopen img{
	margin:0px 15px 0px 0px;
}
/*---------------------------content-heading---*/

#poll .componentheading {margin:0px 0 10px 0; border:1px solid #ECECEC; padding:10px 0px 0px 19px; font:normal 22px/18px Arial, Helvetica, sans-serif; color:#333;   }
#poll .contentpane {border:none; margin:5px; padding:5px 10px;}


.contentpaneopen {margin:0px 0 10px 0; border:none; padding:0 4px; }
.contentpaneopen td {padding:5px 5px;}
.contentpaneopen td.contentheading, td.componentheading {padding:11px 0px 12px 19px; }
.contentheading,
.componentheading {
	color:#626161;
	
	font:bold 17px/18px Arial, Helvetica, sans-serif;
	text-transform:none;
	letter-spacing:0px;
}

div.componentheading {border:1px solid #ececec;background:#f7f7f7; padding:16px 0 0px 19px; height:33px; border-radius: 4px;
 -moz-border-radius: 4px;
 -webkit-border-radius: 4px;}

table.blog , #component-contact {border:none; border-bottom:none; padding:5px; margin:0 15px 0 15; }
table.blog td {padding: 5px 5px 3px 5px;}

.componentheading {
	margin:0px 0px 20px 0px;
	padding:11px 0 11px 20px;
}
.contentpane .componentheading {
	background:none;
}
.contentpaneopen p {
	padding:0px 0px 10px 0px;
}
td.buttonheading	{
	padding:10px 10px 0px 0px !important;
}
.buttonheading img	{
	padding:0;
	margin:0 0px;
}
span.contentheading {
	font-weight:normal;
	display:block;
	padding:15px 0px 15px 0px;
	margin:0px 0px 15px 0px;
}
/*-----------------------------item-info---*/

.iteminfo				{
	padding:0px 0px 6px 0px; 
	margin:0px 0px 15px 0px;
}
.modifydate				{
	border-top:1px dotted #2b2b2b;
	font-size:11px; 
	margin:10px 0 0 0;
	padding:10px 0px 10px 0px; 
	text-decoration:none !important; 
}
.createdby				{
	display:block;
	text-transform:none;
}
.createdate				{
	line-height:11px;
	font-size:11px;
	margin:0px 0px 5px 0px; 
	padding:0px 0px 10px 0px; 
	display:block;
	border-bottom:1px dotted #2b2b2b;
}
div.small				{ /* Written by */
	display:block;
	font-size:11px;
	font-weight:normal;
	margin:0px 0px 0px 0px; 
	padding:0px 0px 7px 0px;
	white-space:nowrap;
	line-height:11px;
}

/*-----------------------------------buttons---*/

	.button, 
	.validate,
	.modal-button,
	div.blank a	{
			background:url(button2.png) left top repeat-x;
			border:none !important;
			float:left;
			color:#093c5e;
			font:bold 12px/20px Arial, Helvetica, sans-serif;
			padding:0px 0px 0px 0px;
			margin:0px 11px 0px 0px;
			height:28px;
			width:84px;
			text-align:center;
			text-decoration:none;
			text-transform:none;
			display:block;
			cursor:pointer;
			vertical-align:middle;
	}
	
	a.button { height:23px; padding-top:5px; *margin-top:-15px;}
	
	.button:hover,
	.validate:hover,
	.modal-button:hover,
	.readmore a:hover,
	div.blank a:hover {
		background:url(button2-active.png) left top repeat-x;
		color:#fff;
	}
	
	.nobutton .button, .contentpane .nobutton .button {
		background:none;
		color:#666;
		border:none !important;
		font-size:12px;
		line-height:22px;
		width:auto;
		float:none;
		display:inline-block;
		padding:0px 0px 0px 0px;
		text-decoration:underline;
		text-transform:none;
	}
	.nobutton .button:hover {
		text-decoration:none;
	}
	
	
	
	
	.modal-button,
	.readmore a,
	div.blank a {
		float:left;
		padding:2px 5px 2px 5px;
		height:auto;
	}
	.modal-button {
		margin-right:10px;
	}
	#editor-xtd-buttons {
		padding:5px 0px 5px 0px;
		overflow:hidden;
		width:300px;
		float:left;
	}
	#editor-xtd-buttons .readmore {
		display:inline;
	}
	.blank {
		margin:5px 0px 0px 0px;
	}
	div.blank a {
		width:114px;
		background:#000;
	}

/*-----------------------------------read-more---*/

	div.readmore	{
		overflow:hidden;
		margin:0px 0px 0px 0px; 
		padding:0px 0px 0px 0px;
	}
	div a.readon {
		background:none;
		border:none;
		color:#f31404;
		display:inline-block;
		font:bold 12px/14px Arial, Helvetica, sans-serif;
		padding:0 0px 0 0px;
		width:auto;
		text-align:center;
	}

/*-----------------------------blog-more---*/

	.blog_more		{
		padding:0px 0px 10px 0px;
	}
	.blog_more h2	{
		font-size:12px;  
		padding:0px 0px 0px 0px;
	}
	.blog_more ul {
		margin:10px 0px 0px 15px;
	}
	.blog_more ul li {
		padding:0px 0px 0px 0px !important;
	}
	.blog_more a	{
		text-decoration:underline
	}
	.blog_more a:hover	{
		text-decoration:none;
	}

/*-----------------------------pagenav---*/

	.pagenav	{
		font-size:12px; 
		font-weight:normal
	}
	a.pagenav	{
		font-weight:normal;
		padding:0px 2px 0px 2px;
		margin:0px 2px 0px 0px;
		text-decoration:none
	}
	a.pagenav:hover	{
		text-decoration:underline
	}
	.pagination_nav	{
		font-size:12px; 
		padding:10px 20px 0px 27px;
	}
	.pagination_nav div	{
		padding:5px 0px 5px 0px; 
	}
	.pagination	{
		margin-top:10px
	}
	.pagination	li {
		padding:0;
	}	
	.pagination_result {
		padding:5px 0px 0px 0px;
		line-height:16px;
	}
	.pagination span {
		padding:0px 10px 0px 0px;
	}
	.pagination strong span {
		padding:0px 6px 0px 6px;
		font-weight:normal;
	}

/*--------------------------------------result---*/
	.searchArea {
		border:1px solid #ebebeb;
		padding:10px;
	}
	.sectiontableentry1 td, .sectiontableentry0 td, .sectiontableentry2 td 	{
		border-bottom:1px dotted #2b2b2b;
		padding-bottom:5px;
		padding-top:5px;
	}
	#search_searchword {
		font:normal 12px/14px Arial, Helvetica, sans-serif;
		padding:2px 0 2px 0;
	}
	.var1 {
		background:#f1f1f1;
		padding:5px !important;
		margin:10px 0px 5px 0px;
	}
	.var2 {
		background:#f7f7f7;
		padding:5px !important;
		margin:10px 0px 5px 0px;
	}
	.results {
		padding:0px 20px 0px 20px;
	}
	
	.results ol li {
		padding:0px 0px 10px 0px;
		text-align:justify;
	}
	.searchintro {
		padding:10px 0px 10px 20px;
	}
	.searchintro b,
	.searchintro strong {
		color:#f31404;
	}
	.sectiontableheader {
		padding:10px 0px 10px 4px;
		background:none;
		color:#6f6e6e !important;
		font-weight:bold;
		border:1px solid #ececec;
	}
	span.sectiontableheader {
		padding:2px 0px 2px 4px;}
	
	.sectiontableheader a {
		color:#000;
	}
	.sectiontableheader strong {
		color:#666;
	}

/*--------------------------------------archive---*/
	.archiveBlock .button {
		display:inline-block;
		margin:0px 0px 0px 5px;
	}
	ul#archive-list h4 a {
		font-size:12px;
		text-transform:none;
	}

/*--------------------------------------poll---*/
	dl.poll {
		padding:0px 0px 0px 0;
	}
	#poll h3 {
		font-size:120%;
		padding:0px 0px 10px 0px;
	}
	dl.poll dt {
		font-weight:bold;
		padding:7px 0px 0px 0px;
	}
	.poll .question {
		font:bold 13px/17px Arial, Helvetica, sans-serif;
		padding:0px 10px 0px 0px;
	}
	.poll-body label {
		font:normal 11px/18px Arial, Helvetica, sans-serif;
		color:#787878;
	}
	.poll .buttons {
		padding:8px 0px 6px 0px;
		overflow:hidden;
	}
	.poll .button {
		background:url(button2-active.png) left top no-repeat;
		border:none;
		color:#fff;
		font:bold 12px/20px Arial, Helvetica, sans-serif;
		padding:0px 0px 0px 0px;
		margin:0 2px 0 1px; 
		height:28px;
		width:84px;
		display:inline-block;
		vertical-align:top;
		
	}
	.poll .button:hover {
		background:url(button2.png) left top no-repeat;
		color:#093c5e;
	}
	.poll .section {
		overflow:hidden;
		padding:6px 0px 0px 0px;
		width:100%;
		color:#000;
	}
	.poll .section2	{
		overflow:hidden;
		padding:6px 0px 0px 0px;
		width:100%;
	}
	.poll .radio {
		float:left;
		width:20px;
	}
	.poll .radio input {
		display:block;
		width:16px;
		height:16px;
		vertical-align:middle;
	}
	.poll .var {
		margin:0px 0px 0px 20px;
		text-align:left;
	}
	.display {
		padding:0px 0px 10px 0px;
	}
	.display select	{
		border:1px solid #46462f;
		width:100px;
	}
	.td_1,
	.td_2 {
		width:5%;
		text-align:center;
	}
	.td_3 {
		width:90%;
		padding:0px 0px 0px 10px;
	}
	#itema,
	#itemb,
	#itemc {
		background:url(title-bg.gif) left top repeat-x;
		padding-bottom:5px;
		padding-top:5px;
		font-weight:bold;
		padding-left:4px;
		color:#000;
	}
	.pollstableborder .question {
		padding:5px 0px 0px 85px;
	}

/*--------------------------------------userforms---*/
	dl.contentpane dt {
		padding:10px 0px 20px 0px;
	}
	dl.contentpane dd {
		width:100%;
		overflow:hidden;
	}
	dl.contentpane div {
		vertical-align:middle;
	}
	dl.contentpane .description {
		width:110px;
		padding:0px 0px 0px 0px;
		vertical-align:middle;
	}
	dl.contentpane .input-field {
		width:160px;
		padding:0px 0px 0px 0px;
		vertical-align:bottom;
	}
	dl.contentpane .button-field {
		width:140px;
		padding:0px 0px 0px 0px;
		vertical-align:middle;
	}

/* ------------------------------------- search --- */
	.search {
		overflow:hidden;
		background:none;
		margin:0px 0 0 0px;
		padding:5px 0 0 5px;
	}
	.search .button {
		background:url(search-button.gif) left top repeat-x;
		font:normal 14px/20px Arial, Helvetica, sans-serif;
		border:none !important;
		text-transform:none;
		color:#fff;
		float:left;
		width:60px;
		height:30px;
		padding:0 0 2px 0;
		vertical-align:middle;
		margin:0px 0px 0 3px;
	}
	.search .button:hover { background:#0b5683;}
	
	.search .inputbox {
		background:url(search-input-bg.gif) left top no-repeat;
		text-transform:none;
		border:none;
		color:#c3c2c2;
		font:normal 12px/22px Arial, Helvetica, sans-serif;
		padding:4px 5px 4px 35px;
		margin:0px 0px 0px 0px;
		vertical-align:top;
		width:323px;
		height:22px;
		float:left;
	}

	/* ------------------------------------- search-result --- */
		.search_result {
			padding:0px 20px 0px 0px;
		}
		.search_result h3 {
			color:#808080;
			font-size:14px;
		}
		.highlight	{  /* highlight sought word */
			color:#f31404;
			font-weight:bold;
		}

/* ------------------------------------- admin-form --- */
	.adminform td {
		padding:0px 0px 2px 0px;
	}
	#register_stretcher .button {
		
		margin-top:10px!important;
		margin-left:35% !important;
		padding:9px 0px 23px 0px; !important;
	}
	#toggler1,
	#toggler2 {
		width:13px;
		height:13px;
		margin:3px 0 0 0;
	}
	*+html #toggler1,
	*+html #toggler2 {
		width:13px;
		height:13px;
		margin:0;
	}
	#login_stretcher input,
	#register_stretcher input {
		padding:1px 0 2px 0;
		line-height:normal;
	}
	#login_stretcher .button,
	#register_stretcher .button {
		padding:0px 10px 2px 10px;
		*padding:3px 4px 2px 4px;
	}

/* ------------------------------------- system-error-messages --- */
	.error {
		margin:0px 0px 10px 0px;
	}
		#system-message dt.error,
		dt.message {
			display: none;
		}
		.error dd ul {
			background:#573628;
			border-top:3px solid #670606;
			border-bottom:3px solid #670606;
			color:#fff;
			margin:0;
			padding:5px 0px 5px 5px;
		}
		.error dd ul li	{
			background:none !important;
			color:#fff !important; 
			margin:0px 0px 0px 20px !important;
		}

/* --------------------------------------------------------------------------------- boxes --- */
	.module,
	.module_text,
	.module_menu {
		margin:0;
		margin-bottom:10px;
		padding:0;
		width:100%;
		background:none;
		border:none;
		
	}
	.module .boxIndent,
	.module_text .boxIndent,
	.module_menu .boxIndent {
		background:none;
		padding:10px 5px 15px 10px;
		border:none;
		
	}
	.container .module .boxIndent {
		padding:0;
		background:none;
	}
	
		/* ------------------- title --- */
		.module h3,
		.module_text h3,
		.module_menu h3,
		.module-bestsellers h3,
		moduletable_LoginForm h3 {
			background:#f9f9f9;
			font:bold 14px/18px Arial, Helvetica, sans-serif;
			letter-spacing:0px;
			text-transform:none;
			color:#093c5e;
			border:1px solid #ececec;
			padding:10px 0 0px 19px;
			margin:0px 0 0px 0;
			height:28px;
			border-radius: 4px;
			 -moz-border-radius: 4px;
			 -webkit-border-radius: 4px;
		}
		
		
		
		
		
		.categoryName ,
		#vmMainPage h3 {
			background:#f7f7f7;
			font:bold 17px/18px Arial, Helvetica, sans-serif;
			letter-spacing:0px;
			text-transform:none;
			color:#626161;
			border:1px solid #ececec;
			padding:16px 0 0px 19px;
			margin:0px 0 10px 0;
			height:33px;
			border-radius: 4px;
			 -moz-border-radius: 4px;
			 -webkit-border-radius: 4px; position:relative;
		}
		.title {
			background:#f7f7f7;
			font:boldl 17px/18px Arial, Helvetica, sans-serif;
			letter-spacing:0px;
			text-transform:none;
			color:#626161;
			border:1px solid #ececec;
			padding:15px 0 0px 19px;
			margin:0px 0px 10px 0px;
			text-transform:none;
			height:33px;
			border-radius: 4px;
			 -moz-border-radius: 4px;
			 -webkit-border-radius: 4px; position:relative;
			
			}
		.categoryName img {
			vertical-align:middle;
		}
		.extra-divider td {
			border:none;
			padding:13px 0;
		}
		
		/*-------------------content----*/
		.module ul {
			list-style:none;
			margin:0px 0px 0px 0px;
		}
		.module ul li {
			font:normal 12px/19px Arial, Helvetica, sans-serif;
			margin:0 0 0 0;
			padding:0px 0px 0px 0px;
			vertical-align:top;
		}
		.module li a {
			background:none;
			padding:0px 0px 0px 0px;
			margin:0px 0px 0px 0px;
		}
		.module li a:hover {
			color:#CCC;
			text-decoration:underline;
		}
		.module a {
			color:#939698;
			text-decoration:underline;
		}
		.module a:hover {
			text-decoration:none !important;
		}
		.count	{ /* count users */
			text-decoration:underline;
		}
		
/* ---------------------- categories --- */
	.moduletable-categories { border:none; border-top:none; background: url(cat-bg.gif) left top repeat-x; height:45px; width:100%; position:absolute; top:146px; left:0; z-index:100; }
	.new { background:url(new.gif) left top no-repeat; width:37px; height:19px; position:absolute; bottom:29px; right:11px; z-index:100;}
	.cat-left { background:url(cat-left.gif) left top no-repeat; width:5px; height:5px; position:absolute; left:0; bottom:55px; z-index:100;}
    .cat-right { background:url(cat-right.gif) left top no-repeat; width:5px; height:5px; position:absolute; right:0; bottom:55px; z-index:100;}
	
 .downarrowclass {  display:none !important;  }
 .rightarrowclass { display:none !important;}
.ddsmoothmenu { background:none !important; padding:0px 0 0 0px;}

.moduletable-categories ul.level1 { list-style:none; margin:0; padding:0;}
.moduletable-categories ul.level1 li { background:none;  z-index:88 !important; font:normal 14px/14px Arial, Helvetica, sans-serif; float:left;  border:none; position:relative; }
.moduletable-categories ul.level1 li a  { text-decoration:none; margin-right:1px; padding:8px 15px 8px 9px; color:#fff; display:inline-block; background:url(cat-li.gif) left top repeat-x; border:none; }

.moduletable-categories ul.level1 li a.item1 { width:117px;}
.moduletable-categories ul.level1 li a.item1 span { display:block; background:url(down.gif) right 6px no-repeat; padding-right:7px;}
.moduletable-categories ul.level1 li a.item1:hover span , .moduletable-categories ul.level1 li.item1 a.selected span { background:url(down-active.gif) right 6px no-repeat;}
.moduletable-categories ul.level2 li a.item1 span { background:none; }
.moduletable-categories ul.level2 li a.item1 {border-radius:0; -moz-border-radius:0 ; -webkit-border-radius:0 ;}
.moduletable-categories ul.level2 li a.item1:hover span { background:none;}

.moduletable-categories ul.level1 li a.item2 { width:77px;}
.moduletable-categories ul.level1 li a.item3 { width:68px;}
.moduletable-categories ul.level1 li a.item4 { width:134px;}
.moduletable-categories ul.level1 li a.item5 { width:87px;}
.moduletable-categories ul.level1 li a.item6 { width:87px;}
.moduletable-categories ul.level1 li a.item7 { width:59px;}

.moduletable-categories ul.level1 li a.item8 { width:75px; margin-right:0; padding-right:70px;  }


.moduletable-categories ul.level1 li.item1 a.parent { padding-right:7px !important; margin-bottom:0px;}
.moduletable-categories ul.level1 li.item8 a.parent { padding-right:78px !important; width:67px; margin-right:0; }
.moduletable-categories ul.level1 li a.item8 span { display:block; background:url(down.gif) right 6px no-repeat; padding-right:3px;}
.moduletable-categories ul.level1 li a.item8:hover span  , .moduletable-categories ul.level1 li.item8 a.selected span { background:url(down-active.gif) right 6px no-repeat;}


.moduletable-categories ul.level1 li a:hover , .moduletable-categories ul.level1 li a.active , .moduletable-categories ul.level1 li a.selected  {background:url(cat-li-active.gif) left top repeat-x;}
 .moduletable-categories ul.level2 li a.selected { background:none;} 


.moduletable-categories ul.level2 li a.parent { padding-right:0px !important; margin-bottom:0px;}

.moduletable-categories ul.level2 { background:none; width:181px;  padding:0 0 0 0px; list-style-type:none; margin:0; visibility:hidden; position:absolute !important; left:0 !important; top:45px !important;}
.moduletable-categories ul.level2 li { background:none !important; border:none;   font-weight:normal; padding:0; margin:0; position:relative; float:left!important}
.moduletable-categories ul.level2 li a {border:none!important; text-decoration:none; font:normal 12px/28px Arial, Helvetica, sans-serif; padding:0px 0px 0px 10px !important;  color:#9e9d9d; display:block;  width:171px !important; margin:0 0 0 0px; background:url(cat-ul2-a.gif) left top no-repeat !important;}
.moduletable-categories ul.level2 li a span { background:url(right.gif) left center no-repeat !important; padding-left:10px; display:block;}
.moduletable-categories ul.level2 li a:hover span {background:url(right-active.gif) left center no-repeat !important;}
.moduletable-categories ul.level2 li a:hover, .moduletable-categories ul.level2 li a.active { text-decoration:none; color:#fff !important; background:url(cat-ul2-a-active.gif) left top no-repeat !important; }

/*.moduletable-categories ul.level3 { background:none;  padding:0 0 0 0px; list-style-type:none; margin:0; position:absolute;  }
.moduletable-categories ul.level3 li a { color:#898787;}
.moduletable-categories ul.level2 li a.selected { color:#FFF; font-weight:bold;}

*//* ######### CSS classes applied to down and right arrow images  ######### */


.ddshadow{ /*shadow for NON CSS3 capable browsers*/
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
display:none !important;
}

.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
}

/* ---------------------- bestsellers --- */
	.module-bestsellers .boxIndent {
		background:#f7f7ef;
		padding:18px 20px 65px 29px;
	}
	.module-bestsellers h3 {
		background:#eeecd9;
	}
	.module-bestsellers .sectiontableentry1 td,
	.module-bestsellers .sectiontableentry0 td,
	.module-bestsellers .sectiontableentry2 td {
		border:none;
		padding-bottom: 5px;
		padding-top: 5px;
	}
	.module-bestsellers a {
		color:#686153;
		font:normal 11px/15px Arial, Helvetica, sans-serif;
		text-transform:uppercase;
		text-decoration:none;
	}
	.module-bestsellers a:hover {
		text-decoration:underline;
	}
	.module-bestsellers strong {
		color:#686153;
		font:normal 11px/15px Arial, Helvetica, sans-serif;
		text-transform:uppercase;
	}

/* ---------------------- new, specials --- */

	.module-specials , .module-new { margin-top:0px;}
	
	
	.module-new h3 
	 {
		 background:url(title-bg.gif) left top repeat-x;
		border:none;
		font:normal 22px/22px Arial, Helvetica, sans-serif;
		letter-spacing:0;
		text-transform:none;
		color:#333;
		padding:12px 0 0px 17px;
		margin:0px 0 0px 0;
		height:37px;
	}
	
	.module-specials h3 {background:url(title-right.gif) right top no-repeat; color:#093c5e; height:41px; padding:0 220px 0 0; border:none; font:bold 14px/30px Arial, Helvetica, sans-serif;}
	.module-specials h3 span { display:block; background:url(title-left.gif) left top no-repeat; height:41px; padding-left:20px;}
	.module-specials h3 span span { display:block; background:url(title-bg1.gif) left top repeat-x; padding-left:0; height:36px; padding-top:5px;}
	
	.module-specials .boxIndent , .module-new .boxIndent 
	{	border:1px solid #f5f5f5;
		padding:19px 0px 0px 19px;
		overflow:hidden;
		margin-top:1px;
	}
	.module-specials .boxIndent  { border:none; padding:21px 1px 0px 0px;  position:relative; overflow:hidden; background:url(boxindent-bg.gif) left bottom repeat-x #fff; border:1px solid #ededed; border-radius:0 0 4px 4px;
 -moz-border-radius: 0 0 4px 4px;
 -webkit-border-radius: 0 0 4px 4px;
}
 	.module-specials .boxIndent table { position:relative; overflow:hidden; margin-left:-1px;}
	
	 .product-Old-Price
	 {
		display:inline-block;
	}
	.floatElement .product-Old-Price
	 {
		 color:#4c4c4c;
		display:inline-block;
		padding-left:5px;
		padding-right:5px;
		font-size:12px;
		float:none;
	}
	
	.module-new .product-Old-Price { display:none; color:#35b0fa; font-size:17px; padding-left:0px;margin:10px 30px 0 0; float:right;}
	
	.module-new a.product_name {
		color:#12b2ca;
		font:bold 12px/17px Arial, Helvetica, sans-serif;
		text-decoration:none;
		text-transform:none;
	}
	
	.module-specials a.product_name { color:#908f8f; font:normal 12px/17px Arial, Helvetica, sans-serif; padding-left:9px; padding-top:8px;
		text-decoration:none;
		text-transform:none;}
	.module-specials a.product_name:hover { text-decoration:none !important; color:#0394cb !important;}	
	
	.module-specials .productPrice
	{
		color:#f31404;
		font:bold 12px/1.2em Arial, Helvetica, sans-serif;
		white-space: nowrap;
		display:inline-block;
		padding:7px 0px 0 11px;
		margin-top:0px;
		text-transform:uppercase;
		

	}
	.module-new .productPrice ,.module_s1 .productPrice {
		color:#fbba21;
		font:bold 12px/1.2em Arial, Helvetica, sans-serif;
		white-space: nowrap;
		display:inline-block;
		padding:7px 0 0 37px;
		
		
		}
	.browsePriceContainer .productPrice {
		color:#0394cb;
		font:bold 20px/1.2em Arial, Helvetica, sans-serif;
		white-space: nowrap;
		display:inline-block;
		}
		
	.productTop .browsePriceContainer .productPrice {
		color:#0394cb;
		font:bold 14px/1.2em Arial, Helvetica, sans-serif;
		position:absolute;
		left:2px;
		bottom:17px;
		white-space: nowrap;
		display:inline-block;
		}
		
	 .productDetailsContainer { padding-top:10px;}	
/* ------------------------------------- module menu --- */
	
	/* ----------------- content ---- */
		.module_menu ul {
			list-style:none;
			margin:0px 0px 0px 0px;
		}
		.module_menu li {
			background:none;
			font:normal 12px/17px Arial, Helvetica, sans-serif;
			margin:0 0 0 0;
			padding:2px 0 4px 10px;
			list-style:none;
			width:100%;
			vertical-align:top;
		}
		.module_menu li a {
			background:url(list-marker.gif) no-repeat 0 5px;
			margin:0;
			padding:0 0 0 10px;
			text-decoration:none;
		}
		
		/* ------------------- hover, active --- */
			.module_menu li a:hover,
			.module_menu li.active a:hover,
			.module_menu li.active li a:hover	{
				text-decoration:underline;
			}
			.module_menu li.active ul {
				margin:1px 0px -1px 10px;
			}

/*------------------------userMenu---*/
	#userMenu {
		padding:1px 22px 0 0;
		text-align:right;
	}
		#userMenu ul {
			margin:0;
		}
		#userMenu ul li {
			display:inline;
			padding:0 0 0 19px;
			margin:0 0 0 0;
			font:normal 12px/14px Arial, Helvetica, sans-serif;
		}
			#userMenu ul li a {
				text-decoration:none;
				color:#9c9c9a;
			}
			#userMenu ul li a:hover {
				text-decoration:underline;
				color:#fff;
			}


/*----------------------------------------login-form---*/
.module_LoginForm  { margin:0px 0px 0px 0px; border:1px solid #ededed;  position:relative; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; background:#f9f9f9 url(login-bg.gif) left top repeat-x; }
.module_LoginForm  h3 { margin-top:0; font:bold 14px/1.2em Arial, Helvetica, sans-serif; text-transform:none; color:#093c5e; padding:12px 0 0 19px; background:none; letter-spacing:0px; border:none;}
.module_LoginForm  .boxIndent {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 46px;
	padding-left: 5px;
}


	#form-login-username {
		display:block;
		width:100%;
	}
	/*-----------------content----*/
		#form-login-remember {
			padding:4px 0px 0px 0px;
		}
		
		label.remember {
			color:#0394cb;
			font:normal 12px/12px Arial, Helvetica, sans-serif;
			text-transform:none;
			display:inline-block;
			text-decoration:none;
			cursor:pointer;
			
		}
		label.remember:hover { 	text-decoration:underline;}
		.form-login .rememberCheck {
			padding:0px 0 9px 0px;
			margin-left:0px;
			margin-top:-1px;
			display:block;
		}
		input.checkbox { /* checkbox */
			border:none;
			display:inline-block;
			margin:0px 4px 0px 0px;
			vertical-align:middle;
			width:14px;
			height:14px;
		}
		
		.username span  { display:block; padding:1px 0 8px 2px; *padding:1px 0 6px 2px; color:#908f8f;  }
		.password span { display:block; padding:6px 0 8px 2px; *padding:6px 0 6px 2px; color:#908f8f; }
		#mod_login_username,
		#mod_login_password {
			background:url(input-bg.gif) left top no-repeat;
			border:none;
			font:normal 12px/20px Arial, Helvetica, sans-serif;
			color:#b2b3b4;
			margin:0px 2px 2px 2px;
			padding:0px 5px 0px 8px;
			width:136px;
			height:22px;
			text-transform:none;
		}
		.username,
		.password {
			font:normal 12px/13px  Arial, Helvetica, sans-serif;
			color:#e1e0e0;
			text-transform:none;
			margin:0 0 0 0px;
		}
		.form-login .button	{ /* button */
			background:url(login-button.png) left top repeat-x;
			border:none !important;
			text-transform:none;
			color:#fff;
			font:bold 12px/12px Arial, Helvetica, sans-serif;
			padding:0px 0px 0px 0px;
			*padding:0px 0px 0px 0px;
			margin:0px 8px 0px 0px;
			text-align:center;
			vertical-align:middle;
			width:52px;
			height:24px;
			display:block;
		    position:relative;
		}
		.form-login .button:hover {
			background:url(login-button-active.png) left top repeat-x;
		}
		.log {
			color:#093c5e;
			font-family:Arial, Helvetica, sans-serif;
			font-size:14px;
			padding:6px 0 30px 0px;
		}
		
		.logout {
			background:url(button3-active.png) left top no-repeat;
			border:none !important;
			text-transform:none;
			color:#fff;
			font:bold 12px/20px Arial, Helvetica, sans-serif;
			padding:0px 0px 0px 0px;
			margin:8px 8px 0px 0px;
			text-align:center;
			width:127px;
			height:26px;
			display:block;
		    position:relative;
		}
		.logout:hover {
			background:url(button3.png) left top no-repeat;
			color:#093c5e;
		}
		
		#inputs {
			padding:7px 0px 0px 2px;
			overflow:hidden;
		}
		#inputs a {
			color:#fa7306;
			text-decoration:none;
			font:normal 11px/16px Arial, Helvetica, sans-serif;
			display:inline-block;
			margin:2px 0 0 0;
		}
		#inputs .reg { 
			color:#093c5e;
			font:bold 12px/19px Arial, Helvetica, sans-serif;
			text-decoration:none;
			text-transform:none;
			display:block;
			width:127px;
			height:23px;
			background:url(button3.png) left top no-repeat;
			text-align:center;
			padding:3px 0 0px 0px;
			margin-left:-1px;
			margin-top:1px;
			}
			#inputs .reg:hover { 
			text-decoration:none !important;
			color:#fff;
			background:url(button3-active.png) left top no-repeat;
			}
			
 		#inputs a:hover {
			text-decoration:none !important;
		}
		#form-login-remember span { 
			margin:5px 0 0px 0px;color:#fff;
			font:normal 12px/16px Arial, Helvetica, sans-serif;
			text-decoration:none;
			text-transform:none;
			display:block;
			padding:0px 0 0px 0px;}
		
		#form-login-remember {
			font:normal 11px/1.2em Arial, Helvetica, sans-serif;
			color:#fbba21;
			padding:4px 0 5px 0;
			margin:0px 0 0 -1px;
			display:block;
		}
		#form-login-remember a {
			color:#f31404;
			font:normal 12px/19px Arial, Helvetica, sans-serif;
			text-decoration:none;
			text-transform:none;
			display:inline-block;
			padding:0px 0 0px 0px;
		}
		#form-login-remember a:hover {
			text-decoration:underline !important;
		}
		#form-login-remember a.reg {
			display:inline-block;
			color:#7b7b7b;
			margin:0px 0 0 0;
			text-decoration:undeline;
		}
		#form-login-remember .reg:hover {
			text-decoration:none !important;
		}

/* ------------------------------------- topmenu --- */
	ul.menu-nav {
		list-style:none;
		float:none;
		overflow:hidden;
		padding:0px 0px 0 0px;
		margin:0 0px 0px 0px;
	}
		ul.menu-nav li {
			font:normal 12px/16px Arial, Helvetica, sans-serif;
			text-transform: none;
			background:none;
			float:left;
			margin:0 0px 0 0px;
			padding:0;
			
		}
			ul.menu-nav li a {
				color:#0585b9;
				display:inline-block;
				text-decoration:none;
				text-align:center;
				padding:0px 9px 0px 0px;
				cursor:pointer;
			}
			/* ------------------- hover, active --- */
			ul.menu-nav li a:hover ,ul.menu-nav li.active a 
			 {
				 color:#000;
			 text-decoration:none;
			}
/* --------------------------------------------------------- structure --- */
	#body {
		background:#e9e9e9; 
		width:100%;
	}
		
	.main {
		width:950px;
	}
	
/*.box-main { margin:0 auto; width:990px; background:#fff;}
		.box-main .tail-bot { background:url(bottom-tail.gif) left bottom repeat-x;}
			.box-main .tail-top { background:url(top-tail.gif) left top repeat-x;}
				.box-main .tail-right { background:url(right-tail.gif) right top repeat-y;}
					.box-main .tail-left { background:url(left-tail.gif) left top repeat-y;}
						.box-main .corner-top-right { background:url(corner-top-right.gif) right top no-repeat;}
							.box-main .corner-top-left { background:url(corner-top-left.gif) left top no-repeat;}
								.box-main .corner-bot-right { background: url(corner-bottom-right.gif) right bottom no-repeat;}
									.box-main .corner-bot-left { background: url(corner-bottom-left.gif) left bottom no-repeat; width:100%;}
*/
/* --------------------------------------------------------- header --- */
.header-top { background:url(header-bg.gif) left top repeat-x; width:100%;}
	.splash { background:url(header-splash.png) center bottom no-repeat; width:100%;}
	#header {
		 width:100%;
		 background:none;
		 height:196px;
		 position:relative;
		 z-index:5;
		 margin:0 0 0 0px;
		 padding:10px 0 0 0;
		
	}
	
		.mennu-bg { height:40px; position:relative;}
	
			#topmenu {
				background:none;
				height:36px;
				width:auto;
				margin:0 0 0px 0;
				padding:0px 0 0 0px;
				position:absolute;
				left:0px;
				top:19px;
			}
			
			
			#search {
				position:absolute;
				top:83px;
				left:240px;
				background:url(search-bg.png) left top repeat-x;
				border:1px solid #e4e4e4;
				width:436px;
				height:41px;
				padding:0;
				margin:0;
				z-index:1;
				border-radius: 3px;
 				-moz-border-radius: 3px;
				 -webkit-border-radius: 3px;
			}
			.currency {
			width:231px;
			height:28px;
			margin:0;
			padding:0;
			position:absolute;
			right:243px;
			top:19px;
			z-index:5;
			
		}
		#logo {
			position:absolute;
			left:0px;
			top:85px;
			font-size:0px;
			width:194px;
			height:39px;
			padding:0;
			margin:0;
			z-index:5;
			
		}
		
		.cart {
			position:absolute;
			top:13px;
			right:0px;
			width:230px;
			height:34px;
			border:none;
			background:url(cart-bg.png) left top no-repeat;
			letter-spacing:0;
			color:#acacac;
			font: normal 12px/18px Arial, Helvetica, sans-serif;
			text-transform:none;
			padding:0 0 0 0px;
			margin:0;
			overflow:hidden;
		}
		
		.module_cart { width:211px; height:66px; background:url(cart-bg.gif) left top repeat-x; margin-top:10px; padding:13px 0 0 19px; margin-bottom:0; color:#fff; font:normal 12px/18px Arial, Helvetica, sans-serif;}
		.module_cart h3 { font:bold 17px/17px Arial, Helvetica, sans-serif; background:url(cart-img1.png) left top no-repeat; color:#fff; padding:5px 0 10px 33px; }
		.module_cart .boxIndent { padding-top:0px; margin-top:-4px;}
		.module_cart .vmCartModule a { font:bold 22px/22px Arial, Helvetica, sans-serif; color:#fff; text-decoration:none; padding:0 8px 0 4px;}
		.module_cart .vmCartModule a:hover { text-decoration:underline;} 
		.module_cart .vmCartModule span { font-weight:bold;}
		.cart hr { display:none;}
		
		.box-slider { width:950px; height:512px; position:relative;}
		.box-slider1 { width:950px; height:350px; position:relative;}
		.moduletable_banners { position:absolute; right:-273px; top:1px; z-index:50;}
		
		
		.moduletable_banners1 { position:absolute; right:0px; top:1px; z-index:50;} 
		.moduletable_banners1 .bannergroup_banners1  { margin: 0px 0 0px 0px; overflow:hidden;}
		.moduletable_banners1 .banneritem_banners1 { margin:0px 0px 10px 0; }
		
		
		.moduletable_banners2 { overflow:hidden; margin-top:9px;}
		.moduletable_banners2 .box-banners1 { width:230px; height:128px; background:url(about.png) left top no-repeat; float:left; margin-right:10px; position:relative; }
		.moduletable_banners2 .box-banners2 { width:230px; height:128px; background:url(pro.png) left top no-repeat;	float:left; margin-right:10px; position:relative;}
		.moduletable_banners2 .box-banners3 { width:230px; height:128px; background:url(service.png) left top no-repeat; float:left; margin-right:10px; position:relative;}
		.moduletable_banners2 .box-banners4 { width:230px; height:128px; background:url(contact.png) left top no-repeat; float:left; position:relative;}
		.moduletable_banners2 a { display:block; background:url(more-button.gif) left top no-repeat; width:87px; height:29px; text-decoration:none; position:absolute; left:20px; bottom:20px;}
		.moduletable_banners2 a:hover { background:url(more-button-active.gif) left top no-repeat;}  
		
		
		 
		
/* ------------------------------------- multi --- */		
	.module_multi {  overflow:hidden; border:7px solid #ebebeb; margin-bottom:21px; background:#fff; margin-right:0px; padding:0 20px 0 20px; }
.module_multi .boxIndent { padding:0 0px 0 0px;  margin-right:-10px; *margin-right:-12px; }
.module_multi h3 { font:normal 22px/1.2em Arial, Helvetica, sans-serif;  padding:16px 0 4px 0px; color:#000; text-align:left; border-bottom:4px solid #efefef;  }


.x-tab-panel-bwrap { border:none !important; background:none !important;}
.x-tab-panel-body { background:none !important; border:none !important;}

.x-panel-body { background:none !important; border:none;}

.x-tab-panel-body-top { background:none !important; border:none !important;}
.x-panel { background:none !important; border:none !important;}
.x-panel-noborder { background:none !important; border:none !important;}
.new_all_in_one4d74eb32aa531 { background:none !important; border:none !important;}

.module_multi td {  background:none !important; border:none !important;  position:relative; width:180px; }
.x-panel { background:none !important; border:none !important; } 

.module_multi .featuredIndent { background:url(featuredIndent-bg.gif) left bottom repeat-x;
	border:none;
	text-align:left;
	overflow:hidden;
	position:relative;
	min-height:137px;
	padding:0px 0px 0px 0px;
	margin:0 12px -28px 0;
	*margin:0 12px -29px 0;
}
.module_multi  .border-product { overflow:hidden; border:none; margin-top:5px; border-right:nonre; padding:0px 0px 0px 0px;}

.module_multi .product_name {
		padding:19px 0px 0px 0px;
		margin:0 0px 0 0px;
		text-align:left;
		min-height:35px;
		border-bottom:none;
		background:none;
		}
.module_multi .product_name a { font:bold 12px/16px Arial, Helvetica, sans-serif; color:#12b2ca; padding:0 18px 0 18px;}
.module_multi .product_name a:hover { color:#fbb000; 
}
.module_multi .product-options { font:normal 12px/16px Arial, Helvetica, sans-serif; color:#686666;  padding:0px 0 0 2px; margin-top:0;}
.module_multi .product-options em { display:none;}
.module_multi  .productPrice {font:normal 18px/1.2em Arial, Helvetica, sans-serif; color:#fbb000;position:relative; padding-left:17px;}
.module_multi  .product-Old-Price { display:none; position:absolute; bottom:0; right:2px; font:normal 12px/17px Arial, Helvetica, sans-serif; color:#1ca4f3;}
.module_multi .box_product_price {
		padding:0px 0px 19px 0px;
		margin:0px;
		border:none;
		
	}
.module_multi .product_image_container img { width:105px; height:100px; z-index:5; position:relative; }
.module_multi .product_image_container  {  text-align:center; margin-top:50px; }
.module_multi .discount { font-size:17px; z-index:10; position:relative; top:-206px; left:53px; *left:43px; display:inline-block; font-weight:bold; background:url(discount-bg.png) left top no-repeat; width:57px; height:41px; padding:8px 0px 0px 0px;
*margin:0px 0px 0px 35px;
 color:#FFF;
 font-size:18px;
 font-weight:normal;
}
.module_multi .product_details_container { display:none;}

* + html .module_multi .discount { left:35px;}

.x-tab-panel-header  { display:none !important; visibility:hidden;}
#all_in_one4d760760eabfb { position:relative; overflow:hidden !important;}
	
	
		

/* ------------------------------------- content --- */
	#content {
		padding:15px 0px 19px 0;
		margin:0px 0 0 0 ;
		background:url(content-bg.gif) left top repeat-x #fff;
		overflow:hidden;
		position:relative;
		z-index:1;
	}
		#left {
			float:left;
			width:190px;
			margin:0 10px 0 0px;
		}
		.container {
			overflow:hidden;
			
		}
		#right {
			float:right;
			width:190px;
			margin:0 0px 0 10px;
			
		}
		
/* ------------------------------------- footer --- */
	#footer { 
	background:none;
	border-top:none;
	height:108px;
	margin:0px 0 0px 0px;
	position:relative;
	
	}
	
	#footer .space {
		padding:27px 0px 0px 0px;
		font:normal 12px/16px Arial, Helvetica, sans-serif;
		color:#585858;
		text-transform:none;
	}
	#footer a {
		color:#585858;
		text-decoration:underline;
	}
	#footer a:hover { text-decoration:none;}
	.footerText div { padding-top:1px;}
	#footer .footerText {
		color:#585858;
		padding:0 0 0 0;
	}
	#footer .footerText div { float:left;}
	
	#footer ul {
		padding:0px 0 2px 0px;
		margin:0;
		list-style:none;
		
		
	}
		#footer ul li {
			background:none;
			font:normal 12px/14px Arial, Helvetica, sans-serif;
			display:inline;
			padding:0px 25px 0 0px;
			text-transform:none;
			margin:0 0 0 0;
		}
			#footer ul li a {
				background:none;
				color:#908f8f;
				padding:0;
				text-decoration:none;
			}
			#footer ul li a:hover,
			#footer ul li.active a {
				color:#585858;
				text-decoration:none;
				
			}
			.PayPal { overflow:hidden; float:right; margin:20px 20px 0 0;}
			.PayPal a { display:block; float:left; margin-left:11px;   height:35px; }
			a.pay1 { background:url(img1.png) left top no-repeat;width:78px;}
			a.pay2 { background:url(img2.png) left top no-repeat; width:55px;}
			a.pay3 { background:url(img3.png) left top no-repeat;width:58px; }
			
	
/* ------------------------------------- Tooltips --- */
	.tool-tip {
		background:#ffc;
		border:1px solid #b4b58A;
		color:#000;
		max-width:200px;
		text-align:left;
	}
	.tool-title {
		background:#dda;
		border-bottom:1px solid #b4b58A;
		padding:5px 10px;
		font-weight:bold;
	}
	.tool-text {
		padding:5px 10px;
	}

/* ------------------------------------- VM --- */
	.wrapper {
		overflow:hidden;
		width:100%;
		
	}
	.wrapper2 {
		width:100%;
	}
	.clear {
		clear:both;
	}
	.float-left {
		float:left;
	}
	.float-right {
		float:right;
	}
	.contact_email input {
		margin-bottom:10px;
	}
	.contact_email #contact_email_copy {
		margin:0;
		float:left;
		width:15px;
	}

/* ------------------------------------- boxes --- */
	.module .banners { background:none;}
	.module .box,
	.module_menu .box,
	.module_text .box {background:#fff;}
	
	.module .box .tail-bottom,
	.module_menu .box .tail-bottom,
	.module_text .box .tail-bottom {background:url(box-corner-tail-bottom.gif) bottom repeat-x;}
	
	.module .box .tail-top,
	.module_menu .box .tail-top,
	.module_text .box .tail-top {background:url(box-corner-tail-top.gif) top repeat-x;}
	
	.module .box .tail-right,
	.module_menu .box .tail-right,
	.module_text .box .tail-right {background:url(box-corner-tail-right.gif) right repeat-y;}
	
	.module .box .tail-left,
	.module_menu .box .tail-left,
	.module_text .box .tail-left {background:url(box-corner-tail-left.gif) left repeat-y;}
	
	.module .box .corner-right-bottom,
	.module_menu .box .corner-right-bottom,
	.module_text .box .corner-right-bottom {background:url(box-corner-right-bottom.gif) right bottom no-repeat;}
	
	.module .box .corner-left-bottom,
	.module_menu .box .corner-left-bottom,
	.module_text .box .corner-left-bottom {background:url(box-corner-left-bottom.gif) left bottom no-repeat;}
	
	.module .box .corner-right-top,
	.module_menu .box .corner-right-top,
	.module_text .box .corner-right-top {background:url(box-corner-right-top.gif) right top no-repeat;}
	
	.module .box .corner-left-top,
	.module_menu .box .corner-left-top,
	.module_text .box .corner-left-top {background:url(box-corner-left-top.gif) left top no-repeat; width:100%;}


/* ------------------------------------- END boxes --- */
.paramlist_key {width:35% !important; padding-right:5px !important;}
.josForm #email {width: 147px; padding:6px 0 6px 5px;}
.validate {margin-bottom:1px;}
#josForm  { padding-bottom:20px;}
.content-indent {padding:15px 15px 20px 15px;  background:#fff; border:1px solid #ebebeb; border-radius: 4px;
 -moz-border-radius: 4px;
 -webkit-border-radius: 4px;  }
.cbButtons { margin-left:100px;}
.wrapper .indent { margin-bottom:15px; padding-left:15px;}

.productTop { width:30%;} 

.article-text-indent { margin-bottom:-40px;}

.adminlist td { vertical-align:middle; padding-right:5px;}


.vmRecent { padding-top:15px;}
/* ------------------------------------- Slider --- */
.list li { color:#7e7c7c;}
.list h4 { padding-bottom:5px; }
.list h4 a { color:#716d6d; text-transform:uppercase; font-size:16px; line-height:1.2em;}
.results h3 { text-transform:uppercase; color:#626161; border:1px solid #ebebeb; padding:10px 0 10px 10px; margin-bottom:5px; }


.relative {position:relative;}
.height {  font-size:0px; line-height:0px;}
#comment { padding-right:17px;}
.Form-indent { margin:10px 0 0 0;}
#login_stretcher { margin-top:5px;}
#login_stretcher a  { display:inline-block; margin-top:5px;}


#searchForm .button { margin-top:4px;}

#map_canvas {
	width:400px !important;
	height:210px !important;
	overflow:hidden;
	margin-left:20px;
}

.department { padding-left:20px;}
.department h3 { color:#626161; font:bold 14px/16px Arial, Helvetica, sans-serif; text-transform:none; margin-bottom:10px;}
.department .col-1 { float:left; width:220px; line-height:16px;}
.col-pad { padding-right:60px;}

.col-1 { float:left; width:200px;}
.col-3 { float:left; width:400px;}
.col-2 { float:left; width:245px;}

.line-height { display:block; line-height:13px; *line-height:1.6em; float:left; padding-left:3px;}

.moduletable_slider {  width:710px; position:relative; z-index:30; padding-left:0px; padding-top:1px; }
#slider { 
	position:relative;
	overflow:hidden;
	 width:710px;
	height:375px;
}
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
	display:none;
}
.nivo-nextNav {
	right:0px;
	display:none;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav { position:absolute; left:20px; bottom:20px;z-index:99; overflow:hidden;}
.nivo-controlNav li {   }
.nivo-controlNav a {
	text-indent:-5000px;
	z-index:99;
	float:left;
	color:#fff;
	font-weight:bold;
	width:10px; height:10px;
	background:url(nivo-controlNav-a.gif) left top no-repeat;
	text-align:center;
	text-decoration:none;
	margin-right:1px;
	font-size:12px;
	line-height:16px;
	padding-top:0px;
	cursor:pointer;
	display:block;
	
}
.nivo-controlNav a.active {
	background:url(nivo-controlNav-a-active.gif) left top no-repeat;
}
#wpcumuluswidgetcontent a:hover { color:#000 !important;}


/* // scroll*/

.module_scroll { width:950px; /*height:300px !important;*/ border:none; margin-top:20px; margin-bottom:10px; background:none;  padding:0; position:relative !important; overflow:hidden; }
.module_scroll h3 {  font:bold 14px/30px Arial, Helvetica, sans-serif; color:#e81c0d; height:41px; background:url(title-right.gif) right top no-repeat; padding-right:220px; letter-spacing:-1px;  }

.module_scroll h3 span { display:block;  background:url(title-left.gif) left top no-repeat; padding-left:20px;  height:41px;}
.module_scroll h3 span span {display:block;  background:#f1f1f1 url(title-bg1.gif) left top repeat-x;  height:36px; padding:5px 0 0 0;}

.module_scroll .boxIndent {
	border:1px solid #ededed;
	position:relative;
	border-radius:0 0 4px 4px;
 -moz-border-radius: 0 0 4px 4px;
 -webkit-border-radius: 0 0 4px 4px; 	background:url(boxindent-bg.gif) left bottom repeat-x #fff;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
} 
#xs_72 {  width:950px !important;  overflow:hidden; margin-left:0px; margin:0 0px 0 0px; position:relative; background:none; }
#xs_72 .pane .item { width:190px !important;}

.xs_vm_products .featuredIndent {  padding-top:0px;  margin:0; min-height:210px; background:url(divider.gif) right top repeat-y; position:relative; border:none; }
 .xs_vm_products .featuredIndent {margin:0 1px 0px 0px\0/;}
.xs_vm_products .border-product { margin:0; padding:0 0 0px 0; background:none;  position:relative; border:none;}
.xs_vm_products .product_image_container{ padding:0; background:none; border:none; margin:0 auto;}
.xs_vm_products .product_image_container img { border:none; margin:0; padding:0;   background:#fff; width:150px; height:120px; }


.xs_vm_products .product_name { padding:10px 10px 0 11px; min-height:37px; margin:0; border:none !important; background:none; }
.xs_vm_products a.product_name { padding:0 0 0 0px; font:normal 12px/17px Arial, Helvetica, sans-serif; text-transform:none; color:#908f8f; text-decoration:none; display:inline-block !important;}
.xs_vm_products a.product_name:hover {  text-decoration:none; color:#0394cb !important;}

.xs_vm_products .product-options { padding:0 0 0 7px; margin:0px 0 0 0px; overflow:hidden;}
.xs_vm_products .box_product_price { padding-left:0;}
.xs_vm_products .productPrice {  padding-top:6px; padding-left:3px; padding-bottom:1px;  text-align:left; font:bold 12px/17px Arial, Helvetica, sans-serif; color:#f31404; display:inline-block; float:left;}
.xs_vm_products .product-Old-Price { display:inline-block; color:#0394cb; font:normal 12px/17px Arial, Helvetica, sans-serif; float:right; padding-top:6px; padding-right:50px;}

.xs_vm_products .product_buttons { float:none; margin:0; padding:5px 0 0 11px;} 

.xs_vm_products .product_details_container { display:none;}
.scroller {
    /* required settings */
    position:relative;
    overflow:hidden;
    /* custom decorations */
    border:none;
    background:none;
}
#xs_1 .pane .item { float:left; position:relative; width:155px !important;}

.scroller .items {
    /* this cannot be too large */
    position:absolute;
    clear:both;
}

.item:hover{background: none;}
.padding {padding: 0px;}

.item h4{font-size: 15px; margin: 0px 0; color:#333}
.item h4 a{text-decoration: none;}

.xs_intro{font-size: 12px;}

/* single scrollable item */
.scroller img {
    background:none !important;
    padding:0px;
    border:none !important;
}
/*Image postion left*/
img.left{float: left; margin-right: 0px;}
/*Image postion right*/
img.right{float: right; margin-left: 0px;}

/* active item */
.scroller .active {
    border:none;
    position:relative;
    cursor:default;
}
/*Navigation Button common class*/
/*Basic Horizontal Style*/
.basic_h .items .pane {float:left;}
.basic_h .pane .item{float: left;}

/* this makes it possible to add next button beside scrollable */
.basic_h .scroller {float:left !important;}

/* right */
.basic_h a.next            { background-position: 0 -30px; clear:right; margin-right: 0px;}
.basic_h a.next:hover      { background-position:-30px -30px; }
.basic_h a.next:active     { background-position:-60px -30px; } 

/* left */
.basic_h a.prev            { margin-left: 0px; } 
.basic_h a.prev:hover      { background-position:-30px 0; }
.basic_h a.prev:active     { background-position:-60px 0; }

/*Basic Vertical Style*/
/* prev, next, prevPage and nextPage buttons */
.basic_v a.browse{margin: 5px auto;}
.basic_v .scroller{margin: 0 auto;}

/* up and down */
.basic_v a.next, .basic_v a.prev        { 
    background:url(../img/vert_large.png) no-repeat; 
    float: none;
}

/* up */
.basic_v a.prev:hover      { background-position:-30px 0; }
.basic_v a.prev:active     { background-position:-60px 0; }

/* down */
.basic_v a.next            { background-position: 0 -30px; }
.basic_v a.next:hover      { background-position:-30px -30px; }
.basic_v a.next:active     { background-position:-60px -30px; } 


/* disabled navigational button */
a.disabled                 {visibility:hidden !important;}     

.xs_1_scroll .basic_h { position:relative; overflow:hidden;}


.xs_72 a.prev { display:block; background:url(Prev.png) left top no-repeat !important ; width:30px; height:54px; position:absolute; right:29px; top:-34px; z-index:50;}
.xs_72 a.prev:hover {background:url(Prev-active.png) left top no-repeat !important ;}

.xs_72 a.next { display:block; background:url(Next.png) left top no-repeat !important; width:30px; height:54px; position:absolute; right:3px; top:-34px; z-index:50;}
.xs_72 a.next:hover {background:url(Next-active.png) left top no-repeat !important ; }
