@charset "UTF-8";


.flexigrid
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	position: relative;
	border: 0px solid #eee;
	overflow: hidden;
	color: #000;
	}

	.flexigrid.hideBody
		{
		height: 26px !important;
		border-bottom: 1px solid #ccc;
		}

	.ie6fullwidthbug
		{
		border-right: 0px solid #ccc;
		padding-right: 2px;	
		}

.flexigrid div.nDiv
	{
	background: #eee url(flexigrid/images/line.gif) repeat-y -1px top;
	border: 1px solid #ccc;
	border-top: 0px;
	overflow: auto;
	left: 0px;
	position: absolute;
	z-index: 999;
	float: left;
	}

	.flexigrid div.nDiv table
		{
		margin: 2px;
		}

.flexigrid div.hDivBox
	{
	float: left; 
	padding-right: 40px;
	}

.flexigrid div.bDiv table
	{
	margin-bottom: 10px;
	}
	
	.flexigrid div.bDiv table.autoht
		{
		border-bottom: 0px;
		margin-bottom: 0px;
		}
	
.flexigrid div.nDiv td
	{
	padding: 2px 3px;
	border: 1px solid #eee;
	cursor: default;
	}

.flexigrid div.nDiv tr:hover td, .flexigrid div.nDiv tr.ndcolover td
	{
	background: #d5effc url(flexigrid/images/hl.png) repeat-x top;
	border: 1px solid #a8d8eb;
	}
	
	.flexigrid div.nDiv td.ndcol1
		{
		border-right: 1px solid #ccc;
		}
		
	.flexigrid div.nDiv td.ndcol2
		{
		border-left: 1px solid #fff;
		padding-right: 10px;
		}

	.flexigrid div.nDiv tr:hover td.ndcol1, .flexigrid div.nDiv tr.ndcolover td.ndcol1
		{
		border-right: 1px solid #d2e3ec;
		}
		
	.flexigrid div.nDiv tr:hover td.ndcol2, .flexigrid div.nDiv tr.ndcolover td.ndcol2
		{
		border-left: 1px solid #eef8ff;
		}
	
	.flexigrid div.nBtn
		{
		position: absolute;
		height: 24px;
		width: 14px;
		z-index: 900;
		background: #fafafa url(flexigrid/images/fhbg.gif) repeat-x bottom;
		border: 0px solid #ccc;
		border-left: 1px solid #ccc;
		top: 0px;
		left: 0px;
		margin-top: 1px;
		cursor: pointer;
		display: none;
		}
		
		.flexigrid div.nBtn div
			{
			height: 24px;
			width: 12px;
			border-left: 1px solid #fff;
			float: left;
			background: url(flexigrid/images/ddn.png) no-repeat center;
			}		
		
		.flexigrid div.nBtn.srtd
			{
			background: url(flexigrid/images/wbg.gif) repeat-x 0px -1px;
			}
		

.flexigrid div.mDiv
	{
	background: url(flexigrid/images/wbg.gif) repeat-x top;
	border: 1px solid #ccc;
	border-bottom: 0px;
	border-top: 0px;
	font-weight: bold;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	}

.flexigrid div.mDiv div
	{
	padding: 6px;
	white-space: nowrap;
	}
	
		.flexigrid div.mDiv div.ptogtitle
			{
			position: absolute;
			top: 4px;
			right: 3px;
			padding: 0px;
			height: 16px;
			width: 16px;
			overflow: hidden;
			border: 1px solid #ccc;
			cursor: pointer;
			}

			.flexigrid div.mDiv div.ptogtitle:hover
			{
			background-position: left -2px;
			border-color: #bbb;
			}
			
			.flexigrid div.mDiv div.ptogtitle span
			{
			display: block;
			border-left: 1px solid #eee;
			border-top: 1px solid #fff;
			border-bottom: 1px solid #ddd;
			width: 14px;
			height: 14px;
			background: url(flexigrid/images/uup.png) no-repeat center;
			}
			
			.flexigrid div.mDiv div.ptogtitle.vsble span
			{
			background: url(flexigrid/images/ddn.png) no-repeat center;			
			}			

.flexigrid div.tDiv 
	{
	background: #fafafa url(flexigrid/images/bg.gif) repeat-x top;
	position: relative;			
	border: 1px solid #ccc;
	border-bottom: 0px;
	overflow: hidden;
	}

	.flexigrid div.tDiv2
		{
		float: left;
		clear: both;
		padding: 1px;
		}

.flexigrid div.sDiv 
	{
	background: #fafafa url(flexigrid/images/bg.gif) repeat-x top;
	position: relative;
	border: 1px solid #ccc;
	text-align:left;
	border-top: 0px;
	overflow: hidden;
	display: block;
	}

	.flexigrid div.sDiv2
		{
		float: left;
		clear: both;
		padding: 5px;
		padding-left: 5px;
		width: 1024px;
		}

		.flexigrid div.sDiv2 input, .flexigrid div.sDiv2 select
		{
		vertical-align: middle;
		}
			
	.flexigrid div.btnseparator
		{
		float: left;
		height: 22px;
		border-left: 1px solid #ccc;
		border-right: 1px solid #fff;
		margin: 1px;
		}
	
	.flexigrid div.fbutton
		{
			float: left;
			display: block;
			cursor: pointer;
			padding: 1px;
		}

	.flexigrid div.fbutton div
		{
			float: left;
			padding: 1px 3px;
		}		
		
	.flexigrid div.fbutton span
		{
		float: left;
		display: block;
		padding: 3px;
		}

	.flexigrid div.fbutton:hover, .flexigrid div.fbutton.fbOver
		{
			padding: 0px;
			border: 1px solid #ccc;
		}

	.flexigrid div.fbutton:hover div, .flexigrid div.fbutton.fbOver div
		{
			padding: 0px 2px;
			border-left: 1px solid #fff;
			border-top: 1px solid #fff;
			border-right: 1px solid #eee;
			border-bottom: 1px solid #eee;
		}		
		
	


.flexigrid div.hDiv
	{
	background: #fafafa url(flexigrid/images/fhbg.gif) repeat-x bottom;
	position: relative;
	border: 1px solid #ccc;
	border-bottom: 0px;
	overflow: hidden;
	}	

.flexigrid div.hDiv table
	{
	border-right: 1px solid #fff;
	margin-bottom:0px;
	}

	.flexigrid div.cDrag
		{
		float: left;
		position: absolute;
		z-index: 2;
		overflow: visible;
		}

		.flexigrid div.cDrag div
			{
			float: left;
			background: none;
			display: block;
			position: absolute;
			height: 24px;
			width: 5px;
			cursor: col-resize;
			}
			
		.flexigrid div.cDrag div:hover, .flexigrid div.cDrag div.dragging
			{
			background: url(flexigrid/images/line.gif) repeat-y 2px center;
			}

.flexigrid div.iDiv
	{
		border: 1px solid #316ac5;
		position: absolute;
		overflow: visible;
		background: none;
	}
	
	.flexigrid div.iDiv input, .flexigrid div.iDiv select, .flexigrid div.iDiv textarea
		{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		}
		
	.flexigrid div.iDiv input.tb
		{
		border: 0px;
		padding: 0px;
		width: 100%;
		height: 100%;
		padding: 0px;
		background: none;
		}			
					
.flexigrid div.bDiv
	{
	border: 1px solid #ccc;
	border-top: 0px;
	background: #fff;
	overflow: auto;
	position: relative;
	}
	
.flexigrid div.bDiv table
	{
	border-bottom: 1px solid #ccc;
	}
	
	.flexigrid div.hGrip
	{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 5px;
	width: 5px;
	background: url(flexigrid/images/line.gif) repeat-x center;
	margin-right: 1px;
	cursor: col-resize;
	}
	
		.flexigrid div.hGrip:hover, .flexigrid div.hGrip.hgOver
			{
				border-right: 1px solid #999;				
				margin-right: 0px;
			}
	
	.flexigrid div.vGrip
		{
		height: 5px;
		overflow: hidden;
		position: relative;
		background: #fafafa url(flexigrid/images/wbg.gif) repeat-x 0px -1px;
		border: 1px solid #ccc;
		border-top: 0px;
		text-align: center;
		cursor: row-resize;
		}
			
			.flexigrid div.vGrip span
					{
					display: block;
					margin: 1px auto;
					width: 20px;
					height: 1px;
					overflow: hidden;
					border-top: 1px solid #aaa;
					border-bottom: 1px solid #aaa;	
					background: none;
					}

.flexigrid div.hDiv th, .flexigrid  div.bDiv td  
	{
	text-align: left;
	border-right: 1px solid #ddd;
	border-left: 1px solid #fff;
	overflow: hidden;
	vertical-align: top !important;
	}

		.flexigrid div.hDiv th div, .flexigrid  div.bDiv td  div, div.colCopy div
			{
			padding: 5px;
			border-left: 0px solid #fff;
			}

.flexigrid div.hDiv th, div.colCopy
	{
	font-weight: normal;
	height: 24px;
	cursor: default;
	white-space: nowrap;
	overflow: hidden;
	}	

div.colCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #fafafa url(flexigrid/images/fhbg.gif) repeat-x bottom;
	border: 1px solid #ccc;
	border-bottom: 0px;
	overflow: hidden;
	}

.flexigrid div.hDiv th.sorted
	{
	background: url(flexigrid/images/wbg.gif) repeat-x 0px -1px;
	border-bottom: 0px solid #ccc;
	}
	
	.flexigrid div.hDiv th.thOver
	{
	}

	.flexigrid div.hDiv th.thOver div, .flexigrid div.hDiv th.sorted.thOver div
	{
	border-bottom: 1px solid orange;
	padding-bottom: 4px;
	}
	
	.flexigrid div.hDiv th.sorted div
	{
	border-bottom: 0px solid #ccc;
	padding-bottom: 5px;
	}

	.flexigrid div.hDiv th.thMove
	{
	background: #fff;
	color: #fff;
	}
	
	.flexigrid div.hDiv th.sorted.thMove div
		{
		border-bottom: 1px solid #fff;
		padding-bottom: 4px
		}
	
	.flexigrid div.hDiv th.thMove div
	{
		background: #fff !important;
	}	
	
	.flexigrid div.hDiv th div.sdesc
		{
		background: url(flexigrid/images/dn.png) no-repeat center top;
		}	

	.flexigrid div.hDiv th div.sasc
		{
		background: url(flexigrid/images/up.png) no-repeat center top;
		}	
		
.flexigrid div.bDiv td
	{
	border-bottom: 1px solid #fff;
	vertical-align: top;
	white-space: nowrap;
	
	}

		.flexigrid div.hDiv th div
			{
			}
			
			.flexigrid span.cdropleft
			{
			display: block;
			background: url(flexigrid/images/prev.gif) no-repeat -4px center;
			width: 24px;
			height: 24px;
			position: relative;
			top: -24px;
			margin-bottom: -24px;
			z-index: 3;
			}

			.flexigrid div.hDiv span.cdropright
			{
			display: block;
			background: url(flexigrid/images/next.gif) no-repeat 12px center;
			width: 24px;
			height: 24px;
			float: right;
			position: relative;
			top: -24px;
			margin-bottom: -24px;
			}


		.flexigrid div.bDiv td div
			{
			border-top: 0px solid #fff;
			padding-bottom: 4px;
			}
	
				
		.flexigrid tr td.sorted
				{
				background: #f3f3f3;
				border-right: 1px solid #ddd;
				border-bottom: 1px solid #f3f3f3;
				}		

				.flexigrid tr td.sorted div
					{
					}


		.flexigrid tr.erow td
				{
				background: #f7f7f7;
				border-bottom: 1px solid #f7f7f7;
				}
				
		.flexigrid tr.erow td.sorted
				{
				background: #e3e3e3;
				border-bottom: 1px solid #e3e3e3;
				}						

				.flexigrid tr.erow td.sorted div
					{
					}

		.flexigrid div.bDiv tr:hover td, 
		.flexigrid div.bDiv tr:hover td.sorted,
		.flexigrid div.bDiv tr.trOver td.sorted, 
		.flexigrid div.bDiv tr.trOver td
			{
			background: #d9ebf5;
			border-left: 1px solid #eef8ff;
			border-bottom: 1px dotted #a8d8eb;
			}
		
		.flexigrid div.bDiv tr.trSelected:hover td, 
		.flexigrid div.bDiv tr.trSelected:hover td.sorted,
		.flexigrid div.bDiv tr.trOver.trSelected td.sorted, 
		.flexigrid div.bDiv tr.trOver.trSelected td,
		.flexigrid tr.trSelected td.sorted, 
		.flexigrid tr.trSelected td
			{
			background: #d5effc url(flexigrid/images/hl.png) repeat-x top;
			border-right: 1px solid #d2e3ec;
			border-left: 1px solid #eef8ff;
			border-bottom: 1px solid #a8d8eb;
			}
		
	

	.flexigrid.novstripe .bDiv table
	{
		border-bottom: 1px solid #ccc;
		border-right: 1px solid #ccc;
	}

	.flexigrid.novstripe  div.bDiv td  
		{
		border-right-color: #fff;
		}
		
	.flexigrid.novstripe div.bDiv tr.erow td.sorted
		{
		border-right-color: #e3e3e3;
		}

	.flexigrid.novstripe div.bDiv tr td.sorted
		{
		border-right-color: #f3f3f3;
		}

	.flexigrid.novstripe  div.bDiv tr.erow td  
		{
		border-right-color: #f7f7f7;
		border-left-color: #f7f7f7;
		}
		
		.flexigrid.novstripe div.bDiv tr.trSelected:hover td, 
		.flexigrid.novstripe div.bDiv tr.trSelected:hover td.sorted,
		.flexigrid.novstripe div.bDiv tr.trOver.trSelected td.sorted, 
		.flexigrid.novstripe div.bDiv tr.trOver.trSelected td,
		.flexigrid.novstripe tr.trSelected td.sorted, 
		.flexigrid.novstripe tr.trSelected td
			{
			border-right: 1px solid #0066FF;
			border-left: 1px solid #0066FF;
			}		

	.flexigrid.novstripe div.bDiv tr.trOver td, .flexigrid.novstripe div.bDiv tr:hover td
		{
		border-left-color: #d9ebf5;
		border-right-color: #d9ebf5;
		}

	

.flexigrid div.pDiv
	{
	background: url(flexigrid/images/wbg.gif) repeat-x 0 -1px;
	border: 1px solid #ccc;
	border-top: 0px;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	}

.flexigrid div.pDiv div.pDiv2
	{
	margin: 3px;
	margin-left: -2px;
	float: left;
	width: 1024px;
	}	
	
	div.pGroup
		{
		float: left;
		background: none;
		height: 24px;
		margin: 0px 5px;
		}
	
	.flexigrid div.pDiv .pPageStat, .flexigrid div.pDiv .pcontrol
		{
		position: relative;

		top: 5px;
		overflow: visible;
		}
		
	.flexigrid div.pDiv input
		{
		vertical-align: text-top;
		position: relative;
		top: -5px;
		border:solid 1px #ccc;
		background:#fff;
		padding:3px;
		}
	.flexigrid div.pGroup select
		{
		padding:3px;
		}
	
	.flexigrid div.pDiv  div.pButton
		{
		float: left;
		width: 22px;
		height: 22px;
		border: 0px;
		cursor: pointer;
		overflow: hidden;
		}

		.flexigrid div.pDiv  div.pButton:hover, .flexigrid div.pDiv  div.pButton.pBtnOver
			{
			width: 20px;
			height: 20px;
			border: 1px solid #ccc;
			cursor: pointer;
			}
		
	.flexigrid div.pDiv  div.pButton span
		{
		width: 20px;
		height: 20px;
		display: block;
		float: left;
		}		
	
		.flexigrid div.pDiv  div.pButton:hover span, .flexigrid div.pDiv  div.pButton.pBtnOver span
			{
			width: 19px;
			height: 19px;
			border-top: 1px solid #fff;
			border-left: 1px solid #fff;
			}		
		

		.flexigrid .pSearch
			{
			background: url(flexigrid/images/magnifier.png) no-repeat center;
			}
	
		.flexigrid .pFirst
			{
			background: url(flexigrid/images/first.gif) no-repeat center;
			}
			
		.flexigrid .pPrev
			{
			background: url(flexigrid/images/prev.gif) no-repeat center;
			}

		.flexigrid .pNext
			{
			background: url(flexigrid/images/next.gif) no-repeat center;
			}

		.flexigrid .pLast
			{
			background: url(flexigrid/images/last.gif) no-repeat center;
			}
			
		.flexigrid .pReload
			{
			background: url(flexigrid/images/load.png) no-repeat center;
			}
			
		.flexigrid .pReload.loading
			{
			background: url(flexigrid/images/load.gif) no-repeat center;
			}															


			
		.flexigrid.ie div.hDiv th div, .flexigrid.ie  div.bDiv td  div, div.colCopy.ie div
			{
			overflow: hidden;
			}	



html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,and,address,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,input,textarea,select {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block
}

body {
	
	line-height: 1
}

blockquote,q {
	quotes: none
}

blockquote:before,blockquote:after,q:before,q:after {
	content: none
}

del {
	text-decoration: line-through
}

hr {
	background: transparent;
	border: 0;
	clear: both;
	color: transparent;
	height: 0px;
	margin: 0;
	padding: 0
}

mark {
	background-color: #ffffb3;
	font-style: italic
}

input,select {
	vertical-align: middle
}

ins {
	color: #595959;
	text-decoration: none;
	margin-left: 5px;
}

ol,ul {
	list-style: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

/* Clearfix */

.clear {
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
	width: 0
}

* html .clearfix,:first-child+html .clearfix {
	zoom: 1
}

/* Some basic settings */

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}


h4 {
	font-size: 12px;
}

h5 {
	font-size: 10px;
}

small {
	font-size: 10px;
}

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li:not(div.entry-content) {
	list-style: none;
}

img {
	margin-bottom: 0px;
}

dl,hr,h1,h2,h3,h4,h5,h6,ol,pre,table,address,fieldset,blockquote,article,p {
	margin-bottom: 15px;
}

/* ---------------------------------------------------------------------- */

/*	Basic Elements & Classes
/* ---------------------------------------------------------------------- */
html {

-webkit-text-size-adjust: none; /* Prevent font scaling in landscape */

}


body {
	color: #919191;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	font: 62.5%/1.8 Arial, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background:#eeebda;
}

h1, h2, h3, h4, h5, h6 {
	color: #6b6b6b;	
	font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-weight: 600;
	line-height: 1.25;
	margin-bottom: 10px;
}

::-moz-selection {
	background: #667b83;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #667b83;
	color: #fff;
	text-shadow: none;
}

a, .submit, .button, #submit, a > * {
	color: #919191;
	text-decoration: none;
	-webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	-moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	-ms-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	-o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
}

hr {
	margin-top: 15px;
	margin-bottom: 25px;
	border-top: 1px dotted #e1e1e1;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

img.alignleft {
	margin-right: 10px;
	float: left;
	height: 25px;
	position: relative;
	top: -3px;
}

img.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
}

.container {
	margin: 0 auto;
	width: 950px;
	position: relative;
}

#header {
	margin-bottom: 10px;
	min-height:;83px
}

#logo {
	float: left;
	top: 5px;
	position: relative;
}

/* Superfish Essential */

nav#menu select {
	display: none;
}

#menu {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#e6e6e6');
	background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#e6e6e6));
	background: -moz-linear-gradient(top,  #eeeeee,  #e6e6e6);
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #dadada;
	position: relative;
}

.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sf-menu {
	line-height: 1.0;
}

.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 18em;
	text-align: left;
	border: 1px solid #d9d9d9;
	border-bottom-style: none;
}

.sf-menu ul li {
	width: 100%;
}

.sf-menu li:hover {
	visibility: inherit;
}

.sf-menu li {
	float: left;
	position: relative;
}

.sf-menu a {
	display: block;
	position: relative;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top: 4.5em;
	z-index: 99;
	left: 0px;
}

.ie8 .sf-menu li:hover ul,
.ie8 .sf-menu li.sfHover ul, .not-ie .sf-menu li:hover ul,
.not-ie .sf-menu li.sfHover ul {
	top: 5.8em;
}

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -999em;
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 15em;
	top: 0;
}

ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -999em;
}

ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left: 15em;
	top: 0;
}

/* Superfish Skin */
.sf-menu {
	width: 100%;
}

.sf-menu a {
	border-left: 1px solid #f8f8f8;
	border-right: 1px solid #d9d9d9;
	text-decoration: none;
	padding: 2.4em 2.6em;
}

.sf-menu a, .sf-menu a:visited {
	text-shadow: #fff 1px 1px 0;
	font-family: 'Helvetica', sans-serif;
	color: #8a8a8a;
	font-size: 1em;
	font-weight: 800;
	text-transform: uppercase;
}

.sf-menu .current-menu-item a {
	color: #5b5b5b;
}
.sf-menu .current-last-menu-item a {
	
	color: #5b5b5b;
}
.sf-menu .current-last-menu-item a:after {	
	content: ' ';
	position: absolute;
	width: 1px;
	border-right: 1px solid #f8f8f8;
	right: -2px;
	top: 0;
	height: 100%;
}

ul .current-menu-item .sub-menu a {
	color: #8a8a8a;
}

.sf-menu li li:last-child a {
	border-bottom: 1px solid #f8f8f8;
}

.logged-in .sf-menu .last-menu-item {
	border-right: none;
}

.sf-menu .last-menu-item, .sf-menu .logout {
	border-right: 1px solid #f8f8f8;
}

.sf-menu li li a {
	border-right: 1px solid #f8f8f8;
}

.sf-menu li li, .sf-menu li li li {
	border-top: 1px solid #f8f8f8;
	border-bottom: 1px solid #d9d9d9;
	background: #eeeeee;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#e6e6e6');
	background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#e6e6e6));
	background: -moz-linear-gradient(top,  #eeeeee,  #e6e6e6);
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline: 0;
}

.sf-menu li a:hover, #main-nav ul ul li a:hover {
	color: #5b5b5b;
}
/* Search Bar */

.sf-menu li.search #s.text_input {
	font-size: 10px;
	color: #a7a7a7;
	margin-top: 10px;
	width: 125px;
	margin-left: 5px;
}

.sf-menu li.search #searchsubmit {
	cursor: pointer;
	text-indent: -99999px;
	float: right;
	background: url(../images/search.png) no-repeat;
	width: 41px;
	height: 33px;
	margin-top: 1px;
	margin-left: -5px;
}

.sf-menu li.search {
	border: none;
	float: right;
	margin-top: 1.3em;
	background: url(../images/search-bg.png) no-repeat;
	margin-right: 12px;
	width: 178px;
	text-align: left;
	text-indent: 5px;
}

/* Shopping Bag */

.shopping-bag {
	cursor: pointer;
	float: right;
}

.shopping-bag ul {
	margin-left: 40px;
}

.shopping-bag:hover {
}

.shopping-bag .amount {
	color: #dbdbdb;
	min-width: 100px;
	font: 100 22px 'Ubuntu', sans-serif;
	position: relative;
	top: 3px;
}

.shopping-bag .cart-info {
	text-align: left;
	min-width: 100px;
	font-size: 10px;
	line-height: 18px;
}

.shopping-bag .cart-info a {
	color: #adadad;
}

/* Page Wrappers */

#content {
	font-size: 1.2em;
	float: left;
	width: 100%;
}

.page .page-title, .single .page-title, .category .page-title, .tag .page-title  {
	font-weight: 300;
	padding: 20px 20px 20px 25px;
	background-color: #ffffff;
	word-spacing: 3px;
	border-bottom: 1px dotted #e1e1e1;
	margin: 0;
}

.inner-container {
	padding: 25px;
}

#shop.archive .inner-container {
	float: none;
}

.home .inner-container {
	padding-bottom: 0;
}

#content .navigation {
	padding-top: 0;
	padding-left: 20px;
	padding-right: 20px;
}

/* Sidebar */

#sidebar {
	min-height: 100px;
	float: left;
	position: relative;
	width: 185px;
	overflow-y: auto;
	overflow: visible;
}


.widgettitle {
	text-transform: uppercase;
	font: bold 10px Arial;
	margin-bottom: 20px;
}

.widget ul ul {
	margin: 0;
}

.widget ul li {
	margin: 0;
	padding: 0;
}

/* Most Populer Widget*/
#sidebar .widget.widget_popular {
	padding:5px 20px !important;
}

/* Rekening Widget*/
#sidebar .widget.widget_rekening {
	
}
#sidebar .widget.widget_rekening .list_rekening{
	padding:0px;margin:0px;
}
#sidebar .widget.widget_rekening .list_rekening li{
	padding:5px 0px;
}

/* Most Cart*/
#sidebar .widget.widget_cart {
	
}
#sidebar .widget.widget_cart .list_cart{
	
}
#sidebar .widget.widget_cart .list_cart .items{
	border-bottom:solid 1px #cccccc;
	margin-bottom:5px;
	padding-bottom:5px;
}
#sidebar .widget.widget_cart .list_cart .items.empty{
	text-align:center;
}
#sidebar .widget.widget_cart .list_cart .items div{
	line-height:15px;
}

/* Contact Widget*/
#sidebar .widget.widget_contact {
}
#sidebar .widget.widget_contact .list_contact {

}
#sidebar .widget.widget_contact .list_contact .left{
	float:left;width:40%;
}
#sidebar .widget.widget_contact .list_contact .right{
	float:left;width:40%;
}

#sidebar .widget.widget_contact .sms{
	font-size:120%;
}

/* Social Widget */

#sidebar .widget_socialwidget .widgettitle {margin-bottom: 14px;}

#sidebar .widget ul.social a {
	display: block;
	background: url(../images/social-icons.png) no-repeat;
	padding-left: 22px;
}

#sidebar .widget ul.social a.facebook {
	background-position: 0 -18px;
}

#sidebar .widget ul.social a.twitter {
	background-position: 0 -43px;
}

#sidebar .widget ul.social a.rssfeed {
	background-position: 0 -67px;
}

#sidebar .widget ul.social a.email {
	background-position: 0 5px;
}

/* Login Widget */

#sidebar .widget.widget_loginformwidget {
	margin-left: 0px;
	margin: 0;
	padding: 0 0 49px;
}

#loadplace {
	display: none;
}

#loginForm .widgettitle {
	margin-bottom: 20px;
}

#loadplace li.try-again a{
	font-size: 10px;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
	line-height: 12px;
}

#loginForm, #loadplace {
	margin-top: 35px;
	margin-left: 20px;
	margin-right: 20px;
}

#loginForm ul, #loadplace ul {
	width: 100%;
}

#loginForm ul li, #loadplace ul li {
	text-transform: uppercase;
	margin-bottom: 6px;
}

#loginForm input.username {
	width: 125px;
	width: 100%;
	margin: 0;
	outline: 0;
 	font-size: 11px;
}

#loginForm input.username, #loginForm input.password {	
 	padding: 9px;
	color: #979797;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: inset 0 1px 6px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 1px 6px 0 rgba(0, 0, 0, 0.1);
	border: 1px solid #f9f9f9;
	background-color: #f9f9f9;
	background-image: url(../images/diagonal.png);
}

#loginForm input.password {
	width: 86px;
	margin-right: 3px;
}

#loadplace ul li.error-field {
	text-shadow: #fff 1px 1px 0;
	color: #868686;
	font-size: 11px;
	background: transparent url(../images/login_error_icon.png) no-repeat 0 center;
	font-style: normal;
	text-transform: none;
	margin-bottom: 16px;
	margin-top: 17px;
	font-weight: normal;
	line-height: 16px;
}

#loginformnav ul li.user-field, #loginformnav ul li.pass-field, #loadplace ul li.try-again {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}

/* Layered Nav WIdget */

.widget_layered_nav ul li a{
	width: 80%;
	display: inline-block;
}
.widget_layered_nav ul li .count {
	float:right;
	background:#eee;
	padding:0 8px;
	font-weight:bold;
}

.widget_layered_nav ul li .count {
	color: #b5b5b5;
	text-shadow: #fff 1px 1px 0;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 10px;
	font: 9px "Helvetica Neue", Arial;
	border: 1px solid #e8e8e8;
	float: right;
	padding: 4px 7px;
}

/* Product List / Best Sellers Widget */

#sidebar .widget ul.product_list_widget li:first-child { 
	border-top:none;
	padding-top: 0;
}
#sidebar .widget ul.product_list_widget li:last-child { 
	border-bottom:none;
}

#sidebar .widget ul.product_list_widget li {
	list-style: none;
	padding: 8px 0 12px;
	margin: 0;
	border-top: 1px solid #f8f8f8;
	border-bottom: 1px solid #e6e6e6;
	display: inline-block;
	width: 100%;
}

#sidebar .widget .product_list_widget li a {
	font-weight: bold;
	display: block;
	line-height: 14px;
}

#sidebar .widget .product_list_widget li img {
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	background-color: #fff;
	margin-left: 4px;
	width: 48px;
	height: auto;
	border-radius: 4px;
	float: right;
}

/* Dropdown Widget */

.widget_nav_menu .sub-menu {
	display: none;
}

ul.menu  li a {
	display: block;
}

ul.menu  li a.active {
	color: #667b83;
}

ul.menu li {
	font: 11px 'Ubuntu', sans-serif;
	margin: 0;
	padding: 0;
}

ul.menu li ul li a, ul.menu ul.menu li ul li a {
	text-indent: 10px;
}

.menu li ul li ul li a {
	text-indent: 20px;
}

/* Product Widget */

.widget ul li.productwidget a {
	padding: 0;
}

.productwidgetimg {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
	height: auto;
border-radius: 5px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	background-color: #fff;
}

.productwidgetimg img {
	border-radius: 5px;
	opacity: 1;
	transition: opacity .2s ease-in-out;
   -moz-transition: opacity .2s ease-in-out;
   -webkit-transition: opacity .20s ease-in-out;
	display: block !important;
	width: 100% !important;
	height: auto;
}
.productwidgetimg img:hover {
    opacity: 0.7;
}

/* Breadcrumbs */

#breadcrumb {
	padding: 0px;
	color: #543015;
	background-color: #ffffff;
	text-transform: uppercase;
	font: bold 0.78em Helvetica;
}

#breadcrumb:after {
	content: "";
	clear: both;
}


#breadcrumb a {
	color: #b5b5b5;
}

/* Product Carousel */

.es-carousel-wrapper .slide-title, #content ul.products li .price {
	position: absolute;
	font-weight: bold;
	font-size: 10px;
	padding: 7px 14px;
	line-height: 20px;
}

.es-carousel-wrapper .slide-title:after, #content ul.products li .price:after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	top: 100%;
	border-width: 4px 4px;
	border-style: solid;
}

.es-carousel-wrapper .slide-title {
	text-transform: uppercase;
	letter-spacing: 1px;
	top: -19px;
	left: -9px;
	z-index: 10;
}

.ie8 .es-carousel-wrapper .slide-title {
	text-transform: uppercase;
	letter-spacing: 1px;
	top: -19px;
	left: 0px;
}

/* Product */

#content ul.products li .price {
	right: -8px;
	top: 10px;
}

.ie8 #content ul.products li .price {
	right: 0px;
	top: 12px;
}

.es-carousel-wrapper .slide-title:after {
	left: 0px;

}

#content ul.products li .price:after {
	right: 0px;

}

.summary .variations_form table {
	width: 100%;
	background-color: #fff;
	margin-bottom: 0;
}

.summary .variations_form table td label {
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	margin-left: 10px;
}

.summary .variations_form table td {
	border: 1px dotted #e1e1e1;
	padding: 10px;
}

.summary .variations_form table td .selectBox-dropdown {
	min-width: 100%;
}

.summary .variations_form table td .reset_variations {
	width: 1px;
	height: 1px;
	text-indent: -9999px;
	float: right;
}




.single div.product .onsale {
display: none;
}
.single div.product {
	position: relative;

}

div.product .product_title {
	font-weight: 300;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
	width: 330px;
	color:#543015;
}

div.product p.price:after {
	background: #fffeff none repeat scroll 0 0;
	border-radius: 5px 5px 5px 5px;
	content: "";
	display: block;
	height: 5px;
	position: absolute;
	right: 0;
	top: 17px;
	width: 5px;
}

div.product p.price:before {
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-style: solid;
	border-width: 18px;
	content: "";
	position: absolute;
	right: -36px;
	top: 0;
}

div.product div.summary p {
	clear: both;
}

div.product div.summary p.price {
	clear: none;
	font-size: 1.5em;
}

div.product p.price {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	display: inline-block;
	padding: 5px 16px 5px 12px;
	line-height: 26px;
	float: right;
	position: absolute;
	right: -25px;
}
div.product p.price .amount {

	color: #FFFFFF;

}




div.product div.images {
	float: left;
}
div.product div.images .inner_image {
	width: 320px;
	height: 320px;
	border: 15px solid #fefefe;
	-moz-box-shadow: 0 0 4px #888;
	-webkit-box-shadow: 0 0 4px#888;
	box-shadow: 0 0 4px #d4d4d4;
	display:table-cell;
	vertical-align:middle;
}
div.product div.images .inner_image .watermark {
	position:absolute;
	bottom:0px;right:0px;
}
div.product div.images .img_thumb {

}
div.product div.images .img_thumb img{
	border: 5px solid #FEFEFE;
	-moz-box-shadow: 0 0 4px #888;
	-webkit-box-shadow: 0 0 4px#888;
	box-shadow: 0 0 4px #D4D4D4;
	background: white;
	display: block;
	height: auto;
	width: auto;
	float:left;
	margin:5px 5px 5px 0px;
	cursor:pointer;
}

div.product p.price del {
	font-size: 14px;
	color: #fff;
}

div.product div.images a {
	display: block;
  height: auto;
  width: auto;
  text-align:center;
}
.single-product .product .wp-post-image { max-width:100%; height:auto; width:auto; }
div.product div.images img {
	max-width:320px;
	max-height: 320px;
}

div.product div.images div.thumbnails {
	overflow: hidden;
	zoom: 1;
	width: 100%;
	margin-top: 0;
	margin-left: -5px;
}

div.product div.images div.thumbnails .zoom {
	border-width: 5px;
}

div.product div.images div.thumbnails:after {
	content: "";
	display: block;
	clear: both;
}

div.product div.images div.thumbnails a {
	float: left;
	padding: 0;
	width: auto;
	margin: 10px 5px 5px;
}

div.product div.images div.thumbnails a img {
	height: auto;
	width: 45px;
}

div.product div.summary {
	padding-top: 0;
	line-height: 24px;
	width: 340px;
	float: right;
	border-bottom: 1px dotted #543015;
	padding-bottom: 10px;
}

div.product div.summary .cart {
	clear: both;
	width: 100%;
}

.single-product .summary .product_meta {
	font-size: 0.8751em;
	border-top: 1px dotted rgba(0, 0, 0, 0.1);
	margin-top: 10px;
	margin-bottom: 20px;
}

.single-product .summary .product_meta a {
	text-transform: capitalize;
}

.single-product .product .product_tabs ul.tabs {
	margin: 0;
}

.single-product .product .product_tabs ul.tabs li {
	width: auto;
}

.single-product .product .product_tabs ul.tabs li:nth-child(2n) {
	float: left;
}

.single-product .product .product_tabs ul.tabs li a {
	-webkit-border-top-left-radius: 0.53em;
	-webkit-border-top-right-radius: 0.53em;
	-moz-border-radius-topleft: 0.53em;
	-moz-border-radius-topright: 0.53em;
	border-top-left-radius: 0.53em;
	border-top-right-radius: 0.53em;
}

.single-product .product .product_tabs,
  .single-product .product .related-products {
	clear: both;
}

.single-product .product_tabs {
	margin-bottom: 25px;
}

.single-product .product_tabs ul.tabs {
	border: 1px solid #ebebeb;
	list-style: none;
	margin: 0;
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#ededed));
	background: -webkit-linear-gradient(#fbfbfb, #f7f7f7);
	background: -moz-linear-gradient(center top, #fafafa 0%, #ededed 100%);
	background: -moz-gradient(center top, #fafafa 0%, #ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#fafafa,endColorstr=#ededed);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#fafafa, endColorstr=#ededed)";

	-webkit-border-top-left-radius: 0.53em;
	-webkit-border-top-right-radius: 0.53em;
	-moz-border-radius-topleft: 0.53em;
	-moz-border-radius-topright: 0.53em;
	border-top-left-radius: 0.53em;
	border-top-right-radius: 0.53em;
}

.single-product .product_tabs ul.tabs:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

.single-product .product_tabs ul.tabs li {
	width: 48%;
	float: left;
	top: 1px;
	position: relative;
}

.single-product .product_tabs ul.tabs li:nth-child(2n) {
	
	float: right;
}
.single-product .product_tabs ul.tabs li.active:first-child a {
	-webkit-border-top-left-radius: 0.53em;
	-moz-border-radius-topleft: 0.53em;
	border-top-left-radius: 0.53em;
}
.single-product .product_tabs ul.tabs li a {
	display: block;
	padding: 1em 1.5em;
	color: #989898;

}

.single-product .product_tabs ul.tabs li a:hover {
	background: #fff;
	text-decoration: none;	
}

.single-product .product_tabs ul.tabs li.active a {
	background: #fff;
	text-decoration: none;
	-webkit-border-top-left-radius: 0em;
	-webkit-border-top-right-radius: 0em;
	-moz-border-radius-topleft: 0em;
	-moz-border-radius-topright: 0em;
	border-top-left-radius: 0em;
	border-top-right-radius: 0em;

}

.single-product .product_tabs .panel {
	padding: 1.618em;
	background: #fff;
	-webkit-border-bottom-left-radius: 0.53em;
	-webkit-border-bottom-right-radius: 0.53em;
	-moz-border-radius-bottomleft: 0.53em;
	-moz-border-radius-bottomright: 0.53em;
	border-bottom-left-radius: 0.53em;
	border-bottom-right-radius: 0.53em;
	border: 1px solid #ebebeb;
	border-top-style: none;
}

.single-product .product_tabs .panel h2:first-child,
.single-product .product_tabs .panel #reviews h2 {
	margin: 0 0 1.2em;
	padding-top: 0;
	font-size: 14px;
	text-transform: capitalize;
}

.single-product .product_tabs .panel ul,
.single-product .product_tabs .panel ol {
	margin-left: 1.618em;
}

ul.products,
.upsells.products ul.products,
 ul,
.upsells.products ul {
	float: none;

}

ul.products .count {
	display: none;
}
.products ul, ul.products {
	padding: 0;
	list-style: none outside;
	margin: 0;
}

#shop.archive #content h1 {
	font-weight: 300;
	margin: 0;
	padding-bottom: 20px;
}

ul.products {
	margin-left: 0;
	padding-left: 0;
}

ul.products li {
	position: relative;
}

#content ul.products li {
	text-align: center;
	-webkit-transition: all ease-in-out .2s;
}
#content ul.products li h3 {
	background-color: #f3f3f3;
	margin-bottom: 0;
	padding-bottom: 15px;
	bottom: 0;
	position: absolute;
	font: 0.9em Helvetica;
	width: 220px;
	padding-top: 15px;
	border-top: 1px solid #eaeaea;
}


#content ul.products li .price del {
	display: none;
}

#content ul.products li .price ins {
	margin: 0;
	color: #fff;
}

#content ul.products li .onsale {
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	color: #fff;
	font: bold 10px Arial;
	-webkit-transition: all ease-in-out .2s;
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	top: 0;
	right: 84px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-shadow: none;
	z-index: 1;
	text-transform: uppercase;
}

#content ul.products li:hover .onsale {
	filter: alpha(opacity=50);
	opacity: 0.5;
	top: 55px;
}

#content ul.products li{	
	background: white url(../images/loading.gif) no-repeat scroll 50% 40%;
	float: left;
	margin-bottom: 8px;
	margin-right: 8px;
	width: 230px;
	position: relative;
	padding: 0px;
	border: 1px solid #eee;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#content ul.products li:hover{
	border: 1px solid #4ca4b2;
}

#content ul.products li img {
	display: none;
	width: auto;
	height: auto;
	position: relative;
}

ul.products li.first {
	clear: both;
}

ul.products li.last {
	margin-right: 0;
}

#content ul.products li .button {
	display: none;
}

#content ul.products li:hover {
}
#content .product_paging {
	bottom: 0px;
	text-align: center;
	margin-top:5px;
}
#content .product_paging a{
	background:#543015;
	color:#fff;
	padding: 5px 10px;	
}
#content .product_paging span{
	color: white;
	background: #543015;
	padding: 2px 10px;
	border:1px solid #fff;
	outline:1px solid #543015;
	display:inline-block;
}

#main-content {
	float: left;
	padding-top: 25px;
	padding-left: 10px;
}

#page-content {
	padding: 10px 20px 20px;
}

.clearboth {
	clear: both;
}

.related, .upsells {
	clear: both;
}
.related h2, .upsells h2 {
	font-size: 14px;
}
.upsells {
	margin-left: 20px;
	margin-top: -20px;
}

.related:after,.upsells.products:after {
	content: "";
	display: block;
	clear: both
}

.related ul.products,.upsells.products ul.products,.related ul,.upsells.products ul {
	float: none
}

.related ul.products li.product,.upsells.products ul.products li.product,.related ul li.product,.upsells.products ul li.product {
	width: 48%
}

.related ul.products li.product img,.upsells.products ul.products li.product img,.related ul li.product img,.upsells.products ul li.product img {
	width: 5%;
	height: auto
}

table.shop_attributes {
	border: 0;
	border-top: 1px dotted rgba(0,0,0,0.1);
	margin-bottom: 1.618em;
	width: 100%
}

table.shop_attributes th {
	width: 150px;
	font-weight: bold;
	padding: 8px;
	border-top: 0;
	border-bottom: 1px dotted rgba(0,0,0,0.1);
	margin: 0;
	line-height: 1.5em
}

table.shop_attributes td {
	font-style: italic;
	padding: 0;
	border-top: 0;
	border-bottom: 1px dotted rgba(0,0,0,0.1);
	margin: 0;
	line-height: 1.5em
}

table.shop_attributes td p {
	margin: 0;
	padding: 8px 0
}

table.shop_attributes .alt td,table.shop_attributes .alt th {
	background: rgba(0,0,0,0.025)
}
table.shop_table dl.variation {
	float: left;
	width: 100%;
	font-size: 11px;
	color: #9a9a9a;
}
table.shop_table dl.variation dt {
	float: left;
	margin-right: 5px;
}
table.shop_table dl.variation dd {
	font-weight: bold;
}
table.shop_table {
	border: 1px solid #ebebeb;
	text-align: left;
	width: 100%;
	border-collapse: separate;
	background-color: #fff;
	margin-left: 0;
}

table.shop_table tr.cart-subtotal th, table.shop_table tr.shipping th, table.shop_table tr.total th {
	border-top: 1px solid #ebebeb;

}
table.shop_table thead {
	background: #fbfbfb;
	background: -moz-linear-gradient(top, #fbfbfb 1%, #f7f7f7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #fbfbfb), color-stop(100%, #f7f7f7));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f7f7f7', GradientType=0);
}

.cart table.shop_table .checkout-button.button, #place_order.button {
	margin: 0;
}

table.shop_table .checkout-button.button, #place_order.button {
	float: right;
	margin: 0 10px 10px 0;
}

#place_order.button {
	padding: 8px 12px;
}

table.shop_table .button {
	margin-left: 10px;
}
table.shop_table .coupon .button {
	float: none;
}
table.shop_table .coupon {
	float: left;
}
table.shop_table th {
	text-shadow: #fff 1px 1px 0;
	font-weight: bold;
	line-height: 18px;
	padding: 10px 12px}

table.shop_table td {
	padding: 8px 12px;
	vertical-align: middle;
	border-top: 1px solid #ebebeb;
}


table.shop_table td.product-remove .remove:hover {
	background: #fff;
}
.shop_table .product-remove .remove {
	border: 1px solid #ebebeb;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.6);
	-webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.6);
	-moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.6);
	-o-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.6);
	background: #fafafa;
	font-size: 11px;
	margin-left: 5px;
	padding-left: 3px;
	padding-right: 3px;
	color: #c9c9c9;
}
table.shop_table td.product-name {
	text-transform: capitalize;
}

table.shop_table tfoot td {
	font-weight: bold
}

.not-ie .selectBox-dropdown  {
	filter: none;
}

/* Custom Select Box */

.selectBox-dropdown, .widget_layered_nav ul li .count{
	background: #fefefe;
	background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f4f4f4));
	background: -webkit-linear-gradient(#fefefe, #f4f4f4);
	background: -moz-linear-gradient(center top, #fefefe 0%, #f4f4f4 100%);
	background: -moz-gradient(center top, #fefefe 0%, #f4f4f4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#fefefe,endColorstr=#f4f4f4);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#fefefe, endColorstr=#f4f4f4)";
}

.selectBox-dropdown {
	position: relative;
	border: 1px solid #dadada;
	outline: none;
	min-width: 177px;
	vertical-align: middle;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	font: bold 0.8em Helvetica;
}

.col-2 .selectBox-dropdown, .col-1 .selectBox-dropdown {
	min-width: 0px;
	width: 99% !important;
}

.selectBox-dropdown.selectBox-menuShowing {
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.selectBox-dropdown .selectBox-label {
	cursor: pointer;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	padding: 9px 8px 9px 12px;
	color: #989898;
	text-shadow: #fff 1px 1px 0;
}

.selectBox-dropdown .selectBox-arrow {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	width: 31px;
	height: 100%;
	background: url(../images/select-arrows.png) no-repeat center center;
	border-left: solid 1px #dadada;
}

.selectBox-dropdown-menu {
	position: absolute;
	z-index: 99999;
	max-height: 200px;
	min-height: 1em;
	border: 1px solid #dadada;
	background: #FFF;
	overflow: auto;
	border-top-style: none;
}

.selectBox-inline {
	min-width: 150px;
	outline: none;
	border: solid 1px #BBB;
	background: #FFF;
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: auto;
}

.selectBox-inline:focus {
	border-color: #666;
}

.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
	list-style: none;
	display: block;
	cursor: default;
	padding: 0;
	margin: 0;
}

.selectBox-options li a {
	color: #919191;
	text-shadow: #fff 1px 1px 0;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	background: 6px center no-repeat;
	padding: 0 .5em 0 12px;
	text-transform: uppercase;
	font-family: Helvetica;
	line-height: 3.5em;
	font-weight: bold;
}

.selectBox-options LI.selectBox-hover A {
	background-color: #f6f6f6;
}

.selectBox-options LI.selectBox-disabled A {
	color: #b5b5b5;
	background-color: transparent;
}

.selectBox-options LI.selectBox-selected A {
	background-color: #f6f6f6;
}

.selectBox-options .selectBox-optgroup {
	color: #b5b5b5;
	background: #f6f6f6;
	font-weight: bold;
	line-height: 1.5;
	padding: 0 .3em;
	white-space: nowrap;
}

/* Product Post */

.single-product .summary .stock, .single-product .summary .single_variation_wrap .single_variation p.stock, .single-product .summary .single_variation_wrap .single_variation p.price {
	clear: none;
	margin-bottom: 0;
	float: left;
}

.single-product .summary .stock, .single-product .summary .single_variation_wrap .single_variation .stock, .single-product .summary .single_variation_wrap .single_variation .price {
	border: 1px solid #ebebeb;
	-webkit-border-radius: 0.382em;
	-moz-border-radius: 0.382em;
	border-radius: 0.382em;
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.6);
	-webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.6);
	-moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.6);
	-o-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.6);
	background-color: #fff;
	float: left;
	text-transform: uppercase;
	font: bold 10px Arial;
	margin-right: 10px;
}
.single-product .summary .single_variation_wrap .single_variation .price {
	color: #667b83;
	border-right: 1px solid #ebebeb;
	float: left;

}
.single-product .summary p.stock {
	margin-bottom: 10px;
	position: absolute;
	right: 0;
	margin-right: 0;
}
.single-product .summary .variations_form.cart .single_variation_wrap .single_variation p.stock {
	position: relative;
}
.single-product .summary .stock, .single-product .summary .single_variation_wrap .single_variation .price, .single-product .summary .single_variation_wrap .single_variation p.stock {
	padding: 9px;
}

/* Add to Cart Button */

.single-product .summary .button:active {
	-webkit-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.3), 0 1px 0 #ffffff;
	-moz-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.3), 0 1px 0 #ffffff;
	box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.3), 0 1px 0 #ffffff;
	top: 0;
}

.single-product .summary .button:hover {
	text-decoration: none;
	background-color: dimGray;
}

.single-product .summary .button {
	border:0px;
	padding: 20px 65px !important;
	text-transform: uppercase;
	font: normal normal 18px Arial;
	display: inline-block;
	color: white !important;
	font-weight: bold;
	border-radius: 3px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
	border-bottom: 2px solid rgba(0, 0, 0, 0.2);
	position: relative;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	background: #04bbd7; /* Old browsers */
	background: -moz-linear-gradient(top,  #04bbd7 0%, #037b8e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#04bbd7), color-stop(100%,#037b8e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #04bbd7 0%,#037b8e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #04bbd7 0%,#037b8e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #04bbd7 0%,#037b8e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #04bbd7 0%,#037b8e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04bbd7', endColorstr='#037b8e',GradientType=0 ); /* IE6-9 */
}

.single-product .summary form.cart:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

/* Quantity incrementer */

.cart .quantity {
	position: relative;
	width: 130px;
	float: left;
	margin-right: 15px;
}

.summary .quantity {
	position: relative;
	width: 130px;
	float: none;
	margin-right: 15px;
}

.summary .quantity:after,
.cart .quantity:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

.summary .quantity input.qty,
.cart .quantity input.qty {
	width: 70%;
	padding: 11px 6px;
	color: #f0aa3d;
	text-align: center;
	border: 1px solid #543015;
	margin: 0;
	float: left;
	background-color: #fff;
}

.single-product .summary .single_variation_wrap {
	overflow: hidden;
	zoom: 1;
	float: left;
	width: 100%;
	margin-top: 10px;
}

.summary .quantity .plus,
.cart .quantity .plus,
.summary .quantity .minus,
.cart .quantity .minus {
	width: 15%;
	position: absolute;
	top: 0;
	right: 0;
	border: 0;}


.summary .quantity .plus,
.cart .quantity .plus {
	color: #8a8a8a;
	cursor: pointer;
	border:1px solid #543015;
}

.summary .quantity .minus,
.cart .quantity .minus {
	color: #8a8a8a;
	cursor: pointer;
	top: auto;
	bottom: 0;
	border:1px solid #543015;
}

#account_username_field {
	margin-top: 15px;
}

.col-1 #billing_email_field  {
	margin-bottom: 10px;
}

.col-1 .create-account  {
	margin-top: 20px;
}
.col-1 .create-account p  {
	margin: 0;
}
.col-1 h3, .col-2 h3  {
	font-weight: 300;
	padding-top: 15px;
	padding-bottom: 20px;
	padding-right: 20px;
	font-size: 15px;
	
}
.col2-set .col-1, .col2-set .col-2 {

	padding: 20px;
	background-color: #fff;
}
.col2-set .col-2 #shiptobilling {
	float: right;
	margin-top: 20px;
}
form.login {
	margin-top: 10px;
	margin-bottom: 25px;
}
form.login .form-row input.input-text{
	margin-top: 10px;
}
.form-row {
  overflow: hidden;
  zoom: 1;
	margin-top: 10px;
	margin-bottom: 0;
}
.form-row label {

  display: block;
	font-size: 11px;
}
.form-row label.hidden {
  visibility: hidden;
}
.form-row select {
  width: 100%;
  cursor: pointer;
  margin: 0 !important;
}
.form-row .required {
  color: #667b83;
  font-weight: bold;
}
.form-row .input-checkbox {
  display: inline;
  margin: -2px 8px 0 0;
  text-align: center;
  vertical-align: middle;
}
.form-row label.checkbox {
  display: inline;
}


#billing_company_field.form-row {
	border-bottom: 1px dotted #e1e1e1;
	padding-bottom: 25px;
}

#coupon_code  {
	color: #6b6b6b;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.1);
	outline: 0;
	background: #f9f9f9 none;
	font-size: 11px;
	margin-left: 5px;
	padding: 9px;
}
.woocommerce-checkout form #customer_details .form-row input.input-text, .login,
.woocommerce-checkout form .form-row textarea,
.woocommerce-checkout form .form-row select {
	color: #919191;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.1);
	border: 1px solid #fffeff;
	width: 100%;
	padding: 10px;
	margin: 0;
	outline: 0;
	background: #f9f9f9 none;
	font-size: 12px;
	line-height: 1.5em;
}
form .form-row textarea {
	height: 90px;
	line-height: 1.6em;
	display: block;	
}
.form-row-first {
	width: 48%;
	overflow: visible;
	float: left;
}
.form-row-last {
	width: 48%;
  	float: right;
}
.create-account .form-row-last {
	float: none;
	width: 47%;
}
.create-account .form-row-first {
	float: left;
	padding-right: 5%;
}

#order_review_heading {
	font-weight: 300;
    clear:both;
	margin-bottom: 20px;
}
#payment li label img{
	position: relative;
	top: 6px;
	left: 5px;
}
#payment .place-order{
	margin: 0;
}
#payment {
	background: #fff;
}
#payment ul.payment_methods {
	  overflow: hidden;
	  text-align: left;
	  padding: 1em 1em 0;
	  margin: 0 !important;
	  list-style: none outside;
}
#payment div.payment_box:after {
	  content: "";
	  display: block;
	  border: 8px solid #f1f1f1;	
	  border-right-color: transparent;
	  border-left-color: transparent;
	  border-top-color: transparent;
	  position: absolute;
	  top: -5px;
	  left: 0;
	  margin: -1em 0 0 2em;
}
#payment div.payment_box {
	  position: relative;
	  width: 96%;
	  background: #f1f1f1;
	  border: 1px solid #f1f1f1;
	  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888888;
	  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888888;
	  -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888888;
	  padding: 1em 2% 0;
	  margin: 1em 0;
}
#payment ul.payment_methods li input {
	  margin: 0 1em 0 0 !important;
}
.shipping_calculator {
	float: left;
}

.cart_totals h2 {
	font-size: 14px;
}


.ordering {
	cursor: pointer;
	position: absolute;
	top: 15px;
	right: 15px;
}

.cart_totals {
	float: right;
	width: 100%;
	margin-bottom: 10px;
}

.cart_totals table{
	text-align: left;
	width: 100%;
	border-collapse: separate;
	background-color: #fff;
	margin-left: 0;
	border-right: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 25px;
}
.cart_totals table td, .cart_totals table th {
	padding: 8px 12px;
	vertical-align: middle;
	border-top: 1px solid #ebebeb;
}

/* Product Rating Stars */

.star-rating {
	float: right;
	width: 80px;
	height: 16px;
	background: url(../images/star.png) repeat-x left 0
}
.star-rating span {
	background: url(../images/star.png) repeat-x left -32px;
	height: 0;
	padding-top: 16px;
	overflow: hidden;
	float: left
}
.hreview-aggregate .star-rating {
	margin: 10px 0 0 0
}

p.stars:after {
	content: "";
	display: block;
	clear: both
}
p.stars span {
	width: 80px;
	height: 16px;
	position: relative;
	float: left;
	background: url(../images/star.png) repeat-x left 0
}
p.stars span a {
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height: 0;
	padding-top: 16px;
	overflow: hidden
}
p.stars span a:hover, p.stars span a:focus {
	background: url(../images/star.png) repeat-x left -16px
}
p.stars span a.active {
	background: url(../images/star.png) repeat-x left -32px
}
p.stars span a.star-1 {
	width: 16px;
	z-index: 10
}
p.stars span a.star-2 {
	width: 32px;
	z-index: 9
}
p.stars span a.star-3 {
	width: 48px;
	z-index: 8
}
p.stars span a.star-4 {
	width: 64px;
	z-index: 7
}
p.stars span a.star-5 {
	width: 80px;
	z-index: 6
}

/* Review Form */

#review_form #respond p {
	margin: 0 0 10px
}

#reviews ol, #reviews .add_review {
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
}
#reviews .add_review .button {
	float: right;
	margin: 0;
}
#reviews .avatar {
	float: left;
}
#reviews div.comment-text:after {
	content: "";
	display: block;
	border: 8px solid #f8f8f8;
	border-left-color: transparent;
	border-top-color: transparent;
	border-bottom-color: transparent;
	position: absolute;
	left: -16px;
	margin-right: 0;
	margin-bottom: 0;
	top: 12px;
}
#reviews div.comment-text {
	position: relative;
	background: #f8f8f8;
	padding: 1em 2% 0;
	float: right;
	width: 84%;
	margin: 0 0 1.3em;
}
#reviews div.comment-text .meta {
	font-size: 11px;
	margin-bottom: 12px;
}

/* Elastislide Style */

.es-carousel-wrapper {
	position:relative;
	padding: 33px 38px;
}
.es-carousel{
	overflow:hidden;
}
.es-carousel ul {
	display:none;
	height:270px;
}
.es-carousel ul li:first-child{
	margin-left:0px !important;
}
.es-carousel ul li{
	height:230px !important;
	width:200px !important;
	float:left;
	border: 1px solid rgba(25, 120, 133, 0.41) !important;
	position:relative;
	margin-left:10px !important;
	margin-right:0px !important;
}
.es-carousel ul li a{
	display: table-cell;
	vertical-align: middle;
	height:252px;
	width: 196px;
	border: 0px !important;
	text-align:center;
}
.es-carousel ul li a img {
	display:block;
	max-height:100%;
	max-width:100%;
	height: auto;
	margin:0 auto;
	margin-bottom:-3px;
}
.es-nav span {
	height:26px;
	width:24px;
	display:block;
	z-index:9999;
	font-size:0px;
	line-height:0px;
	text-indent:-999px;
}
.es-nav span {
	position:absolute;
	background: transparent url(../images/buttons.png) no-repeat;
	text-indent:-9000px;
	cursor:pointer;
	top: 44%;
}
.es-nav span.es-nav-prev {
	left: 10px;
}
.es-nav span.es-nav-next {
	right:10px;
	background-position: right bottom;
}

/* Slider Wrappers */

 .slider-wrapper, .image-wrapper, .gmap, .youtube-wrapper, .col2-set .col-1, .col2-set .col-2, .blog .comment-body  {	
	border: 15px solid #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.10);
	-o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.10);
	margin-bottom: 20px;
	position: relative;
	background-color: #fff;
}
.gmap {	
	margin-bottom: 0;
	width: 95.7%;
	background-color: #fff;
}

.home .slider-wrapper {
	margin: 0 auto;
	width: 950px;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 10px;
	background: #fff;
	position:relative;
}

.home .videoWrapper {
	border-bottom: 1px solid #dadada;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
	background: #fff;
}
.videoWrapper iframe, .videoWrapper object embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-bottom: 10px;
}
.page #basicimage img {
	max-width: 100%;
	height: auto;
	display: block;
}


.item-image {
	position: relative;
	top: 0;
}

.home.page #basicimage {
		border-bottom: 1px solid #dadada;
}

.page #basicimage iframe, .page #basicimage object, .page #basicimage embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* Blog */

.blog .post {
	clear: both;
}

.blog .post_inner {
	position: relative;
	border-bottom: 1px dotted #e1e1e1;
	padding-bottom: 35px;
	margin-right: 80px;
}

.blog #comments .avatar {
	margin-right: 15px;
}

.blog #comments {
		position: relative;
	padding-bottom: 0 !important;
	margin-right: 80px;
}

h3#comments-title {
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	margin-right: 0;
	margin-left: 0;
	float: right;
	position: absolute;
	top: 15px;
	right: 0;
}
.comment-container {padding:0;}
.comment-container .children {margin-top:0;padding-top:0;}
.comment-author {
	clear: both;
}
.comment-author img { float: left; margin-right: 5px;
}

.comment-meta {
	color: #e8e8e8;
	font-style: italic;
	font-size: 10px;
	margin-bottom: 5px;
}
#commentform img.avatar {margin:0;}
#comments .fn {margin:0;
	text-transform: capitalize;
	font-weight: normal;
	font-style: normal;
}
#comments .fn cite {font-style:normal;}
a.comment-reply-link {	color: #667b83;
display:block;}

li.comment ul.children li {
	margin-left: 65px;
}
#commentform .form-submit {
	margin-bottom: 0;
}
#comments .comment-form-comment {
		width: 108%;

}
#comments .comment-form-author {
	float: left;
		width: 30%;
	margin-right: 5%;
}
#comments .comment-form-email {
		width: 30%;
	float: left;
		margin-right: 5%;

}
#comments .comment-form-url {
		width: 30%;
	float: left;
}
#comments .comment-form-comment {
	clear: both;
}

#fancybox-content label{
	font-size: 12px;
}
 #fancybox-content input#author, #fancybox-content input#email, #fancybox-content textarea#comment, .login .input-text, #comments input#author,#comments input#email, #comments input#url, #comments textarea#comment{ border: 1px solid #e1e1e1; margin-top: 5px; padding: 9px;
background-color:#fff;
		-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	color: #9C9B9B;
	width: 90%;
}

.blog .entry-content {
	position: relative;
	margin-left: 180px;
}




.single .entry-content {
	position: relative;
	margin-left: 0px;
}



.post_inner .button {
	margin-top: 0;
}


.blog .post .entry-title {
	letter-spacing: -1px;
	margin-bottom:16px;
	font-size: 22px;
	font-weight: 300;
}
.single .blog .post .entry-title {
	margin-bottom:24px;
	position: relative;
	margin-right: 80px;
}

.single .blog .post  .fl {
	margin-bottom:20px;
	margin-left:80px;
	position: relative;
}
.single .blog .post_inner {
	border-bottom: 1px none #e1e1e1;
	padding-bottom: 0px;
}

.blog .date {
	text-align:center;
	width:55px;
	background:#ffffff;
	-webkit-box-shadow:0 1px 0 rgba(0, 0, 0, .05);
	-moz-box-shadow:0 1px 0 rgba(0, 0, 0, .05);
	box-shadow:0 1px 0 rgba(0, 0, 0, .05);
	left: 95px;
	z-index: 1;
	top: 15px;
	float: right;
}




.blog .date small {
	padding:6px 0 4px;
	display:block;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

.blog .date .date_day {
	padding:5px 0 0;
	margin:0;
	line-height: 1em;
	font-size: 30px;
}

.blog .date span {
	font-size:12px;
	padding-bottom:3px;
	display:block;
}

.blog header figure {

	margin-bottom:15px;
	margin-left:0px;
		height: auto;
	display: block;
	margin-right: 80px;
}

.blog header figure img {
	width: 100%;
	height: auto;
	display: block;
}

.blog .post footer {
	padding-right: 25px;
	float: left;
	margin-bottom: 15px;
}

.blog .post footer ul li {
	border-bottom: 1px dotted #e1e1e1;
	list-style:none;
	font-size:11px;
	line-height:30px;
	padding-right: 30px;
}

.blog .post footer ul li:last-child {
	border-bottom-style: none;
}

.blog .post .entry-title a {
	color: #6b6b6b;
}
.social-single {
	border-bottom: 1px dotted #e1e1e1;
	border-top: 1px dotted #e1e1e1;
	height: 30px;
	padding-top: 10px;
	margin-bottom: 20px;
}
.sharebuttons {
	float: right;
}

#twitterbutton, #likebutton, #stumblebutton, #sharebutton, #linkedinshare {
	display: block;
	float: left;
}
#twitterbutton {
	margin-right: 0;
}

#likebutton {
	margin-left: -15px;
}

/* Footer */

#footer {
	margin-bottom: 5px;
	clear: both;
	background-color: #fffffe;
	padding: 10px;
	margin-top:10px;
}

#footer p {
	font: 10px Arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: 0;
	margin-left: 20px;
}


/*quick search*/
.suggestions{z-index:1000; position: absolute; top:45px;left:-122px; width:300px; display:none;clear:both; }
.suggestiond{z-index: 1000;position: absolute;top: 172px;right: 2px;width: 300px;display: none;clear: both;}


#searchresults {z-index:1000;position:relative;padding:5px 5px 5px 5px; border-width:1px; border-color:#ccc; border-style:solid; width:300px; background-color:#fff; font-size:10px; line-height:14px;}
#searchresults a {z-index:1000; padding-left:8px;display:block; background-color:#fff; clear:left; height:56px; text-decoration:none;-webkit-border-radius:3px;-moz-border-radius:3px; padding:0px;height:40px;}
#searchresults a:hover { background-color:#f0f0f0; color:#000; }
#searchresults a img {z-index:1000; float:left; padding:5px 10px; }
#searchresults a span.searchheading {z-index:1000; display:block; font-weight:bold; padding-top:5px; color:#191919; }
#searchresults a:hover span.searchheading { color:#000; }
#searchresults a span {z-index:1000; color:#555555; }
#searchresults a:hover span { color:#000; }
#searchresults span.category {z-index:1000; font-size:11px; margin:5px; display:block; color:#000; }
#searchresults span.seperator {z-index:1000; float:right; padding-right:15px; margin-right:5px;
			background-image:url(../images/shortcuts_arrow.gif); background-repeat:no-repeat; background-position:right; }
#searchresults span.seperator a {z-index:1000; background-color:transparent; display:block; margin:5px; height:auto; color:#000; }

#content ul.products li img {max-width:230px;max-height:175px;display:block;margin:0 auto;}
.testimonial_img{width:100px;height:100px;}


/*css article news*/
#article_new{}
#article_new .list{margin:5px 0 5px 0; padding:5px;border-bottom:solid 1px #EFEFEF;text-align:left;}
#article_new .list .title{margin:0px;padding:0px;}
#article_new .list .title h1{padding:0px;margin:0px;color:#6B6B6B;font-size:16px;}
#article_new .list .title h1 a{color:#6B6B6B;font-size:18px;}
#article_new .list .title h1 a:hover{text-decoration:underline;}
#article_new .list .subtitle{font-size:10px;margin:0px;padding:0px;}
#article_new .list .subtitle .by{color:#6B6B6B}
#article_new .list .subtitle .date{color:#6B6B6B}
#article_new .list .detail_sort{margin:10px 0 0 0;text-align:justify;}
#article_new .list .detail_sort li{float:none; display:list-item;width:auto;margin:0px;padding:0px;height:auto;}
#article_new .list .detail_sort a{color:#1D5D89}
#article_new .list .detail_sort a:hover{text-decoration:underline;}
#article_new .list .detail_sort .outer_readmore{text-align:right;padding:0 15px 0 15px;margin:0 0 10px 0;}
#article_new .list .detail_sort .outer_readmore .readmore {padding:5px 10px 5px 10px;background:#6B6B6B;color:#FFF;}
#article_new .list .detail_sort .outer_readmore .readmore:hover {background:#333333;cursor:pointer;}

#page_new{}
#page_new .list{margin:5px 0 5px 0; padding:5px;border-bottom:solid 1px #EFEFEF;text-align:left;}
#page_new .list .title{margin:0px;padding:0px;}
#page_new .list .title h1{padding:0px;margin:0px;color:#6B6B6B;font-size:16px;}
#page_new .list .title h1 a{color:#6B6B6B;font-size:18px;}
#page_new .list .title h1 a:hover{text-decoration:underline;}
#page_new .list .subtitle{font-size:10px;margin:0px;padding:0px;}
#page_new .list .subtitle .by{color:#6B6B6B}
#page_new .list .subtitle .date{color:#6B6B6B}
#page_new .list .detail_sort{margin:10px 0 0 0;text-align:justify;}
#page_new .list .detail_sort li{float:none; display:list-item;width:auto;margin:0px;padding:0px;height:auto;}
#page_new .list .detail_sort a{color:#1D5D89}
#page_new .list .detail_sort a:hover{text-decoration:underline;}
#page_new .list .detail_sort .outer_readmore{text-align:right;padding:0 15px 0 15px;margin:0 0 10px 0;}
#page_new .list .detail_sort .outer_readmore .readmore {padding:5px 10px 5px 10px;background:#6B6B6B;color:#FFF;}
#page_new .list .detail_sort .outer_readmore .readmore:hover {background:#333333;cursor:pointer;}

#outer_backto{text-align:left;padding:0 15px 0 15px;margin:0 0 10px 0;}
#outer_backto .left{float:left;width:300px;}
#outer_backto .right{float:right;width:300px;text-align:right;}
#outer_backto .left .backto{padding:5px 10px 5px 10px;background:#6B6B6B;color:#FFF;}
#outer_backto .left .backto:hover{background:#333333;}
#outer_backto .right a{padding:5px 10px 5px 10px;background:#6B6B6B;color:#FFF;}
#outer_backto .right a:hover{background:#333333;}

#related_article{background:#f2f2f2;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;border:solid 1px #666666;padding:10px}
#related_article .title { line-height:10px; font-size:14px;}
#related_article a{color:#6B6B6B;}
#related_article a:hover{text-decoration:underline;}
#related_article li{float:none;width:auto;margin:0px;padding:0px; height:15px;}

#pagging_page_article{height:20px;padding:30px}
#pagging_page_article a{background:#5E7279;color:#fff;padding: 2px 5px;-webkit-border-radius: 5px;border-radius: 5px;}
#pagging_page_article a:hover{background:#6D9BAC;}
#pagging_page_article span{color: white;background: #6D9BAC;padding: 2px 5px;-webkit-border-radius: 5px;border-radius: 5px;}

#pagging_page_news{height:20px;padding:30px}
#pagging_page_news a{background:#5E7279;color:#fff;padding: 2px 5px;-webkit-border-radius: 5px;border-radius: 5px;}
#pagging_page_news a:hover{background:#6D9BAC;}
#pagging_page_news span{color: white;background: #6D9BAC;padding: 2px 5px;-webkit-border-radius: 5px;border-radius: 5px;}

#pagging_page_testimony{height:20px;padding:30px}
#pagging_page_testimony a{background:#5E7279;color:#fff;padding: 2px 5px;-webkit-border-radius: 5px;border-radius: 5px;}
#pagging_page_testimony a:hover{background:#6D9BAC;}
#pagging_page_testimony span{color: white;background: #6D9BAC;padding: 2px 5px;-webkit-border-radius: 5px;border-radius: 5px;}

.cart_totals table td {text-align:right;}
.woocommerce-checkout form #customer_details .form-row input.input-text, .login,
.woocommerce-checkout form .form-row textarea,
.woocommerce-checkout form .form-row select {
	color: #919191;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.1);
	border: 1px solid #fffeff;
	width: 100%;
	padding: 10px;
	margin: 0;
	outline: 0;
	background: #f9f9f9 none;
	font-size: 12px;
	line-height: 1.5em;
}
form .form-row textarea {
	height: 90px;
	line-height: 1.6em;
	display: block;	
}
.form-row-first {
	width: 48%;
	overflow: visible;
	float: left;
}
.form-row-last {
	width: 48%;
  	float: right;
}
.create-account .form-row-last {
	float: none;
	width: 47%;
}
.create-account .form-row-first {
	float: left;
	padding-right: 5%;
}

.order_detail_selang{
background:#D1D1D1;
}
.order_detail_seling{
background:#8CDCDB;
}
.data_selang{
clear: both;
background: #F5F5F5;
}
.data_seling{
clear: both;
background: #F2FEFF;
}
.header_order_detail{
background:#4B4A4A;
color: #ffffff;
}

.cust_head_menu{
	clear:both;
	width:802px;
	height:39px;
	background:#3B213A url('../images/myaccount_repeat.jpg') repeat-x 0px -41px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}
.cust_head_menu .list_menu{
	float:left;
	width:115px;
	height:39px;
}
.cust_head_menu a .menu, .cust_head_menu a:link .menu, .cust_head_menu a:visited .menu{
	text-align:center;
	font-weight:bold;
	padding-top:11px;
	padding-bottom:14px;
	font-size:12px;
	color:#fff;
	margin-left:3px;
}
.cust_head_menu a:hover .menu, .cust_head_menu a.selected .menu{
	background:#743451 url('../images/myaccount_repeat.jpg') repeat-x 0px 0px;
	color:#fff;
}
.customers_content{
	clear:both;
	margin-top:0px;
	width:800px;
	border:1px solid #ccc;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	border-bottom-right-radius: 7px;
}
.customers_profile_1{background:#F5F5F5;border-bottom:4px solid #fff;}
.customers_profile_2{background:#F2FEFF;border-bottom:4px solid #fff;}

.separator_head{
background:url('../images/myaccount_repeat.jpg') repeat-x 0px -121px;
}
.data_selang{
clear: both;
background: #F5F5F5;
}
.data_seling{
clear: both;
background: #F2FEFF;
}
.header_order_detail{
background:#4B4A4A;
color: #ffffff;
}
.print_bottom_notes{
background:#F5F5F5;
}
.order_detail_selang{
background:#D1D1D1;
}
.order_detail_seling{
background:#8CDCDB;
}
.box_page_head{
	clear:both;
	width:646px;
	height:39px;
	background:url('../images/bg_head_cust_data.png') repeat-x top;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}
.box_page_head .title_white{
	float:left;
	width:200px;
	font-weight:bold;
	color:#fff;
	font-size:18px;
	margin-top:6px;
	margin-left:10px;
}
.td_gradasi{font-size:12px;font-weight:bold;text-align:center;background:url('../images/myaccount_repeat.jpg') repeat-x 0px -82px;padding-top:12px;padding-bottom:12px;}
.textInput{
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	border:1px solid #ddd;
	padding:3px;
	background-color:#fff;
}

#export_table{float:left;width:400px;margin-top:5px;margin-right:10px;text-align:right;}
#export_table a:link, #export_table a:visited{
	font-size:14px;
	color:#fff;
	text-decoration:none;
}
#export_table a:hover{
	text-decoration:underline;
}
#edit_grid{
	width:900px;
	margin-left:40px;	
}

#edit_grid .left{
	float:left;
	width:527px;
}
#edit_grid .left #form{
	width:527px;
}
#edit_grid .left #form p{
	color:#454545;
	font-weight:bold;
	font-size:18px;
	padding:10px 0 0 20px;
}
#title_edit{
	width:488px;
	height:37px;
	background:url('../images/myaccount.jpg') no-repeat 0px 0px;
}

#title_detail{
	width:510px;
	padding-left:15px;
	padding-top:4px;
	color:#5d4e05;
	font-weight:bold;
	font-size:16px;
}
#detail_body{
	margin-top:-5px;
	padding-bottom:3px;
	width:486px;
	background:#fff;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-right-radius: 8px;
}
#edit_grid .right{
	float:left;
	width:370px;
} 
#edit_grid .right .icon_list{
	border:2px solid #035C79;
	background:#EAEAEA;
	-webkit-border-radius:7px;-moz-border-radius:7px;
	padding-bottom:10px;
}
#edit_grid .right .icon_list2{
	border:0px solid #035C79;
	background:#fff;
	padding-bottom:0px;
}
#edit_grid .right #title_edit_cart{
	width:372px;
	height:44px;
	background:url('../images/myaccount.jpg') no-repeat 0px -39px;
}
#edit_grid .right #title_detail{
	width:370px;
	padding-left:15px;
	padding-top:4px;
	color:#fff;
	font-weight:bold;
	font-size:16px;
}
#edit_grid .right #detail_body_cart{
	margin-top:-5px;
	padding-bottom:3px;
	width:370px;
	background:#F5F5F5;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-right-radius: 8px;
}
#record_list{
	clear:both;
	width:485;
	margin-top:5px;
	margin-left:1px;
	background:#F5F5F5;
}
#record_list #left_side{
	clear:both;
	float:left;
	width:195px;
	margin-left:0px;
}

#record_list #right_side{
	float:left;
	width:280px;
	margin-left:2px;
}
#record_list #left_side div, #record_list #right_side div{
	padding:5px 5px 5px 5px;
}
.footer_menu{padding:0px;text-align:center;border-bottom:solid 1px #ccc;padding:10px 0px;margin-bottom:10px;}
.footer_menu li {display:inline;padding:5px;}

/* Shortocdes */
pre {
	clear: both;
	border: 1px solid #e0e0e0;
	padding: 10px;
	background: url(images/code_background.gif) repeat scroll 0 0;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap !important;
white-space: -pre-wrap;
	white-space: -o-pre-wrap;
		white-space: pre;

	overflow: auto;
	padding: 20px 10px;
	margin-bottom: 15px;
	font: 1.2em/1.5em "Consolas","Bitstream Vera Sans Mono","Courier New",Courier,monospace;
}

/* Dropcaps */

.square-dropcap, .round-dropcap {
	width: 32px;
	height: 32px;
	text-align: center;
	font-size: 15px;
	line-height: 32px;
	float: left;
	margin-top: 5px;
	margin-right: 8px;
}

.dropcap {
	width: 32px;
	height: 32px;
	color: #667b83;
	text-align: center;
	line-height: 32px;
	float: left;
	color: #727272;
	margin-top: 6px;
	margin-right: 5px;
	font-size: 38px;
}

.round-dropcap {
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 35px;
}

/* Columns */
.one_full{ width:100%;
	clear: right;
	float: left;
}
.one_half{ width:48.5%; }
.one_third{ width:31.3%; }
.two_third{ width:65.6%; }
.one_quarter{ width:22.7%; }
.one_half,.one_third,.two_third, .one_quarter{ margin-right:3%; float:left; }
.last{ margin-right:0 !important; clear:right; }

/* Buttons */

.button, .button:visited, #submit, #submit:visited {
	background: #919191 url(../images/shortcodes/button.png) repeat-x;
	
		padding: 9px 10px !important;
	text-transform: uppercase;
	font: normal normal 10px Arial;
	
	display: inline-block;

	color: #ffffff !important;
	font-weight: bold;
	border-radius: 3px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
	border-bottom: 2px solid rgba(0, 0, 0, 0.2);
	position: relative;
	cursor: pointer;
}

.button:hover, #submit:hover {
	background-color: #696969;
}

.button:active {
	top: 1px;
}

.small.button, .small.button:visited {
	font-size: 9px;
	padding-top: 0;
	padding-bottom: 0;
}

.medium.button, .medium.button:visited {
	font-size: 13px;
	line-height: 1;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
	padding-top: 6px;
	padding-bottom: 6px;
}

.large.button, .large.button:visited {
	font-size: 16px;
	padding: 10px 20px;
}

.rounded.button {
	border-radius: 25px;
}

.flat.button {
	border-bottom: none;
	box-shadow: none;
}

.pink.button, .pink.button:visited {
	background-color: #fe57a1;
}

.pink.button:hover {
	background-color: #d74b8a;
}

.green.button, .green.button:visited {
	background-color: #91bd09;
}

.green.button:hover {
	background-color: #749a02;
}

.blue.button, .blue.button:visited {
	background-color: #2daebf;
}

.blue.button:hover {
	background-color: #007d9a;
}

.red.button, .red.button:visited {
	background-color: #ff2b25;
}

.red.button:hover {
	background-color: #ba1f1b;
}

.magenta.button, .magenta.button:visited {
	background-color: #a9014b;
}

.magenta.button:hover {
	background-color: #630030;
}

.orange.button, .orange.button:visited {
	background-color: #ff5c00;
}

.orange.button:hover {
	background-color: #d45500;
}

.yellow.button,.yellow.button:visited {
	background-color: #ffb515;
}

.yellow.button:hover {
	background-color: #fc9200;
}

/* Icons */

img.card {
	width: 25px;
	height: 20px;
}

/*toggle*/
.toggle {  } 
.toggle p.tab-index { padding-bottom:16px; margin-bottom:10px; border-bottom:1px solid #d7d7d7; }
.toggle p.tab-index a { font-family:"Rokkitt","Georgia", "Times New Roman", serif !important; font-size: 18px; display:block; line-height:22px; background:url('../images/head.png') left top no-repeat; padding:0 0 0 30px; cursor:pointer; color:#3e3e3e; } 
.toggle p.tab-opened a, .toggle p.tab-index a:hover { background:url('../images/head-active.png') left top no-repeat; }
.toggle p.tab-index a:hover { text-decoration:none; }
.toggle .content-tab { border-left: 1px solid #CFCFCF; margin: 0 0 20px 10px; }
.toggle .content-tab p { padding:18px 10px 18px 20px; margin-top:0; }

/*testimonials*/
.testimonial {position:relative;margin-bottom:60px;margin-top:20px;}
.testimonial .thumbnail {position:absolute;top:0;left:0;padding-top:0;}
.testimonial .thumbnail img {width:94px;height:94px;padding:11px;max-width:none;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;}                                                          
.testimonial hr{border:solid 1px #d3d2d2;width:85%;margin-top:0px;margin-bottom:0px;}
.testimonial .testimonial-text {margin-left:136px;min-height:130px;}                                                   
.testimonial .testimonial-text p {margin:6px 0 0;}                                                 
.testimonial .testimonial-name {position: absolute;height: 20px;text-align: right;bottom: 0px;right: 10px;}
.testimonial .testimonial-name a {display:block;clear:both;}
.testimonial .testimonial-name a.name, .testimonial .testimonial-name span.name {padding-left:10px;font-size:1.4em;float:right;}
.testimonial .testimonial-name a.website {font-size:12px;color:#1c1c1c;}
.testimonial .testimonial-name a.name, .testimonial-name span.name, #primary .testimonials-slider ul li a { font-family: 'Shadows Into Light', sans-serif !important; }

/* Contact Form */
                 
#contact { width:100%;
}   
#contact fieldset {padding:0;}          
#contact ul { margin:0; list-style:none;
}  
#contact li { float: left;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 2%;
	width: 50%;
}

#contact li.textarea-field { width:auto; float:none; }
#contact label span.label { font-size: 12px;
	width: 100%;
	float: left;
}
#contact label span.sublabel { font-size: 11px; color: #9C9B9B }  

#contact li.text-field input, #contact li textarea, #contact li select, #contact .textarea-field input[type="text"] { 
	border: 1px solid #e1e1e1; 
	margin-top: 5px; 
	padding: 9px 9px 9px 32px;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	color: #9C9B9B;
}
#contact .textarea-field{
	clear:both;
}
#contact li select{
	margin-top:3px;
	width:95%;
}
#contact li.text-field input, #contact li select { font-size: 12px; background-color:#fff; 
}
#content .contact-form li select { padding:10px; }
#contact li textarea { height:150px; background-color:#fff;
	padding: 9px;
	width: 94%;
} 
#contact .text-field input[type="text"] {
	width: 77%;
}
#contact .textarea-field input[type="text"] {
	width: 89%;
	background-color:#fff;
}
#contact li #contact-submit {
	margin-top: 0;
	margin: 0;
} 
#contact-form .text-field, #contact-form .textarea-field {
	position: relative;
}
#contact .name_ico, 
#contact .email_ico , 
#contact .subject_ico , 
#contact .bank_ico , 
#contact .money_ico , 
#contact .calendar_ico , 
#contact .dollar_ico , 
#contact .invoice_ico , 
#contact .telepon_ico , 
#contact .teleponlight_ico {
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	z-index: 10;
}
#contact .name_ico {
	background: url(images/ico_user.png) no-repeat center center;
	left: 11px;
	top: 36px;
}
#contact .email_ico {
	background: url(images/ico_email.png) no-repeat center center;
	left: 11px;
	top: 36px;
}
#contact .subject_ico {
	background: url(images/ico_subject.png) no-repeat center center;
	left: 11px;
	top: 36px;
}
#contact .bank_ico {
	background: url(images/ico_bank.png) no-repeat center center;
	left: 11px;
	top: 36px;
}
#contact .money_ico {
	background: url(images/ico_money.png) no-repeat center center;
	left: 11px;
	top: 36px;
}
#contact .calendar_ico {
	background: url(images/ico_calendar.png) no-repeat center center;
	left: 11px;
	top: 36px;
}
#contact .dollar_ico {
	background: url(images/ico_dollar.png) no-repeat center center;
	left: 11px;
	top: 36px;
}
#contact .invoice_ico {
	background: url(images/ico_invoice.png) no-repeat center center;
	left: 11px;
	top: 36px;
}
#contact .telepon_ico {
	background: url(images/ico_telephone.png) no-repeat center center;
	left: 11px;
	top: 36px;
}
#contact .teleponlight_ico {
	background: url(images/ico_telephone-light.png) no-repeat center center;
	left: 11px;
	top: 36px;
}


/*alert message*/
div.box {font-size:108.3%;margin:2px 0 15px;padding:20px 15px 20px 65px;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;}
div.success-box {background:url("../images/icons/message/check.png") no-repeat 15px center #ebfab6;border:1px solid #bbcc5b;color:#599847;}
div.arrow-box   {background:url("../images/icons/message/arrow.png") no-repeat 15px center #ebfab6;border:1px solid #bbcc5b;color:#599847;}
div.alert-box   {background:url("../images/icons/message/alert.png") no-repeat 15px center #fbdd96;border:1px solid #e5af51;color:#ca6b1c;}
div.error-box   {background:url("../images/icons/message/error.png") no-repeat 15px center #fdd2d1;border:1px solid #f6988f;color:#883333;}
div.notice-box  {background:url("../images/icons/message/note.png") no-repeat 15px center #f9ebca;border:1px solid #e5b2ac;color:#9f6722;}
div.info-box    {background:url("../images/icons/message/info.png") no-repeat 15px center #e6ebf0;border:1px solid #89becd;color:#277dce;}

table.shop_attributes {
  border: 0 !important;
  border-top: 1px dotted #ccc !important;
  width:100%;
}
table.shop_attributes th {
  width: 150px;
  font-weight: bold;
  padding: 8px;
  color: black !important;
  border-bottom: 1px dotted #ccc;
  margin: 0 !important;
  line-height: 1.5em;
}
table.shop_attributes td {
  padding: 0 !important;
  border-bottom: 1px dotted #ccc;
  margin: 0 !important;
  line-height: 3.5em;
  text-align:center;
}
table.shop_attributes td .input {
	font-size: 12px;
	background-color: white;
	width: 97.5%;
	border: 1px solid #CECBCB;
	margin-top: 10px;
	padding: 5px 10px;
	color: #4C4C4C;
}
table.shop_attributes td p {
  margin: 0 !important;
  padding: 8px;
}
table.shop_attributes .alt td, table.shop_attributes .alt th {
  background: #f9f9f9;
}

/*Responsive Stylesheet*/

@media only screen and (max-width: 1100px) {
div.product div.images {
	width: 48%;
}

.home .nivoSlider, .nivoSlider {
	height: auto !important;
}
.container, .home .slider-wrapper {
	width: 86.5%; 
}
div.product div.summary {
	width: 49%;
}
}

@media only screen and (max-width: 900px) {
.sf-menu li.search, .sf-menu, pre {
display: none;
}
ul.products li.first {
	clear: right !important;
}
ul.products li.last {
	margin-right: 24px !important;

}
nav#menu select { 
	margin: 15px auto;
	width: 93%;
	background: #f6f6f6;
	color: #666666;
	padding: 5px;
	font-size: 12px;
	line-height:21px;
	border: 1px solid #ccc;
	display: block;
}

div.product div.summary {
	width: 100%;
}
div.product div.images {
	width: 100%;
}	
div.product p.price {
	top: 15px;
	right: 0;
}

.gmap {
	width: 94.5%;
}


}

@media only screen and (max-width: 767px) {
	#calc_shipping_state, #calc_shipping_postcode {
		width: 100%;

}
.shipping_calculator .selectBox-dropdown {
	min-width: 100%;
}
	.shipping_calculator {
	width: 100%;
	float: left;
	clear: both;
}
.cart_totals {
	float: left;
	width: 100%;
}
.blog .post footer {
	width: 100%;
}


.blog .entry-content {
	margin-left: 0px;
	clear: both;
}
.one_quarter { 
	width: 100% !important;
	float: none !important;
}
table.shop_table td.product-thumbnail img {
	width: 100%;
	height: auto;
}
table.shop_table .product-price {
	display: none;
}
ul.products li.first {
	clear: none;
}

.es-carousel-wrapper {
	display: none;
}
.gmap {
	width: 92%;
}
}

@media only screen and (max-width: 667px) {
	.single .blog .post .entry-title {
	
	text-align: center;
	margin-right: 0;
}
.blog #comments {
	margin-right: 0px;

}
li.comment ul.children li {
	margin-left: 0px;
}
.one_third, .two_third, .one_third { 
	width: 100% !important;
	float: none !important;
}
.post_inner {
	margin-right: 0px !important;	
}
table.shop_table .product-thumbnail {
	display: none;
}
.gmap {
	width: 90%;
}	




.blog .date {

	display: none;
}
.blog header figure {

	margin-right:0px;
}
single .blog .post .entry-title {
	text-align: center;
}

}

@media only screen and (max-width: 479px) {

.one_half {
	width: 100% !important;
	float: none !important;
}
#sidebar {	
	float: none;
	width: 100%;
	background-color: #f1f1f1;
	border-bottom: 1px solid #ebebeb;
}	

#shop.archive #sidebar, h3#comments-title {	
	display: none;
}
.single-product .summary .button {
	width: 100%;
	margin-top: 10px;
	padding: 5px;
}

#loginForm input.username {
	width: 100%;
}

#loginForm input.submit {
	width: 100%;
}
#loginForm input.password {
	margin-right: 0;
	width: 100%;
	margin-bottom: 6px;
}
.inner-container, .page-header, #breadcrumb {
	margin-left: 0px;
}
#content {
	background: #fff url(../images/diagonal.png) repeat;
}

#header {
	margin-top: 25px;
	margin-bottom: 10px;
	text-align: center;
}
#header #logo{
float: none;
}
.shopping-bag {
	display: none;
} 
#sidebar .widget:last-child {
	background: none;
}
#footer p {	
	text-align: center;
	margin-left: 0;
}
#calc_shipping_state.input-text {
	width: 100% !important;
}

.cart table.shop_table .checkout-button.button   {
	margin-left: 0 !important;
}
.cart table.shop_table .checkout-button.button, #place_order.button   {
	margin: 10px;
	width: 93%;
	text-align: center;
	float: none;
}
table.shop_table .button {
	margin: 3px 0 0 10px;
}
#coupon_code {
	width: 41%;
}

}

@media only screen and (max-width: 320px) {
}

#fancybox-loading{position:fixed;top:50%;left:50%;width:40px;height:40px;margin-top:-20px;margin-left:-20px;cursor:pointer;overflow:hidden;z-index:11104;display:none}#fancybox-loading div{position:absolute;top:0;left:0;width:40px;height:480px;background-image:url('../images/fancybox/fancybox.png')}#fancybox-overlay{position:absolute;top:0;left:0;width:100%;z-index:11100;display:none}#fancybox-tmp{padding:0;margin:0;border:0;overflow:auto;display:none}#fancybox-wrap{position:absolute;top:0;left:0;padding:20px;z-index:11101;outline:0;display:none}#fancybox-outer{position:relative;width:100%;height:100%;background:#fff;-webkit-border-radius:1em;-moz-border-radius:1em;border-radius:1em;-webkit-box-shadow:0 0 1em rgba(0,0,0,0.6);-moz-box-shadow:0 0 1em rgba(0,0,0,0.6);box-shadow:0 0 1em rgba(0,0,0,0.6)}#fancybox-content{width:0;height:0;padding:0;outline:0;position:relative;overflow:hidden;z-index:11102;border:0 solid #fff;-webkit-border-radius:1em;-moz-border-radius:1em;border-radius:1em}#fancybox-hide-sel-frame{position:absolute;top:0;left:0;width:100%;height:100%;background:transparent;z-index:11101}#fancybox-close{position:absolute;top:-15px;right:-15px;width:24px;height:24px;line-height:24px!important;font-size:16px!important;font-family:sans-serif!important;cursor:pointer;z-index:11103;display:none;text-align:center;background:#000;display:inline-block;border:2px solid #fff;-webkit-border-radius:2em;-moz-border-radius:2em;border-radius:2em;font-weight:bold;color:#fff;text-shadow:none;-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.8);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.8);box-shadow:0 1px 3px rgba(0,0,0,0.8);-webkit-transition:all ease-in-out .2s}#fancybox-close:hover{background:#a36396;text-decoration:none!important}#fancybox-error{color:#444;font:normal 12px/20px Arial;padding:14px;margin:0}#fancybox-img{width:100%;height:100%;padding:0;margin:0;border:0;outline:0;line-height:0;vertical-align:top}#fancybox-frame{width:100%;height:100%;border:0;display:block}#fancybox-left,#fancybox-right{position:absolute;bottom:0;height:100%;width:35%;cursor:pointer;outline:0;background:transparent url('../images/fancybox/blank.gif');z-index:11102;display:none}#fancybox-left{left:0}#fancybox-right{right:0}#fancybox-left-ico,#fancybox-right-ico{position:absolute;top:50%;left:-9999px;width:30px;height:30px;margin-top:-15px;cursor:pointer;z-index:11102;display:block}#fancybox-left-ico{background-image:url('../images/fancybox/fancybox.png');background-position:-40px -30px}#fancybox-right-ico{background-image:url('../images/fancybox/fancybox.png');background-position:-40px -60px}#fancybox-left:hover,#fancybox-right:hover{visibility:visible}#fancybox-left:hover span{left:20px}#fancybox-right:hover span{left:auto;right:20px}.fancybox-bg{position:absolute;padding:0;margin:0;border:0;width:20px;height:20px;z-index:11001}#fancybox-title{font-family:Helvetica;font-size:12px;z-index:11102;text-align:center;padding-top:10px}#fancybox-title-float{padding:3px 10px;background:#000;display:inline-block;border:2px solid #fff;-webkit-border-radius:2em;-moz-border-radius:2em;border-radius:2em;font-weight:bold;color:#fff;text-shadow:none;-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.8);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.8);box-shadow:0 1px 3px rgba(0,0,0,0.8)}

/* Default styling for jQuery Datepicker v4.0.2. */
.datepick {
	background-color: #fff;
	color: #000;
	border: 1px solid #444;
    border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
	font-family: Arial,Helvetica,Sans-serif;
	font-size: 90%;
}
.datepick-rtl {
	direction: rtl;
}
.datepick-popup {
	z-index: 1000;
}
.datepick-disable {
	position: absolute;
	z-index: 100;
	background-color: white;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.datepick a {
	color: #fff;
	text-decoration: none;
}
.datepick a.datepick-disabled {
	color: #888;
	cursor: auto;
}
.datepick button {
    margin: 0.25em;
    padding: 0.125em 0em;
    background-color: #fcc;
    border: none;
    border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    font-weight: bold;
}
.datepick-nav, .datepick-ctrl {
	float: left;
	width: 100%;
	background-color: #000;
	color: #fff;
	font-size: 90%;
	font-weight: bold;
}
.datepick-ctrl {
	background-color: #600;
}
.datepick-cmd {
	width: 30%;
}
.datepick-cmd:hover {
	background-color: #777;
}
.datepick-ctrl .datepick-cmd:hover {
	background-color: #f08080;
}
.datepick-cmd-prevJump, .datepick-cmd-nextJump {
	width: 8%;
}
a.datepick-cmd {
	height: 1.5em;
}
button.datepick-cmd {
	text-align: center;
}
.datepick-cmd-prev, .datepick-cmd-prevJump, .datepick-cmd-clear {
	float: left;
	padding-left: 2%;
}
.datepick-cmd-current, .datepick-cmd-today {
	float: left;
	width: 35%;
	text-align: center;
}
.datepick-cmd-next, .datepick-cmd-nextJump, .datepick-cmd-close {
	float: right;
	padding-right: 2%;
	text-align: right;
}
.datepick-rtl .datepick-cmd-prev, .datepick-rtl .datepick-cmd-prevJump,
.datepick-rtl .datepick-cmd-clear {
	float: right;
	padding-left: 0%;
	padding-right: 2%;
	text-align: right;
}
.datepick-rtl .datepick-cmd-current, .datepick-rtl .datepick-cmd-today {
	float: right;
}
.datepick-rtl .datepick-cmd-next, .datepick-rtl .datepick-cmd-nextJump,
.datepick-rtl .datepick-cmd-close {
	float: left;
	padding-left: 2%;
	padding-right: 0%;
	text-align: left;
}
.datepick-month-nav {
	float: left;
	background-color: #777;
	text-align: center;
}
.datepick-month-nav div {
	float: left;
	width: 12.5%;
	margin: 1%;
	padding: 1%;
}
.datepick-month-nav span {
	color: #888;
}
.datepick-month-row {
	clear: left;
}
.datepick-month {
	float: left;
	width: 15em;
	border: 1px solid #444;
	text-align: center;
}
.datepick-month-header, .datepick-month-header select, .datepick-month-header input {
	height: 1.5em;
	background-color: #444;
	color: #fff;
	font-weight: bold;
}
.datepick-month-header select, .datepick-month-header input {
	height: 1.4em;
	border: none;
}
.datepick-month-header input {
	position: absolute;
	display: none;
}
.datepick-month table {
	width: 100%;
	border-collapse: collapse;
}
.datepick-month thead {
	border-bottom: 1px solid #aaa;
}
.datepick-month th, .datepick-month td {
	margin: 0em;
	padding: 0em;
	font-weight: normal;
	text-align: center;
}
.datepick-month th {
	border: 1px solid #777;
}
.datepick-month th, .datepick-month th a {
	background-color: #777;
	color: #fff;
}
.datepick-month td {
	background-color: #eee;
	border: 1px solid #aaa;
}
.datepick-month td.datepick-week {
	border: 1px solid #777;
}
.datepick-month td.datepick-week * {
	background-color: #777;
	color: #fff;
	border: none;
}
.datepick-month a {
	display: block;
	width: 100%;
	padding: 0.125em 0em;
	background-color: #eee;
	color: #000;
	text-decoration: none;
}
.datepick-month span {
	display: block;
	width: 100%;
	padding: 0.125em 0em;
}
.datepick-month td span {
	color: #888;
}
.datepick-month td .datepick-other-month {
	background-color: #fff;
}
.datepick-month td .datepick-weekend {
	background-color: #ddd;
}
.datepick-month td .datepick-today {
	background-color: #f0c0c0;
}
.datepick-month td .datepick-highlight {
	background-color: #f08080;
}
.datepick-month td .datepick-selected {
	background-color: #777;
	color: #fff;
}
.datepick-month th.datepick-week {
	background-color: #777;
	color: #fff;
}
.datepick-status {
	clear: both;
	background-color: #ddd;
	text-align: center;
}
.datepick-clear-fix {
	clear: both;
}
.datepick-cover {
    display: none;
    display/**/: block;
    position: absolute;
    z-index: -1;
    filter: mask();
    top: -1px;
    left: -1px;
    width: 100px;
    height: 100px;
}

.top_menu{padding:0px;margin:0px;text-align:left;margin-bottom:5px;}
.top_menu li{list-style:none;padding:5px 10px;}

.home .nivoSlider {
	height: 450px;
	border-bottom: 1px solid #dadada;
}

.nivoSlider {
	height: 320px;
}

 .nivoSlider a {
	border:0;
	display:block;
}


 .nivo-controlNav a {
	display:inline-block;
	width:13px;
	height:13px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.nivo-controlNav a.active {
	background-position:0 -13px;
}

 .nivo-directionNav a {
	display:block;
	width: 75px;
	height: 100px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-75px 0;
	right: 0;
}
.theme-default a.nivo-prevNav {
	left: 0;
}


/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	overflow: hidden;
	background:#fff url(../images/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
	display:none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* 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:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }
/* Direction nav */
.nivo-directionNav a {
	position:absolute;
	top:37%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav */
.nivo-controlNav {
	
	text-align: center;
	position: absolute;
		bottom: 5px;
	right: 10px;
	z-index: 10;
}

.home .nivo-controlNav {
	
	bottom: 10px;
	right: 10px;

}

.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

.menu_myaccount th{padding:10px 0px !important;}
.menu_myaccount th a{padding:10px 47px !important;}
.menu_myaccount th:hover a{
	text-shadow: none;
	color: white;
}
.menu_myaccount th:hover{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8baf8f', endColorstr='#6e8e71');
	background: -webkit-gradient(linear, left top, left bottom, from(#8BAF8F), to(#6E8E71));
	background: -moz-linear-gradient(top, #8BAF8F, #6E8E71);
}

/*! fancyBox v2.1.2 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}


.popout_newsletter{
	padding:0px;margin:0px;
}
.popout_newsletter .newsletter_text{
	padding:0px;margin:0px;
}
.popout_newsletter .newsletter_hr{
	border-color:#e5e2dc;border-width:1px;margin:0px;
}
.popout_newsletter .newsletter_form{
	border-top:solid 1px #fbfaf5;
	background:#f9f6ee;
	text-align:center;
	padding:10px;
}
.popout_newsletter .newsletter_form .input_text{
	border:solid 3px #a6a49f;
	padding:5px;
	border-radius:7px;-webkit-border-radius:7px;
}
.popout_newsletter .newsletter_form .input_button{
	border-radius:7px;-webkit-border-radius:7px;
	background: #d6504f; /* Old browsers */
	background: -moz-linear-gradient(top,  #d6504f 0%, #d44a4a 29%, #cd3f3e 65%, #c93738 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6504f), color-stop(29%,#d44a4a), color-stop(65%,#cd3f3e), color-stop(100%,#c93738)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d6504f 0%,#d44a4a 29%,#cd3f3e 65%,#c93738 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d6504f 0%,#d44a4a 29%,#cd3f3e 65%,#c93738 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d6504f 0%,#d44a4a 29%,#cd3f3e 65%,#c93738 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d6504f 0%,#d44a4a 29%,#cd3f3e 65%,#c93738 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6504f', endColorstr='#c93738',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: inset 0px 2px 0px rgba(255, 255, 255, 0.3);
	-moz-box-shadow:    inset 0px 2px 0px rgba(255, 255, 255, 0.3);
	box-shadow:         inset 0px 2px 0px rgba(255, 255, 255, 0.3);
	border:solid 3px #8c3737;
	padding:5px 10px;
	color:#fff;
	cursor:pointer;
}
.form_inquiry{
	width:565px;
	background:url('../images/pattern_inquiry.png') repeat;
}
.form_inquiry .header{
	border-bottom:solid 1px #ebebeb;
}
.form_inquiry .header .right{
	float:left;width:214px;border-left:solid 1px #eaeaea;
	padding:0px 10px;min-height:180px;background:url('../images/pattern_inquiry2.png') repeat;
}
.form_inquiry .header .right .img_product{
	text-align:center;
}
.form_inquiry .header .right .name_product{
	text-align:center;font-family:Tahoma;font-weight:bold;color:#4c4c4c;
}
.form_inquiry .header .right .price_product{
	text-align:center;font-family:Tahoma;color:#4c4c4c;
}

.form_inquiry .header .left{
	float:left;width:310px;
	padding:0px 10px;
}
.form_inquiry .header .left h3{
	color:#4c4c4c;font-family:Tahoma;font-size:30px;
}
.form_inquiry .header .left .customers_service{
	float:left;width:180px;
}
.form_inquiry .header .left .customers_service .title{
	font-family:"Tahoma";color:#4c4c4c;font-size:12px;font-weight:bold;text-align:center;margin-bottom:10px;
}
.form_inquiry .header .left .customers_service .items{
	padding:5px;clear:both;
}
.form_inquiry .header .left .customers_service .items .img{
	float:left;width:80px;text-align:right;margin-right:10px;
}
.form_inquiry .header .left .customers_service .items .text{
	float:left;width:70px;text-align:left;
}
.form_inquiry .header .left .sms_hotline{
	float:left;width:120px;
}
.form_inquiry .header .left .sms_hotline .title{
	font-family:"Tahoma";color:#4c4c4c;font-size:12px;font-weight:bold;text-align:center;margin-bottom:10px;
}
.form_inquiry .header .left .sms_hotline .item{
	font-family:"Tahoma";color:#4c4c4c;font-size:12px;text-align:center;padding:2px;
}
.form_inquiry .body {
	padding:10px;
}
.form_inquiry .body h3{
	color:#4c4c4c;font-family:Tahoma;font-size:30px;margin-top:0px;
}
.form_inquiry .body .items{
	padding:5px;
}
.form_inquiry .body .items .text{
	text-align:left;width:80px;text-align:left;font-size:12px;color:#4c4c4c;font-family:"Arial";float:left;padding-top:10px;
}
.form_inquiry .body .items .input{
	text-align:left;width:400px;float:left;
}
.form_inquiry .body .items .input input[type="text"], .form_inquiry .body .items .input textarea, .form_inquiry .body .items .input select{
	text-align:left;width:400px;color:#555;
	background-color: #FFF;
	border: 1px solid #EFEFEF;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
	padding:5px;
}
.form_inquiry .body .items .input .bt_submit_inquiry{
	background: #333333; /* Old browsers */
	background: -moz-linear-gradient(top,  #333333 0%, #333333 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#333333)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #333333 0%,#333333 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #333333 0%,#333333 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #333333 0%,#333333 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #333333 0%,#333333 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
	font-size:12px;color:#e5e5e5;font-family:"Tahoma";padding:10px 35px;text-transform:uppercase;
	border:0px;cursor:pointer;
}
.Send-Mail-Button{
	background:url('../images/Send-Mail-Button.png') no-repeat;width:80px;height:77px;border:0px;cursor:pointer;
}

/* tambahan */

@font-face {
    font-family: 'open_sansbold';
    src: url('font/opensans-bold-webfont.eot');
    src: url('font/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/opensans-bold-webfont.woff') format('woff'),
         url('font/opensans-bold-webfont.ttf') format('truetype'),
         url('font/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanslight';
    src: url('font/opensans-light-webfont.eot');
    src: url('font/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/opensans-light-webfont.woff') format('woff'),
         url('font/opensans-light-webfont.ttf') format('truetype'),
         url('font/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}

.l{float:left;}
.r{float:right;}
.cl{clear:both;}

li{list-style:none;}
p{margin:0px;}

.back_header_menu{
	background: #04bad6; /* Old browsers */
	background: -moz-linear-gradient(top,  #04bad6 0%, #037d90 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#04bad6), color-stop(100%,#037d90)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #04bad6 0%,#037d90 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #04bad6 0%,#037d90 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #04bad6 0%,#037d90 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #04bad6 0%,#037d90 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04bad6', endColorstr='#037d90',GradientType=0 ); /* IE6-9 */
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	z-index:99999;
	margin-top:20px;
}
.back_header_menu li:hover a{color:#543015;}
.back_header_menu li a{
	color:#fff;
	font-family: 'open_sansbold';
	font-size:14px;
}
.menu:hover .menu_top{
	display:block;
}
.menu_top{
	position:absolute;
	top: 30px;
	left: 65px;
	background: url(../images/RoundedRectangle6.png) no-repeat 0px 0px;
	padding-top: 10px;
	border-top:0xp;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	width:211px;
	display:none;
}
.menu_top a li{
	color:#543015;
	font-weight:normal;
	font-size:12px;
	font-family:arial;
	border-bottom:1px solid #fff;
	padding: 2px 30px 2px 5px;
	display:block;
}
.menu_top a li:hover{
	background:#0499b0;
}
.search{
	float: right;
	margin: 0px;
	height: 25px;
	margin-top: 144px;
	margin-right: 5px;
}
.search .search_index{
	background:#fff;
	padding:6px;
	width:150px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.search .index_submit{
	background:url(../images/Layer311.png) no-repeat center;
	background-color:#543015;
	width: 35px;
	height: 25px;
	margin-left: -25px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.unbliv{
	background:url(../images/Layer21.png) no-repeat;
	width: 369px;
	height: 179px;
	position:absolute;
	right: 0;
	top: -179px;
	z-index: 999999;
}
.cloud1{
	background: url(../images/Layer41.png) no-repeat;
	width: 149px;height: 112px;position: absolute;
	right: 115px;z-index: 2;
}
.cloud1 .place{
	margin-top: 60px;
	margin-left: 32px;
}
.cloud1 .place a{
	font-weight: bold;
	font-size: 12px;
	color:#532f15;
}
.cloud1 .place a.blue{color:#037b8d;}
.cloud2{
	background: url(../images/Layer4.png) no-repeat;
	width: 146px;height: 88px;position: absolute;
	right: 0;z-index: 9999;
}
.cloud2 .place{
	margin-top:23px;
}
.cloud2 .place a, .cloud2 .place div{
	font-weight: bold;
	font-size: 12px;
	color:#037b8d;
}
.cloud2 .place .cart{
	display:table;
	margin:0px auto;
}
.sidebar_title{
	background: #04bad6; /* Old browsers */
	background: -moz-linear-gradient(top,  #04bad6 0%, #037d90 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#04bad6), color-stop(100%,#037d90)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #04bad6 0%,#037d90 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #04bad6 0%,#037d90 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #04bad6 0%,#037d90 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #04bad6 0%,#037d90 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04bad6', endColorstr='#037d90',GradientType=0 ); /* IE6-9 */
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	font-weight:normal;
	color:#fff;
	padding:5px 10px;
	text-transform:uppercase;
	margin-bottom:0px;
}
#contenes{
	width:765px;
	float:right;
}
ul.menu{
	border:1px solid #04bad6;
	border-top:0px;
}
ul.menu li{
	padding:5px 10px;
	position:relative;
	background:url(../images/DROPDOWNSIGN.png) no-repeat right;
	background-color:#fafaf7;
	border-bottom:1px solid #e5e5e3;
	width:86%;
}
ul.menu li:last-child{border-bottom:0px;}
ul.menu li:hover ul{
	display:block;
}
ul.menu li ul{
	display:none;
	position: absolute;
	background:#fafaf7 !important;
	left: 176px;
	width: 150px;
	top: 0px;
	border:1px solid #04bad6;
	z-index:9999;
}
ul.menu li ul li{
	background:none;
	padding-left:0px;
}
.sidebar_terpisah{
	border: 1px solid #04bad6;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px;
	padding:5px;
}
.sidbear_a{
	padding: 10px 0px 0px;
	background:#fafaf7;
}
.list_contact, .list_rekening, .list_cart, .list_testim{
	border: 1px solid #04bad6;
	border-top: 0px;
	margin-bottom:10px;
	padding:10px;
	background:#fafaf7;
}
ul.products li .img{
	width:230px;
	height:175px;
	display: table-cell;
	vertical-align: middle;
}
ul.products li .detail .name_prod{
	font-size: 16px;
	color: #543015;
	text-transform: capitalize;
	line-height: 18px;
	height: 36px;
	overflow: hidden;
	margin-top: 10px;
}
ul.products li .detail .on_sale{
	font-size: 16px;
	font-weight: bold;
	color: #543015;
	line-height: 20px;
	margin: 10px 0px;
}
ul.products li .hover{
	position: absolute;
	bottom: 0px;
	background: rgba(76, 164, 178, 0.67);
	width: 100%;
	display: none;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	padding: 29px 0px;
}
#content ul.products li:hover .hover{
	display:block;
}
/*
.product .name_prod{
	height:42px;
	color: #fff;
	margin-top: 32px;
	text-transform: uppercase;
	font-weight: 100;
	font-size: 14px;
}*/
.product{
padding:10px;
}
/*
.product .on_sale{
	font-weight:500;
	color:#fff;
	font-size:20px;
	text-transform:uppercase;
}*/
.product .coret{
	text-decoration: line-through;
	color:red;
	font-size:11px;
}
.but_detil_prod{
	background: #915528; /* Old browsers */
	background: -moz-linear-gradient(top,  #915528 0%, #553115 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#915528), color-stop(100%,#553115)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #915528 0%,#553115 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #915528 0%,#553115 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #915528 0%,#553115 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #915528 0%,#553115 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#915528', endColorstr='#553115',GradientType=0 ); /* IE6-9 */
	color:#fff;
	color: #fff;
	display: table;
	padding: 4px 22px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-top:5px;
}
.testim_footer{
	border-right:1px dotted #543015;
	width:50%;
}
.testim_footer #s2{
	margin-bottom:5px;
}
.testim_footer .con{
	width:98%;
}
.testim_footer .con a{
	background:#0497ad;
	color:#fff;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	padding: 0px 10px;
}
.testim_footer .tambahan{
	text-align: right;
	width: 98%;
	margin-top: 5px;
}
.testim_footer .tambahan a{
	font-family: 'open_sanslight';
	font-size:12px;
	color: #543015;
}
.cs_footer{
	width:49%;
}
.cs_footer .cs .ym{
	margin-right:10px;
}
.cs_footer .cs .ym .icon_ym{
	margin-right:5px;
}
.cs_footer .cs .ym .name_ym{
	font-size: 14px;
	line-height: 14px;
	color: #543015;
}
.diskrip_int{
	color:#543015;
	font-family: 'open_sanslight';
	font-size:13px;
}
.input_newslatter{
	background: #fff;
	border: 1px solid #543015;
	padding: 5px;
	width: 180px;
	color:#543015;
	font-size:13px;
}
.button_newslatter{
	background: #543015;
	text-transform: uppercase;
	font-size: 13px;
	color: #fff;
	padding: 6px 10px;
	margin-left: -3px;
}
.stengah{
	width:50%;
}
.stengah_e{
	width:49%;
	text-align:right;
}
.stengah_e div{color:#543015;line-height: 12px;}
.menu_footer{
	
}
.menu_footer .isi_menu_footer{
	border-bottom: 1px dotted #543015;
	width: 145px;
	font-size: 13px;
	margin-right: 12px;
	margin-bottom: 5px;
	text-align: right;
}
.menu_footer .isi_menu_footer a{
	color:#543015;
}
.bank{
	text-align:right;
}
.name_index_test{
	font-size: 16px;
	color: #543015;
	font-weight: bold;
}
.cont_index_test{
	width: 96%;
	font-family: 'open_sanslight';
	font-size: 13px;
	line-height: 17px;
	color: #543015;
}
.head_test{
	font-size:18px;
	text-transform:uppercase;
	color:#543015;
	margin-bottom:10px;
}
.page-titles{
	font-weight: bold;
	padding: 10px 0px 10px 0px;
	word-spacing: 3px;
	margin: 0;
	color:#543015;
	font-size:18px;
}
.product_detail{
	padding:10px 0px;
}
.code_prod{
	font-size:11px;
	color:#543015;
	border-bottom: 1px dotted #543015;
}
.summary b{
	color:#543015;
}
.summary .title_harga{
	font-weight: bold;
	line-height: 12px;
	color: #543015;
}
.summary .deskrip{
	color:#543015;
	border-bottom:1px dotted #543015;
}
.price_e_prod{
	font-size: 28px;
	font-weight: bold;
	color: #543015;
	line-height: 55px;
}
.variations_button{
	margin-bottom:15px;
}
.detil_pertanyaan{
	font-size:14px;
	font-weight:bold;
	color:#543015;
}
.product_tabs div div{
	color:#543015;
}
.detil_related{
	font-size: 18px;
	font-weight: bold;
	color: #543015;
}
.hover_detil{
	display:none;
	height: 150px;
	width: 100%;
	background: rgba(25, 120, 133, 0.41);
	z-index: 9999;
	bottom: 0px;
	position: absolute;
}
.hover_detil .name_hover{
	color:#fff;
	text-align:center;
	margin-top:40px;
	height:42px;
}
.hover_detil .name_hover a{
	display: block;
	color: #fff;
	width: auto;
	height: auto;
}
.hover_detil .price_hover{
	color:#fff;
	text-align:center;
}
.hover_detil .price_hover a{
	display: block;
	color: #fff;
	width: auto;
	height: auto;
	font-size: 18px;
	font-weight: bold;
}
.es-carousel ul li:hover .hover_detil{
	display:block;
}
.menu_top .wadah_top{
	padding: 10px;
	border: 1px solid #543015;
	border-top:0px;
	background: #eeebda ;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.dopdon{
	background:url(../images/Polygon11.png) no-repeat right;
}
.dopdon:hover{
	background:url(../images/Polygon1.png) no-repeat right;
}
.slider-wrapper:hover #next, .slider-wrapper:hover #prev{
	display:block;
}
#next, #prev{
	height:45px;
	width:45px;
	position:absolute;
	top:210px;
	z-index:9;
	display:none;
}
#next{
	background:url(../images/pre-next.png) no-repeat;
	right:30px;
}
#prev{
	background: url(../images/pre-next.png) no-repeat 0px -65px;
	left:30px;
}
.view_store{
	background: #cc0000;
	border: 1px solid #cc0000;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 8px 10px;
	line-height: 10px;
	cursor: pointer;
	font-size: 12px;
	line-height: 10px;
}
.view_store:hover{
	background: #333;
	border: 1px solid #333;
}