/* 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:#032136;
	text-decoration:underline;
}
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:540px;
	      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:510px; margin:2px 0 1px 0; color:#626161;}
		
		 dl#accordion dt em
			{
			color:##626161;
			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(../images/sub-plus.gif) left 4px no-repeat ;
			padding:0;
			color:#626161; !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(../images/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:#626161; 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:#333 !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:#3c99de !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:#3c99de !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:20px; margin-top:1px; border-radius: 2px;-moz-border-radius: 2px; -webkit-border-radius: 2px; position:relative;}
#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:20px; border-radius: 2px;
 -moz-border-radius: 2px;
 -webkit-border-radius: 2px; position:relative;}


/*-----------------------------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 0px 0px;
	margin:0px 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(../images/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; padding:10px 0px 0px 19px; font:normal 18px/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.contentheading, td.componentheading {padding:11px 0px 12px 0px; }
.contentheading,
.componentheading {
	color:#282828;
	
	font:bold 14px/18px Arial, Helvetica, sans-serif;
	text-transform:none;
	letter-spacing:0px;
}

div.componentheading {border:none;background:none; padding:6px 0 0px 0px; text-transform:uppercase;}

table.blog , #component-contact {border:none; border-bottom:none; padding:5px; margin:0 0 -20px 0; }
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(../images/button2.png) left top no-repeat;
			border:none !important;
			float:left;
			color:#fff;
			font:bold 12px/12px Arial, Helvetica, sans-serif;
			padding:0px 0px 1px 0px;
			margin:0px 11px 0px 0px;
			height:24px;
			width:85px;
			text-align:center;
			text-decoration:none;
			text-transform:none;
			display:inline;
			cursor:pointer;
			vertical-align:middle;
	}
	
	a.button { height:18px; padding-top:6px; *margin:-15px 0 0 0;}
	
	
	.button:hover,
	.validate:hover,
	.modal-button:hover,
	.readmore a:hover,
	div.blank a:hover {
		background:url(../images/button2-active.png) left top no-repeat;
	}
	
	.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:#0575c9;
		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;
	}
	.searchArea #search_searchword {
		font:normal 12px/14px Arial, Helvetica, sans-serif;
		padding:2px 0 2px 0;
		margin-top:4px;
	}
	
	.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;
		list-style:upper-latin;
	}
	.searchintro {
		padding:10px 0px 10px 20px;
	}
	.searchintro b,
	.searchintro strong {
		color:#0575c9;
	}
	.sectiontableheader {
		padding:10px 0px 10px 4px;
		background:none;
		color:#6f6e6e !important;
		font-weight:bold;
		border:1px solid #ececec;
		margin-bottom:4px;
	}
	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:#202020;
	}
	.poll .buttons {
		padding:8px 0px 6px 0px;
		overflow:hidden;
	}
	.poll .button {
		border:none;
		color:#fff;
		font:bold 12px/20px Arial, Helvetica, sans-serif;
		padding:0px 0px 0px 0px;
		margin:0 4px 0 1px; 
		height:24px;
		width:85px;
		display:inline-block;
		vertical-align:top;
		
	}
	.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(../images/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;
	}
	.search .button {
		background:url(../images/button-active.png) left top no-repeat;
		font:bold 12px/20px Arial, Helvetica, sans-serif;
		border:none !important;
		text-transform:none;
		color:#fff;
		float:left;
		width:59px;
		height:28px;
		padding:0 0 1px 0;
		vertical-align:middle;
		margin:0px 0px 0 2px;
	}
	.search .button:hover { background:url(../images/button.png) left top no-repeat; color:#252525;}
	
	.search .inputbox {
		background:url(../images/search-input-bg.png) left top no-repeat;
		text-transform:none;
		border:none;
		color:#bebeba;
		font:normal 12px/20px Arial, Helvetica, sans-serif;
		padding:3px 5px 3px 25px;
		margin:0px 0px 0px 0px;
		vertical-align:top;
		width:157px;
		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:#6b7741;
			font-weight:bold;
		}

/* ------------------------------------- admin-form --- */
	.adminform td {
		padding:0px 0px 2px 0px;
	}
	#register_stretcher .button {
		
		margin:10px 0 0 225px !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 {
		border:1px solid #fff; margin-top:10px; background:#f9f9f9; padding:6px 3px 6px 4px; position:relative !important; overflow:hidden; 
		
	}
	.module .boxIndent,
	.module_text .boxIndent,
	.module_menu .boxIndent {
		background:none;
		padding:10px 10px 15px 10px;
		border:none;
		color:#202020;
		
	}
	.container .module .boxIndent {
		padding:0;
		background:none;
	}
	
		/* ------------------- title --- */
		.module h3,
		.module_text h3,
		.module_menu h3
		{
			color:#282828; font:bold 14px/18px Arial, Helvetica, sans-serif; text-transform:uppercase; height:46px; padding:0 0 0 20px; background:url(../images/title-left.png) left top no-repeat; margin:0px; 
		}
		
		.module h3 span,
		.module_text h3 span,
		.module_menu h3 span
		
		 {display:block; background:url(../images/title-right.png) right top no-repeat; height:46px; padding:0 27px 0 0;}
		
		.module h3 span span,
		.module_text h3 span span,
		.module_menu h3 span span
					 {display:block; background:url(../images/title-tail.png) left top repeat-x; height:32px; padding:14px 0px 0 0;}
		
		
		.categoryName ,
		#vmMainPage h3 {
			background:none;
			font:bold 14px/18px Arial, Helvetica, sans-serif;
			letter-spacing:0px;
			text-transform:uppercase;
			color:#282828;
			border:none;
			padding:5px 0 0px 0px;
			margin:0px 0 10px 0;
		}
		.title {
			background:none;
			font:bold 14px/18px Arial, Helvetica, sans-serif;
			letter-spacing:0px;
			text-transform:uppercase;
			color:#282828;
			border:none;
			padding:5px 0 0px 0px;
			margin:0px 0px 10px 0px;
			
			}
		.categoryName img {
			vertical-align:middle;
			display:none;
		}
		.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 {
			text-decoration:underline;
		}
		.module a {
			color:#202020;
			text-decoration:underline;
		}
		.module a:hover {
			text-decoration:none !important;
		}
		.count	{ /* count users */
			text-decoration:underline;
		}
		
/* ---------------------- categories --- */
.padtop { padding-top:8px; position:relative; top:0;} 
	.moduletable-categories { border:none; border-top:none; background: url(../images/cat-bg.gif) left top repeat-x; height:50px; width:100%; position:relative; z-index:99; border-radius: 3px;-moz-border-radius: 3px;
	-webkit-border-radius: 3px;}
	
.downarrowclass , .rightarrowclass { display:none !important;}
.ddsmoothmenu { background:none !important; padding:0px 0 0 0px;}

.moduletable-categories ul.level1 { list-style:none; margin:0; padding:0; position:relative;}
.moduletable-categories ul.level1 li { background:none;  z-index:98; font:bold 16px/20px Arial, Helvetica, sans-serif; float:left;  border:none;  }

.moduletable-categories ul.level1 li a  { text-decoration:none; margin:0px; padding:14px 18px 15px 18px; color:#fbfbfb; display:inline-block; background:none; border:none; border-left:1px solid #042840; border-right:1px solid #021521;}

.moduletable-categories ul.level1 li.parent { padding-left:2px;}
.moduletable-categories ul.level1 li a.parent { padding-right:18px !important; border-left:none;}

.moduletable-categories ul.level1 li a:hover , .moduletable-categories ul.level1 li a.active , .moduletable-categories ul.level1 li a.selected  {
	color:#BFDA1D;
	background:url(../images/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:url(../images/cat-ul2-bg.png) left top no-repeat;   width:943px; height:40px; padding-top:10px; padding-left:7px; padding-right:0px; position:absolute !important; left:1px !important; top:54px !important;  list-style-type:none; margin:0; visibility:hidden; border:none; }
 
.moduletable-categories ul.level2 li { background:none !important; border:none;  font-weight:normal;  margin:0; position:relative; float:left!important; text-align:center;}
.moduletable-categories ul.level2 li a {border:1px solid #dadada; border-left:none;  text-decoration:none; font:bold 12px/29px Arial, Helvetica, sans-serif; padding:0px 19px 0px 19px !important; margin:0; color:#021e32; display:block;  width:auto !important; margin:0 0 0 0px; background:url(../images/cat-ul2-li-a-bg.gif) left top repeat-x #F00 !important;}
.moduletable-categories ul.level2 li:first-child a {border-left:1px solid #dadada;}

.moduletable-categories ul.level2 li a:hover, .moduletable-categories ul.level2 li a.active { text-decoration:none; background:url(../images/cat-ul2-li-a-bg-active.gif) left top repeat-x #F00 !important; color:#fff !important; 
border-top:none; border-bottom:none; padding:1px 19px 1px 19px !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  { margin-top:10px; width:700px; min-height:295px !important; border:1px solid #fff; background:#f9f9f9; padding:6px 6px 5px 4px; position:relative !important; overflow:hidden; margin-left:1px; }
	
	.module-specials h3 { color:#282828; font:bold 14px/18px Arial, Helvetica, sans-serif; text-transform:uppercase; height:46px; padding:0 0 0 20px; background:url(../images/title-left.png) left top no-repeat; margin:0px; }
	.module-specials h3 span { display:block; background:url(../images/title-right.png) right top no-repeat; height:46px; padding:0 27px 0 0;}
	.module-specials h3 span span { display:block; background:url(../images/title-tail.png) left top repeat-x; height:32px; padding:14px 0px 0 0;}

	.module-specials .boxIndent  { padding:2px 0 0 0px; margin:0px; position:relative;}
	
	 .product-Old-Price
	 {
		display:none;
		float:right;
	}
	.floatElement .product-Old-Price
	 {
		 color:#0575c9;
		display:inline-block;
		padding-left:5px;
		padding-right:5px;
		font-size:12px;
		font-weight:bold;
		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:#888888;
		font:normal 12px/17px Arial, Helvetica, sans-serif;
		text-decoration:none;
		text-transform:none;
	}
	
	.module-specials a.product_name { color:#0575c9; font:normal 12px/17px Arial, Helvetica, sans-serif; 
		text-decoration:none;
		text-transform:none;}
	.module-specials a.product_name:hover { text-decoration:none !important; color:#feea08; }	
	
	.module-specials .productPrice
	{
		color:#032136;
		font:normal 18px/18px Arial, Helvetica, sans-serif;
		white-space: nowrap;
		display:inline-block;
		padding:6px 0px 0 0px;
		margin-top:0px;
		text-transform:uppercase;
		float:left;
		

	}
	.module-new .productPrice  {
		color:#707e44;
		font:normal 18px/1.2em Arial, Helvetica, sans-serif;
		white-space: nowrap;
		display:inline-block;
		padding:7px 30px 0 0px;
		
		
		}
	.browsePriceContainer .productPrice {
		color:#0575c9;
		font:normal 18px/1.2em Arial, Helvetica, sans-serif;
		white-space: nowrap;
		display:inline-block;
		}
		
	.productTop .browsePriceContainer .productPrice {
		color:#0575c9;
		font:normal 18px/1.2em Arial, Helvetica, sans-serif;
		position:absolute;
		left:0px;
		bottom:30px;
		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(../images/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---*/
.Form-panel { position:relative;}
.slideUp {position:absolute; top:64px; right:0px;}
.Form-login {  width:212px; min-height:227px; }
.login-panel { width:37px; height:134px; background:url(../images/login-panel.gif) left top no-repeat; position:absolute; right:-33px; top:0px; cursor:pointer; z-index:10;}
.followus {
	width:37px;
	height:134px;
	position:absolute;
	right:-33px;
	top:0px;
	cursor:pointer;
	z-index:10;
	background-image: url(../images/followus.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.module_LoginForm  { margin:0px 0px 0px 0px; border:none; background: url(../images/form-bg.gif) left top repeat-x #0472c6; overflow:hidden; border-radius:0 4px 4px 0; -moz-border-radius:0 4px 4px 0;-webkit-border-radius: 0 4px 4px 0; position:relative; }
.module_LoginForm  h3 { margin-top:0; font:bold 16px/1.2em Arial, Helvetica, sans-serif; text-transform:none; color:#fff; padding:10px 0 0 19px; background:none; letter-spacing:0px; border:none;}
.module_LoginForm  .boxIndent { padding:9px 10px 10px 8px; }

		#form-login-username {
		display:block;
		width:100%;
	}
	/*-----------------content----*/
		#form-login-remember {
			padding:4px 0px 0px 0px;
		}
		
		label.remember {
			color:#22e2f9;
			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:#fff;  }
		.password span { display:block; padding:6px 0 8px 2px; *padding:6px 0 6px 2px; color:#fff; }
		#mod_login_username,
		#mod_login_password {
			background:url(../images/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:179px;
			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(../images/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 2px 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(../images/login-button-active.png) left top repeat-x;
			color:#223a4c;
		}
		.log {
			color:#fff;
			font-family:Arial, Helvetica, sans-serif;
			font-size:14px;
			padding:26px 0 74px 36px;
		}
		
		.logout {
			background:url(../images/button4.png) left top no-repeat;
			border:none !important;
			text-transform:none;
			color:#fff;
			font:bold 12px/20px Arial, Helvetica, sans-serif;
			padding:0px 0px 2px 0px;
			margin:8px 8px 0px 0px;
			text-align:center;
			width:125px;
			height:24px;
			display:block;
		    position:relative;
		}
		.logout:hover {
			background:url(../images/button4-active.png) left top no-repeat;
			color:#223a4c;
		}
		
		#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:#fff;
			font:bold 12px/19px Arial, Helvetica, sans-serif;
			text-decoration:none;
			text-transform:none;
			display:block;
			width:124px;
			height:22px;
			background:url(../images/button4.png) left top no-repeat;
			text-align:center;
			padding:2px 1px 0px 0px;
			margin-left:0px;
			}
			#inputs .reg:hover { 
			text-decoration:none !important;
			background:url(../images/button4-active.png) left top no-repeat;
			color:#223a4c;
			}
			
 		#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:#fff;
			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 13px/20px Arial, Helvetica, sans-serif;
			text-transform: none;
			background:none;
			float:left;
			margin:0 0px 0 0px;
			padding:0 0 0 4px;
			
		}
		
		ul.menu-nav li:first-child { background:none; padding-left:0;}
			ul.menu-nav li a {
				color:#fefefe;
				background:#042439;
				display:inline-block;
				text-decoration:none;
				text-align:center;
				padding:0px 4px 0px 4px;
				cursor:pointer;
				border-radius: 3px;
				 -moz-border-radius: 3px;
				 -webkit-border-radius: 3px;
				 position:relative;
			}
			/* ------------------- hover, active --- */
			ul.menu-nav li a:hover ,ul.menu-nav li.active a 
			 {
	color:#FFF;
	text-decoration:none;
	background-color: #1BAEF4;
			}
/* --------------------------------------------------------- structure --- */
	#body {
		background:url(../images/body-bg.jpg) center top no-repeat #0a1b27; 
		width:100%;
	}
		
	.main {
		width:971px;
		padding-bottom:37px;
	}
		.box-main { background:#fff; position:relative; overflow:hidden; z-index:25; }
		.box-main .tail-bot { background:url(../images/bottom-tail.gif) left bottom repeat-x;}
			.box-main .tail-top { background:url(../images/top-tail.gif) left top repeat-x;}
				.box-main .tail-right { background:url(../images/right-tail.gif) right top repeat-y;}
					.box-main .tail-left { background:url(../images/left-tail.gif) left top repeat-y;}
						.box-main .corner-top-right { background:url(../images/corner-top-right.gif) right top no-repeat;}
							.box-main .corner-top-left { background:url(../images/corner-top-left.gif) left top no-repeat;}
								.box-main .corner-bot-right { background: url(../images/corner-bottom-right.gif) right bottom no-repeat;}
									.box-main .corner-bot-left { background: url(../images/corner-bottom-left.gif) left bottom no-repeat; width:100%;}
/* --------------------------------------------------------- header --- */
	#header {
		
		 height:153px;
		 position:relative;
		 z-index:5;
		 margin:0 0 -37px 0px;
		 padding:0px 0 0 0;
		
	}
	
	.header-box { background:url(../images/header-box.png) left top no-repeat; width:402px; height:70px; position:absolute; top:30px; right:2px;}
	
		.menu-bg {  height:32px; padding:0 7px 0 7px; width:390px; overflow:hidden; background:url(../images/menu-bg.gif) left top repeat-x; position:absolute; top:110px; right:0; border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px;}
	
			#topmenu {
				background:none;
				height:36px;
				width:auto;
				margin:0 0 0px 0;
				padding:0px 0 0 0px;
				position:absolute;
				right:0px;
				top:6px;
			}
			
			
			#search {
				position:absolute;
				top:37px;
				left:6px;
				background:none;
				border:none;
				width:248px;
				height:28px;
				padding:0;
				margin:0;
				overflow:hidden;
				z-index:1;
			}
			.currency {
			width:251px;
			height:19px;
			margin:0;
			padding:0;
			position:absolute;
			left:8px;
			top:6px;
			z-index:5;
			
		}
		#logo {
			position:absolute;
			left:0px;
			top:15px;
			font-size:0px;
			width:196px;
			height:117px;
			padding:0;
			margin:0;
			z-index:5;
			
		}
		
		.cart {
			position:absolute;
			top:6px;
			right:5px;
			width:137px;
			height:59px;
			border:none;
			background:url(../images/cart-bg.png) left top no-repeat;
			letter-spacing:0;
			color:#95a451;
			font: normal 12px/18px Arial, Helvetica, sans-serif;
			text-transform:none;
			padding:0 0 0 0px;
			margin:0;
			overflow:hidden;
		}
		
		.cart hr { display:none;}

	
	

.box-slider {  width:950px; height:370px; position:relative;}
		.moduletable_banners { position:absolute; left:199px; top:30px; z-index:50; }
		.banneritem_banners { margin-bottom:2px;}
		
/* ------------------------------------- content --- */
	#content {
		padding:10px;
		margin:0px 0 0 0 ;
		background:none;
		overflow:hidden;
		position:relative;
		z-index:1;
	}
		#left {
			float:left;
			width:230px;
			margin:0 10px 0 0px;
		}
		.container {
			overflow:hidden;
			
		}
		#right {
			float:right;
			width:233px;
			margin:0 0px 0 8px;
			padding:0;
		}
		
/* ------------------------------------- footer --- */
	#footer { 
	background:none;
	width:100%;
	border-top:none;
	height:67px;
	margin:0px 0 0px 0px;
	position:relative;
	
	}
	
	#footer .space {
		padding:17px 0px 0px 1px;
		font:normal 12px/16px Arial, Helvetica, sans-serif;
		color:#8d8d8d;
		text-transform:none;
		margin-left:1px;
	}
	#footer a {
	color:#0A1B27;
	text-decoration:none;
	font-size: 13px;
	margin-right: 10px;
	}
	#footer a:hover {
	text-decoration:underline;
	color: #9C0;
}
	.footerText div { padding-top:1px;}
	#footer .footerText {
		color:#8d8d8d;
		padding:0 0 0 0;
	}
	#footer .footerText div { float:left;}
	
	#footer ul {
		padding:0px 0 6px 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:#202020;
				padding:0;
				text-decoration:none;
			}
			#footer ul li a:hover,
			#footer ul li.active a {
				
				color:#8d8d8d;
				
			}
			.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(../images/img1.png) left top no-repeat;width:78px;}
			a.pay2 { background:url(../images/img2.png) left top no-repeat; width:55px;}
			a.pay3 { background:url(../images/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(../images/box-corner-tail-bottom.gif) bottom repeat-x;}
	
	.module .box .tail-top,
	.module_menu .box .tail-top,
	.module_text .box .tail-top {background:url(../images/box-corner-tail-top.gif) top repeat-x;}
	
	.module .box .tail-right,
	.module_menu .box .tail-right,
	.module_text .box .tail-right {background:url(../images/box-corner-tail-right.gif) right repeat-y;}
	
	.module .box .tail-left,
	.module_menu .box .tail-left,
	.module_text .box .tail-left {background:url(../images/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(../images/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(../images/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(../images/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(../images/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:1px 0 1px 5px;}
.validate {margin-bottom:1px;}
#josForm  { padding-bottom:20px;}
.content-indent {padding:15px 15px 20px 15px;  margin-top:2px; margin-bottom:0px; background:#fff; border-radius: 3px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px; border:1px solid #ebebeb;  }
.cbButtons { margin-left:100px;}
.wrapper .indent { margin-bottom:15px; padding-left:15px;}

.productTop { width:30%;} 
.but-post { margin-left:240px; *margin-left:140px;}
/* ------------------------------------- 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;}
.adminlist td { vertical-align:middle; padding-right:5px;}
#searchForm .button { margin-top:4px;}

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

.department { padding-left:0px;}
.department h3 { color:#282828; font:bold 12px/16px Arial, Helvetica, sans-serif; text-transform:uppercase; 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:951px; position:relative; z-index:30; }
#slider { 
	position:relative;
	overflow:hidden;
	 width:951px;
	height:356px;
}
.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;
	right:81px;
	top:73px;
	font:normal 12px/17px Arial, Helvetica, sans-serif;
	color:#383838;
	height:206px;
	width:361px;
	z-index:99;
	overflow:hidden;
	
}
.nivo-caption div{ position:relative; right:0; width:361px; height:206px; z-index:99; padding:0;}
.nivo-caption .title1 { background:url(../images/title1.png) left top no-repeat; width:361px; height:206px; display:block;}
.nivo-caption .title2 { background:url(../images/title2.png) left top no-repeat; width:361px; height:206px; display:block;}
.nivo-caption .title3 { background:url(../images/title3.png) left top no-repeat; width:361px; height:206px; display:block;}
.nivo-caption .title4 { background:url(../images/title4.png) left top no-repeat; width:361px; height:206px; display:block;}
.nivo-caption .title5 { background:url(../images/title5.png) left top no-repeat; width:361px; height:206px; display:block;}

.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; right:11px; bottom:12px;z-index:99;}
.nivo-controlNav li {   }
.nivo-controlNav a {
	width:10px;
	height:10px;
	text-indent:-50000px;
	z-index:99;
	float:left;
	position:relative;
	color:#95a451;
	font-weight:bold;
	background:url(../images/nivo-controlNav-a.png) left top  no-repeat;
	text-align:center;
	text-decoration:none;
	margin-left:4px;
	font-size:16px;
	line-height:16px;
	padding-top:0px;
	cursor:pointer;
	display:block;
	
}
.nivo-controlNav a.active {
	background:url(../images/nivo-controlNav-a-active.png) left top  no-repeat;
	color:#4c542e;
}
#wpcumuluswidgetcontent a:hover { color:#000 !important;}


/* ------------------------------------- multi --- */
.module_multi { border:1px solid #fff; margin-top:3px; background:#f9f9f9; padding:6px 3px 6px 4px; position:relative !important; overflow:hidden; margin-left:1px; }
.module_multi h3 { color:#282828; font:bold 14px/18px Arial, Helvetica, sans-serif; text-transform:uppercase; height:46px; padding:0 0 0 20px; background:url(../images/title-left.png) left top no-repeat; margin:0px; }
.module_multi h3 span { display:block; background:url(../images/title-right.png) right top no-repeat; height:46px; padding:0 27px 0 0;}
.module_multi h3 span span { display:block; background:url(../images/title-tail.png) left top repeat-x; height:32px; padding:14px 0px 0 0;}
.module_multi .boxIndent { padding:2px 3px 0 3px; margin:0px 0 -4px 0; position:relative;} 

.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:230px; }
.x-panel { background:none !important; border:none !important; } 

.module_multi .featuredIndent {
	background:#fff;
	border:1px solid #f0f0f0;
	text-align:left;
	overflow:hidden;
	position:relative;
	min-height:40px;
	padding:3px;
	margin:0 0px 5px 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor:pointer;
}
.module_multi .featuredIndent:hover {
	border:1px solid #087cce;
}
.module_multi .featuredIndent:hover .product_name a { color:#FFF;}
.module_multi .featuredIndent:hover .productPrice { color:#fff;}


.module_multi  .color { overflow:hidden; border:none; padding:7px 0px 8px 0px; width:69px; background:#fff; float:left; position:relative; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;}

.module_multi .product_name {
		padding:16px 0px 0px 1px;
		margin:0 0px 0 0px;
		text-align:left;
		min-height:35px;
		border-bottom:none;
		background:none;
		}
.module_multi .product_name a { font:normal 12px/16px Arial, Helvetica, sans-serif; color:#0575c9; padding:0 0px 0 0px;}
.module_multi .product_name a:hover { color:#fff; 
}
.module_multi .product-options { font:normal 12px/16px Arial, Helvetica, sans-serif; color:#686666;  padding:0px 0 0 2px; margin-top:0; float:left; width:130px;}
.module_multi .product-options em { display:none;}
.module_multi  .productPrice {font:bold 12px/17px Arial, Helvetica, sans-serif; color:#011d30;position:relative; padding-left:1px;}
.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 0px 0px;
		margin:-1px 0 0 0;
		border:none;
		
	}
.module_multi .product_image_container img { width:60px; height:72px; z-index:5; position:relative; }
.module_multi .product_image_container  {  text-align:center;margin:0; padding:0; }
.module_multi .discount { font-size:17px; z-index:10; position:relative; top:-206px; left:53px; *left:43px; display:none; font-weight:bold; background:none; 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;}
	

/* // scroll*/

.module_scroll {
	width:700px;
	border:1px solid #fff;
	margin-top:3px;
	background:#f9f9f9;
	padding:6px 6px 6px 4px;
	position:relative !important;
	overflow:hidden;
	margin-left:1px;
}
.module_scroll h3 { color:#282828; font:bold 14px/18px Arial, Helvetica, sans-serif; text-transform:uppercase; height:46px; padding:0 0 0 20px; background:url(../images/title-left.png) left top no-repeat; margin:0px; }
.module_scroll h3 span { display:block; background:url(../images/title-right.png) right top no-repeat; height:46px; padding:0 27px 0 0;}
.module_scroll h3 span span { display:block; background:url(../images/title-tail.png) left top repeat-x; height:32px; padding:14px 0px 0 0;}

.module_scroll .boxIndent { padding:2px 0 0 0px; margin:0px; position:relative;} 
#xs_1 {  width:700px !important;  overflow:hidden; margin:0 0px 0 0px; position:relative; background:none;}

.xs_vm_products .featuredIndent {  padding:3px; margin:0 4px 0px 0px; min-height:210px; background:url(../images/featuredIndent-bg.gif) left top repeat-x #fefefe; position:relative; border:1px solid #f6f6f6; border-top:1px solid #e9e9e9; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; cursor:pointer; }

 .xs_vm_products .featuredIndent:hover { border:1px solid #01121e; background:url(../images/featuredIndent-bg-active.gif) left top repeat-x #011d2f;}
.xs_vm_products .featuredIndent:hover  a.product_name { color:#feea08;}
.xs_vm_products .color { background:#fff; border:1px solid #f0f0f0; min-height:146px; padding-top:20px;}

.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:100px; height:111px; }


.xs_vm_products .product_name { padding:3px 10px 0 0px; min-height:30px; 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:#0575c9; text-decoration:none; display:inline-block !important;}
.xs_vm_products a.product_name:hover {  text-decoration:none; color:#feea08;}

.xs_vm_products .product-options { padding:0 0 0 7px; margin:0px 0 0 0px;}
.xs_vm_products .box_product_price {
	padding:0;
	margin:0;
	position:absolute;
	top:-48px;
	right:12px;
	width:96px;
	height:38px;
	text-align:center;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #1AABF1;
}
.xs_vm_products .productPrice { font:normal 18px/18px Arial, Helvetica, sans-serif; color:#032136; display:inline-block; margin:0; padding:9px 0 0 0;}
.xs_vm_products .product-Old-Price { display:none; color:#f61203; font:bold 13px/18px Arial, Helvetica, sans-serif;}

.xs_vm_products .product_buttons { float:none; margin:0; padding:8px 0 0 12px; display:none;} 

.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:176px !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_1 a.prev { display:block; background:url(../images/Prev.png) left top no-repeat !important ; width:26px; height:26px; position:absolute; left:1px; bottom:0; z-index:50;}
.xs_1 a.prev:hover {background:url(../images/Prev-active.png) left top no-repeat !important ;}

.xs_1 a.next { display:block; background:url(../images/Next.png) left top no-repeat !important; width:26px; height:26px; position:absolute; right:1px; bottom:0; z-index:50;}
.xs_1 a.next:hover {background:url(../images/Next-active.png) left top no-repeat !important ; }



#body .main #header .header-box .relative .currency .moduletable h3 a {
	text-decoration: none;
}







td { font-size:12px; }

.info-tabs-head {
	font:bold 18px  Arial, Helvetica, sans-serif;
	margin:20px 0;
	border-bottom:4px solid #eee;
}
#info-tabs {
	width: 670px;

	
}
*html #info-tabs {
width: 670px !important;
}
.info-tabs-quickjump-head {
	float:left;
	width:612px;
}
.info-tabs-quickjump-links {
	line-height:18px;
	padding:5px 0 0 10px;
	background:#fff;
	width: 330px;
	float: left;
}
#info-tabs #nav {
	padding-top: 0px;
}
#info-tabs #content {
	border: 1px solid #E4E4E4;
	background: #fff;
	margin: 0 auto;
	padding: 15px 15px 20px;
}
#content table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	color: #000;
}
#content div.backtotop {
	font-size: 10px;
	text-align: right;
	background: #f4f4f4;
	padding: 0 5px;
	margin: 15px 0 25px;
}

#info-tabs div.tab_sub,
#info-tabs div.tab_sub_over {
	cursor: pointer;
}
#info-tabs div.tab_sub em {
	font: 13px Arial, Helvetica, sans-serif;
	color: #FFF;
	font-style: normal;
	display: block;
	text-align: center;
	padding: 7px 11px 5px;
}

#info-tabs div.tab_sub {
	margin-right: 7px;
	margin-bottom: -1px;
	border-top: 1px solid #eee;
	color: #FFF;
	background-color: #011D30;
}

#info-tabs div.tab_sub_over em {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #000;
	font-style: normal;
	display: block;
	text-align: center;
	padding: 7px 11px 5px;
	text-decoration: none;
}

#info-tabs div.tab_sub_over {
	margin-right: 7px;
	margin-bottom: -1px;
	border-top: 1px solid #eee;
	color: #FFF;
	background-color: #B8D41D;
}

#info-tabs div.tab_sub_selected em {
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #000;
	font-style: normal;
	display: block;
	text-align: center;
	padding: 7px 11px 5px;
}

#info-tabs div.tab_sub_selected {
	margin-right: 7px;
	border: 1px solid #E4E4E4;
	border-bottom: 0;
	background: #fff;
	position: relative;
	top: 1px;
}

#info-tabs div.shipbox {
	width: 130px;
	padding: 10px;
	height: 130px;
	text-align:center;
	display:block;
}

#info-tabs div.shiphead {
font: bold 18px Verdana, Arial, Helvetica, sans-serif;
margin: 0 0 10px 0;
}

#info-tabs div.shiptype {
font: normal 14px Verdana, Arial, Helvetica, sans-serif;
margin: 0 0 5px 0;
}

#info-tabs div.shipprice {
	font: bold 24px Verdana, Arial, Helvetica, sans-serif;
	color: #ff0000;
	padding-top: 45px;
	letter-spacing: -0.05em;
	height: 91px;
	width: 160px;
}

*html #info-tabs div.shipprice {height: 136px;}

#info-tabs div.freeship { font: bold 16px Verdana, Arial, Helvetica, sans-serif !important; }


.bb-terms p { color: #777; margin: 0; padding: 10px 10px 20px; text-align: left; font: normal 11px/15px Verdana, Arial, Helvetica, sans-serif; }
.bb-terms-sec { background-color: #777; color: #fff; font-size: 18px; font-weight: bold; padding-left:10px; line-height: 24px; margin-bottom: 10px; text-align: left; }
p.bb-terms-q { font: bold 13px Verdana, Arial, Helvetica, sans-serif; text-decoration: underline; padding-bottom: 0; }
.bb-sep { margin-top: 40px; padding-bottom: 40px; border-top: 1px solid #ccc; }
#subtitle {
	font-size: 14px;
	font-weight: bold;
	color: #069;
}


#body .tail-top .tail-right .tail-left .corner-top-right .corner-top-left .corner-bot-right .corner-bot-left #content .wrapper.padtop #right .wrapper .extra-indent .module_multi .boxIndent div #all_in_one4dd69cda23b48 #top_all_in_one4dd69cda23b48 #whybuy tr td {
	padding-bottom: 10px;
}
#body .tail-top .tail-right .tail-left .corner-top-right .corner-top-left .corner-bot-right .corner-bot-left #content .wrapper.padtop .container .content-indent #footer .wrapper .space .wrapper .footerText .menu a {
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}






/*  CSS Document */
/* -------------------------- product styles*/
/* --------- buttons */
	h3 { line-height:1.2em;}

	.buttons {
		padding:0 15px 0 0;
	}
	.cartButtons {
		padding:10px 0px 0px 0px;
	}
	.product_details_container {
		float:right;
		margin:9px 33px 0px 0;
		display:none;
	}
	.module-specials .product_details_container { float:none; display:block; margin:0; padding:9px 0 7px 6px;}
	.module-new .product_details_container {
		float:right;
		margin:9px 33px 0px 0;
		display:none;
	}
	
	.product_buttons {
		float:none;
		margin:7px 0 0 9px;
		padding-top:2px;
		width:85px;
	}
	
	.module_multi .product_buttons  { display:none;}
	.module-specials .product_buttons { display:none;}
	.module-new .product_buttons {
		float:none;
		margin:4px 0 0 10px;
	}
	.browseAddToCartContainer .addtocart_button {
		border:none !important;
		color:#fff;
		text-transform:none;
		font:bold 12px/20px   Arial, Helvetica, sans-serif;
		display:inline-block !important;
		height:24px;
		width:85px;
		margin-top:10px;
		text-align:center;
		cursor:pointer;
		text-decoration:none;
	}
	
	.vmCartContainer .addtocart_button {
		border:none !important;
		color:#fff;
		text-transform:none;
		font:bold 12px/20px   Arial, Helvetica, sans-serif;
		display:inline-block !important;
		height:24px;
		width:85px;
		margin-top:10px;
		text-align:center;
		cursor:pointer;
		text-decoration:none;
	
		
	}
		
	.addtocart_button {
		background:url(../images/button2.png) left top no-repeat;
		border:none !important;
		color:#fff;
		text-transform:none;
		font:bold 12px/17px Arial, Helvetica, sans-serif;
		vertical-align:middle;
		display:inline-block !important;
		padding:0px 0px 2px 0px;
		margin:0;
		width:85px;
		height:24px;
		text-align:left;
		cursor:pointer;
		text-decoration:none;
		text-align:center;
	}
	.addtocart_button:hover {
		background:url(../images/button2-active.png) left top no-repeat;
		text-decoration:none !important;
		
	}
	.browseAddToCartContainer .addtocart_button {
		float:left;
	}
	.productTop  a.product_details { width:60px; }
	a.product_details {
		background:url(../images/button3-active.png) left top no-repeat;
		border:none;
		color:#fff;
		display:inline-block;
		font:bold 12px/20px Arial, Helvetica, sans-serif;
		text-decoration:none;
		text-transform:none;
		vertical-align:middle;
		padding:2px 0 0 0;
		margin:0;
		text-align:center;
		height:22px;
		width:130px;
		}
		
	a.product_details:hover { 
		background:url(../images/button3.png) left top no-repeat;
		text-decoration:none;
		}
		
	
	div.back_button a {
		background:url(../images/button1.png) left top repeat-x;
			border:none !important;
		color:#fff;
		display:inline-block;
		font:bold 12px/20px Arial, Helvetica, sans-serif;
		text-decoration:none;
		text-transform:none;
		padding:4px 0px 0px 0px;
		text-align:center;
		margin:2px 0px 2px 0px;
		height:24px;
		width:57px;
		}
	
	
	div.back_button a:hover {
		background:url(../images/button1-active.png) left top repeat-x;
		color:#032136;
		
	}
	a.details {
		background:url(../images/button1.png) left top repeat-x;
		border:none !important;
		color:#fff;
		display:inline-block;
		font:normal 12px/16px Arial, Helvetica, sans-serif;
		text-decoration:none;
		text-transform:none;
		padding:6px 0 0 0;
		margin:0;
		text-align:center;
		height:22px;
		width:57px;
		
	}
	a.details:hover {
		background:url(../images/button1-active.png) left top repeat-x;
		color:#032136;
		text-decoration:none;

	}
	.module-new a.details { display:block;}
	
	.back_button {
		padding:0px 0px 0px 0px;
	}
	.cbButton {
		background:url(../images/button2.png) left top no-repeat;
		border:none !important;
		color:#fff;
		display:inline-block;
		font:bold 12px/20px Arial, Helvetica, sans-serif;
		text-decoration:none;
		text-transform:none;
		padding:0px 0px 0px 0px;
		margin:2px 10px 2px 10px;
		width:85px;
		height:24px;
	}
	.cbButton:hover {
		background:url(../images/button2-active.png) left top no-repeat;
		color:#FFF;
		
	}
	.button02,
	a.button02,
	#register_stretcher .button {
		background:url(../images/button3.png) left top no-repeat;
		border:none !important;
		color:#fff;
		display:inline-block;
		font:bold 12px/20px Arial, Helvetica, sans-serif;
		text-decoration:none;
		text-transform:none;
		text-align:center;
		padding:2px 0px 0px 0px;
		width:130px; 
		margin:0px 0px 0px 0px;
		height:22px;
	}
	#register_stretcher .button { padding:0px 0px 0px 0px; height:24px;}
	
	
	#reviewform {overflow:hidden;}

		
	input.button02 {
		background:url(../images/button3.png) left top no-repeat;
		color:#FFF;
		border:none;
		display:inline-block;
		font:bold 12px/20px Arial, Helvetica, sans-serif;
		text-decoration:none;
		text-align:center;
		text-transform:none;
		padding:2px 0px 2px 0px;
		margin:2px 0px 2px 0px;
		width:130px;
		height:24px;}
		
		input.button02:hover {
			background:url(../images/button3-active.png) left top no-repeat;
			color:#fff;
		}
		

	.button02:hover,
	a.button02:hover,
	#register_stretcher .button:hover{
		background:url(../images/button3-active.png) left top no-repeat;
		color:#FFF;
		border:none !important;
		
	}
	

/* ---------- products layout */
	img.feed {
		margin:5px 5px 0px 0px;
	}
	.product_layout {
		padding:15px 20px 15px 30px;
	}
	.productDetailsContainer {
		width:auto;
		padding:5px 0px 10px 0px;
		
		display:block;
		position:relative;
	}
	
	.productOperation .wrapper .productDetailsContainer {
		width:auto;
		padding:0;
		display:block;
		position:absolute;
		left:0px;
		bottom:0px;
	}
	
	.browseProductImageLite {
		float:right;
	}
	.browseProductImage ,.rightPos2.browseProductImageContainer {
		margin:10px 25px 0px 0px;
		text-align:center;
		text-decoration:none;
		background:none;
	}
	
	
	
	
	.browseProductImage img ,.rightPos2.browseProductImageContainer img {
		margin:0 0 10px 0;background:none;
	}
	.browseProductImage a ,.rightPos2.browseProductImageContainer a {
		text-decoration:none;
		color:#c5c4c4;
		background:none;
		display:block;
	}
	.browseProductImage a:hover{
		color:#6b7741;
	}
	.browsePriceContainer {
		float:none;
		width:100%;
		padding:0px 0px 1px 0px;
	}
	.browseProductContainer {
		padding:0px 0px 0px 0px;
	}
	.browseRatingContainer,
	.browseProductDescription {
		margin:0px 0px 0px 0px;
		float:none;
		padding:5px 0px 10px 0px;
		width:100%;
	}
	.browseAddToCartContainer {
		width:100%;
	}
	.browseProductImageContainer {
		margin:0px 0px 1px 0px;
	}
	
	.browseProductImageContainer img {
		background:#fff;
		border:none;
	}
	
	#vmMainPage .browseProductImage img { border:1px solid #cecece;  padding:10px 0 10px 0;}
	
	.browse_1 .browseProductImageContainer img { border:1px solid #ececec; padding:10px 0 10px 0;}
	
	.productParams {
		padding:0px 8px 0px 0px;
	}
	.inputboxquantity {
		font-size:14px;
		font-weight:bold;
		line-height:1.2em;
		padding:5px 0px 5px 5px;
		height:15px;
		width:65px;
		margin:0px 0px 0px 0px;
	}
	
	.inputbox { padding:2px 0 3px 0; margin-top:0px;}
	.browseProductDetails {
		float:left;
	}
	.browseProductTitle {
		width:100%;
		float:none;
		padding:0px 0px 3px 0px;
		
	}
	div.buttons_heading {
		margin:10px 10px 0px 0px;
		padding:2px 0px 0px 0px;
		float:right;
		width:100px;
		overflow:hidden;
		position:relative;
		display:none;
	}
	div.buttons_heading a { float:right;}
	div.buttons_heading img {
		margin-left:8px;
		margin-bottom:10px;
		
	}
	.product_navigation {
		width:90%;
		float:left;
		padding:8px 0px 10px 0px;
	}
	.nseparator {
		border:none !important;
	}
	.productSeparator {
		float:left;
		padding:0px 0px 0px 0px;
	}
	.productIndent {
		padding:15px 10px 20px 15px;
	}
	div.product_name {
		padding:0px 0px 5px 0px;
		margin:0 0px 0 9px;
		text-align:left;
		min-height:38px;
		border-bottom:none;
	}
	.module-specials div.product_name { padding-top:0px; padding-left:6px; margin:0;}
.module-new	div.product_name {
		text-align:left;
	}
	
.related div.product_name {
		text-align:left;
		min-height:35px;
		padding-left:7px
	}
	
	
	.module-new div.product_name { display:block; z-index:5;   }
	
	
	span.product_name,
	h1.product_name,
	.vader .ui-widget-content a.product_name {
		color:#6f6e6e;
		font:bold 12px/17px Arial, Helvetica, sans-serif;
		display:inline-block;
		text-decoration:none;
		width:auto;
		text-transform:none;
	}
	a.product_name { font-size:12px; line-height:1.2em; display:inline-block; padding:3px 0px 0 0px; color:#032136;text-decoration:none; text-transform:none;}
	a.product_name:hover {
		color:#0575c9;
		text-decoration:none;
	}
	
	.featuredIndent2 a.product_name { padding:3px 25px 0 5px;text-transform:none; font-size:12px;}
	
	.module-new a.product_name:hover {
		color:#95a451;
		text-decoration:none;
	}
	.vader a.product_name {
		color:#161616 !important;
	
		
	}
	.productPrice {
		color:#0575c9;
		font:normal 20px/22px Arial, Helvetica, sans-serif;
		padding:0px 0px 0px 0px;
	}
	.box_product_price {
		padding:0px 0px 0px 0px;
		margin-top:-9px;
		margin-left:8px;
		border-bottom:none;
		position:relative;
	}
	.box_product_price em { color:#fbba21; font:bold 12px/17px Arial, Helvetica, sans-serif;  display:inline-block; position:absolute; top:6px; left:1px;}
	.module-specials .box_product_price em { color:#fbba21; font:bold 12px/17px Arial, Helvetica, sans-serif;  display:none; position:absolute; top:6px; left:1px;}

	.related .box_product_price em {position:absolute; top:4px; left:1px;}
	.module-specials .box_product_price {
		float:none;
		overflow:hidden;
		margin:-9px 0 0 6px;
		
	}
	.price-title {
		color:#020202;
	}
	.product-options {
		padding:0px 0px 0px 0px;
		margin:0;
		border-top:none;
		border-bottom:none;
		position:relative;
	}
	.module-new .product-options {
		padding:7px 0px 0px 10px;
		margin:0;
		border-top:none;
	}
	.module-specials .product-options {
		padding:0px 0px 0px 0px;
		margin:0;
		border-top:none;
		float:left;
		width:140px;
	}
	
	.category-options {
		font:bold 12px/17px  Arial, Helvetica, sans-serif;
		padding:10px 10px 10px 19px;
	}

/*******************************/
div.productDescription {
	padding:0px 0px 4px 0px;
	font:normal 11px/15px Arial, Helvetica, sans-serif;
	color:#888989;
}
div.productPrice2,
div.productPrice2 .productPrice {
	display:inline;
}

.vmCartContainer {
	overflow:hidden;
	background:none;
	padding:5px 0px 0px 0px;
	border:none;
	width:100%;
}
.vendor {
	text-align:center;
}
.top_separator {
	border-top:1px solid #ccc;
	padding:10px 0px 0px 0px;
}
.bottom_separator {
	padding:10px 0px 10px 0px;
}
#five_stars,
#four_stars,
#three_stars,
#two_stars,
#one_star,
#null_stars {
	text-align:center;
}
.stars {
	margin:2px 0px 0px 0px;
}
.categoryName {
	padding:10px 0px 10px 0px;
}
hr {
	margin-bottom:20px;
	color:#000;
	border:none;
	width:100%;
}
.pad-top { padding-top:0px; overflow:hidden;}
.related { overflow:hidden;  position:relative; margin-right:40px; }
.related td { width:170px;}
.related table { margin-right:-2px; }
.related .color { padding:0 10px 0 0px;}
.related .product_details_container { margin:9px 33px 0 0px;}
.related .product_buttons { float:left!important; margin:7px 0  0 18px;}
related .addtocart_button { background:#fc9701; color:#000;}
related .addtocart_button:hover { background:#ffd200; color:#000;}
.related .box_product_price { margin-left:18px; color:#fc9701; float:none; margin-top:5px;} 
.related .box_product_price .productPrice { color:#4c4c4c; font-size:20px; font-weight:normal; padding-left:0px;}

/* ---------- shopping cart  */
	.cart .moduletable { }
		.cart .moduletable h3
		 {
			 background:none;
			font:bold 12px/1.2em Arial, Helvetica, sans-serif;
			color:#fff;
			text-align:left;
			display:block;
			text-transform:uppercase;
			float:left;
			letter-spacing:0px;
			padding:0px 0px 2px 60px;
			margin:0px 0 0 0px;
		}
		.cart .vmCartModule { margin:0px 0 0 62px; text-align:center; padding:1px 0 5px 0; background:url(../images/vmCartModule-bg.png) left top no-repeat !important; width:75px; height:51px;}
		.cart a {
			text-align:left !important;
			font:bold 42px/42px  Arial, Helvetica, sans-serif;
			color:#c1c4c7;
			text-transform:none;
			text-align:center;
			letter-spacing:0px;
			padding:0;
			margin:0;
			display:inline-block;
			text-decoration:none;
		}
		.cart a:hover {
			
			text-decoration:underline;
		}
/* ------------------------- currency --- */
	.currency .moduletable {
		position:relative;
		
	}
	.currency h3 {
		background:none;
		letter-spacing:0px;
		border:none;
		color:#335d7a;
		font:bold 12px/1.2em Arial, Helvetica, sans-serif;
		padding:5px 1px 0 0px;
		margin:0;
		float:left;
		text-transform:none;
	}
	
.jqTransformSelectWrapper {
		background:url(../images/select_left.png) left top no-repeat;
		color:#bebeba;
		font:normal 12px/1.2em Arial, Helvetica, sans-serif;
		width:109px !important;
		height:22px !important;
		float:left;
		position:relative;
		padding:6px 0 0 9px;
		margin-top:0px;
		}
	.jqTransformSelectWrapper .jqTransformSelectOpen {
		background:url(../images/select_right.png) left top no-repeat;
		width:20px;
		height:28px !important;
		position:absolute;
		top:0;
		right:0;
		}
		
	.jqTransformSelectWrapper  ul {
		list-style:none !important;
		width:118px !important;
		background:#fff;
		border:none;
		position:absolute;
		top:29px;
		left:-14px;
		z-index:11;
		}	
		.jqTransformSelectWrapper  ul li { padding-left:5px; display:block; line-height:16px;}
		.jqTransformSelectWrapper li a { text-decoration:none; display:block; color:#b2b2b2;}
		.jqTransformSelectWrapper  ul li:hover { background:#e5e5e5;}
		
	#select-form .jqTransformHidden {
		display:none !important;
	}
	
	
	
	.currency .button {
		border:none !important;
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
		line-height:20px;
		vertical-align:middle;
		display:block;
		background:url(../images/button.png) left top no-repeat;
		color:#252525 !important;
		text-transform:none;
		width:59px;
		height:28px;
		padding:0 1px 2px 0;
		margin:0px 0 0 2px;
		float:left;
		text-align:center;
		outline:none !important;
	}
	.currency .button:hover {
		border:none !important;
		background:url(../images/button-active.png) left top no-repeat;
		color:#fff !important;
		text-decoration:none;
	}
	
.sectiontableheader th {
	padding:10px 5px 10px 5px;
	color:#6f6e6e;
	font-weight:bold;
}

.module-manufacturers .inputbox {
	width:144px;
}

/* ---------- nulling */
.vader .ui-widget input {
	font-size:11px;
}
.vader .ui-tabs .ui-tabs-panel { /* tabs indent */
	padding:23px 0px 30px 0px;
}
.shop_info {
	margin:10px 0px 10px 0px;
	padding:14px 0px 15px 50px;
	color:#000;
}
.cbBox h3 {
	color:#000;
	
}
.cbContainer {
	color:#000;
	text-align:center;
	background:#fff;
	border-color:#ccc;
	border-radius:5px;
	-moz-border-radius:5px;
	box-shadow:0px 0px 20px #777;
	-moz-box-shadow:0px 0px 20px #777;
	-webkit-box-shadow:0px 0px 20px #777;
	z-index:999;
}
.shop_warning {
	padding:15px 0px 15px 50px;
}
.pathway {
	margin:0px 0px 0px 0px;
	padding:10px 0px 10px 0px;
}
fieldset {border:1px solid #999; margin-bottom:5px;}
legend.sectiontableheader {
	background:none;
	padding:0px 5px 0px 5px;
	color:#999;
}
.continue_link {
	line-height:18px;
	margin:0px 0px 0px 0px;
	color:#808080 !important;
}
.checkout_link {
	padding:0px 30px 0px 0px;
	background-position:right 4px;
	color:#808080 !important;
}
.rght {
	width:50%;
	float:left;
}
.rght2 {
	width:40%;
	float:left;
}
.lft2 {
	width:59%;
	float:left;
}
.rght .indent,
.lft .indent {
	padding:0px 0px 0px 15px;
	text-align:left;
}
.rght2 .indent,
.lft2 .indent {
	padding:0px 0px 0px 8px;
	text-align:left;
}
.lft {
	width:49%;
	float:left;
}
#coupon_code {
	float:left;
	margin:0px 10px 0px 0px;
	padding:2px 0 1px 0;
	vertical-align:top;
	font:normal 15px/15px Arial, Helvetica, sans-serif;
}
.product_link {
	 color:#000;
	text-align:center;
	font-weight:bold;
	display:block;
	text-decoration:none;
	position:relative;
	padding:0;
	margin-right:-5px;
	overflow:hidden;
}
.product_link img { background:#fff; margin-bottom:10px; border:none; width:158px; height:152px;}
.product_link span {
	bottom:0;
	position:absolute;
	padding:0; margin:0;
	display:block;
	width:100%;
	text-align:center;
}
.product_link:hover {
	 color:#0575c9;
}
#vmMainPage {
	padding:0px 0px 20px 0px;
}
.product_image_container {
	text-align:center;
	padding:0px 0px 10px 2px;
	background:none;
	}
	
	
.module-specials .product_image_container , .module_s1 .product_image_container {
	padding:0;
	margin:0px 0 0 0;
	background:none;
	border-bottom:none;
	}	
	
.product_image_container img { 
	background:#fff;
	height:152px;
	width:158px;
	}	
.related .product_image_container img { 
	background:#fff;
	height:115px;
	width:100px;
	}		
	
.module-new .product_image_container {
	text-align:center;
	padding:0px 0px 0px 0px;
	background:none;}	
	
.module-new .product_image_container  img { height:115px; width:100px; background:none; border:none; text-align:center; margin:0px 0px 0px 0; border:none;}

.module-specials .product_image_container { text-align:center;padding:0; background:none; border:none; margin:0 auto;}
.module-specials .product_image_container  img {height:140px; width:100px;}
.product_image_container a{
	font:normal 0px/0px Arial, Helvetica, sans-serif;
}
.imageRight {
	text-align:right;
}
.priceLeft {
	width:200px;
}
.quantity {
	width:auto;
	float:left;
	padding:8px 10px 0px 0px;
	*padding:6px 10px 0px 0px;
}
.featured .quantity {
	padding:0px 0px 10px 0px;

}
.featured .browseProductImageContainer{

	width:100%;}

.featured .browsePriceContainer { margin-right:20px; overflow:hidden;}

.featured .browseProductImage {
	margin:-10px 0 0 0;
	padding:10px 0 10px 0;
	position:absolute;
	left:2px;
	top:70px;
	height:140px;
	width:100px;
	border:1px solid #ececec;
}
.productTop {
	float:left;
	padding:0;
	margin-left:0px;
				
				}
				
.featuredIndent {
	background:#fff url(../images/divider.gif) right top repeat-y;
	border:none;
	text-align:left;
	
	position:relative;
	min-height:230px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 18px 0px;
	*margin:0px 0px 17px 0px;
	
}

.related .featuredIndent { margin-top:10px;}
.module-specials .featuredIndent { padding:3px; margin:0 4px 0px 0px; min-height:210px; background:url(../images/featuredIndent-bg.gif) left top repeat-x #fefefe; position:relative; border:1px solid #f6f6f6; border-top:1px solid #e9e9e9; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; cursor:pointer;}
.module-specials  .featuredIndent:hover { border:1px solid #01121e; background:url(../images/featuredIndent-bg-active.gif) left top repeat-x #011d2f;}
.module-specials  .featuredIndent:hover a.product_name { color:#feea08;}

.module-specials .color {  background:#fff; border:1px solid #f0f0f0; min-height:156px; padding-top:10px;}
.module-new .color {background:none; padding-right:12px; padding-bottom:2px; }


.featuredIndent2 {
	border:none;
	background:none;
	margin:0 0px 15px 15px;
	padding:10px 0px 0 0px;
	min-height:280px;
	position:relative;
	border:none;
	
}

.featuredIndent2 .product-Old-Price { display:none;}

.productTop .width {
	overflow:hidden;
}

.product-Old-Price {
	text-decoration:line-through;
	color:#888888;
	font:normal 12px/17px Arial, Helvetica, sans-serif;
	padding:4px 25px 0px 0px;
}

.last .featuredIndent {
	padding:0px 1px 0px 1px;
}
.hor-listing-separator {
	font-size:0px;
	line-height:0px;
}
.product_sect {
	padding:20px 16px 10px 8px;
	border:1px solid #eee;
	background:none;
	text-transform:none;
	overflow:hidden;
	position:relative;
	margin:10px 8px 10px 8px;
	line-height:1.3em;
}
.quantity_box_button {
	background:none;
	border:none;
	width:16px;
	height:16px;
}
.quantity_box_button_up {
	background:url(../images/arrowUp.png) no-repeat 0 0; 
}
.quantity_box_button_down {
	background:url(../images/arrowDown.png) no-repeat 0 0; 	
}
.char-counter {
	margin:0px 0 0 313px;
	position:absolute;
}
.browse_2 {
	padding-top:20px;
}
.browse_2 .browseProductImageContainer {
	float:right;
	
}

.browse_2 .browseProductImageContainer  img {border:1px solid #eee; padding:10px 0 10px 0;}

.floatElement,
.alignRight {
	overflow:hidden;
	zoom:1;
	
}
.floatElement {
	padding:4px 30px 0 0;
}
.rightPosition,
.leftPosition {
	float:left;
	border-bottom:1px dotted #e1dcdc;
	padding-bottom:10px;
}
.rightPosition .rightPos {
	float:right;
}
.rightPosition .rightPos .browseProductImage {
	margin:0px 0px 0px 15px;
}
.rightPosition .alignRight a.product_details,
.rightPosition .alignRight .addtocart_button,
.rightPosition .alignRight .quantity {
	float:right;
}
.rightPosition .alignRight .quantity {
	margin:0px 0px 0px 10px;
}
.rightPosition .alignRight {
	text-align:right;
}
.rightPos2 {
	float:right;
}
.rightPos2.browseProductImageContainer {
	text-align:center;
}
.rightPos2.browseProductImageContainer img { border:1px solid #eee;}

.rightPos2.browseProductImageContainer a {
	text-decoration:none;
	line-height:25px;
}
.rightPos2.browseProductImageContainer a:hover {
	color:#0575c9;
}
.orderby_form {
	padding:10px 15px;
	border-top:1px dotted #e1dcdc;
	border-bottom:none;
}
#product_list { padding-left:15px;}


.previous_page {margin:10px 0 0 0px; width:45%; color:#808080; text-decoration:none !important;}
.next_page {margin:10px 0 0 0; width:45%; color:#808080; text-decoration:none !important;}
.next_page {text-align:right;}
.extra-table {width:1px; margin:0 auto;}
.listing-separator div {width:0px; font-size:0; line-height:0;}
.column-indent {padding:0 0 0 30px;}
.flypage_ask {margin-bottom:20px;}
.vmCartChild {background:none; float:none; border:none;}
.vmCartDetails {float:none;}
.vmAttribChildDetail {text-align:left; width:10%; float:left; text-align:right; margin:3px;}
.side-right {width:80%;}
#emailForm { margin:0px 0 0px 0; padding-top:20px;}

#paw {
	background-image: url(../images/paw.png);
	height: 1580px;
	width: 100%;
}
#body .main #header .moduletable_banners .bannergroup_banners .banneritem_banners {
	background-image: url(../images/banner2.png);
}
#bookmark_img {
	padding-top: 10px;
	padding-left: 10px;
}
#body .main .box-main .tail-bot .tail-top .tail-right .tail-left .corner-top-right .corner-top-left .corner-bot-right .corner-bot-left #content #right .wrapper .extra-indent .module_multi .boxIndent div #all_in_one4dd69cda23b48 #top_all_in_one4dd69cda23b48 table tr td .featuredIndent #leftpanel tr td table tr td #leftcat_nav tr #mainMenuRow table tr #subMenuRow #sublinks tr td a {
	font-size: 13px;
}
























/*---------LEFT PANEL CSS STRAT-----------*/
#leftpanel{width:200px; background-color:#FFFFFF;}
#leftpanel #leftcat_nav ul li{ list-style:square;  color:#2D456A;}
#leftpanel #leftcat_nav ul li a:link{font-size:11px;  text-decoration:none;color:#2D456A;}
#leftpanel #leftcat_nav ul li a:visited{font-size:11px; text-decoration:none;color:#2D456A;}
#leftpanel #leftcat_nav ul li a:hover{font-size:11px; text-decoration:underline;color:#2D456A;}
#leftpanel #leftcat_nav img{border:0px}

#leftpanel #leftcat_nav a:link{font-size:13px;  text-decoration:none;color:#2D456A;}
#leftpanel #leftcat_nav a:visited{font-size:13px; text-decoration:none;color:#2D456A;}
#leftpanel #leftcat_nav a:hover{font-size:13px; text-decoration:underline;color:#000000;}


#leftpanel #leftcat_nav .inactive{
	background-color:#f4f4f4;
	padding:5px
}
#leftpanel #leftcat_nav .active{ background-color:#464A50; padding:5px}
#lefttopbg{background:url(../images/lefttopbg.jpg) repeat-x; height:75px;}
.hidemenu{visibility:collapse;display: none;background-color:#ffffff}
.showmenu{
visibility:visible;
background-color:#ffffff
}
.hidemenuIE{
display: none;
background-color:#ffffff
}
.showmenuIE{
display:block;
background-color:#ffffff
}
