/**************************
	Reset
**************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	text-decoration: none;
	font-size: 100%;
}
body {
	line-height: 18px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
ol, ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
blockquote, q {
	quotes: none;
}

.clear {
	clear: both;
	}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}



/* tables still need 'cellspacing="0"' in the markup */
table {
	border-spacing: 0;
	border-collapse: collapse;
}
p {
	margin: 0px;
	padding: 0px;
}
img {
	/* max-width:100%; */
}

input[type="text"], input[type="button"], input[type="submit"], input[type="email"], input[type="search"], input[type="password"], input[type="file"], textarea, .btn{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
  	border-radius: 0px;
  	-webkit-appearance: none;
  	-moz-appearance: none; /* mobile firefox too! */
  	-khtml-appearance: none;
  	margin:0;
}

html {
	font-family:DroidSansRegular,'century gothic',Arial,'Trebuchet MS'	;
	color:#656565;
}

body {
	width:100%;
	height:100%;
	background:white url('images/creampaper.png') fixed;
	text-shadow:0px 1px 0px #fff;
	font-size:13px;
	line-height:24px;
}
p{
	padding-bottom:0.3em;
	padding-top:0.3em;
	text-align:justify;
}
h1,h2,h3,h4,h5,h6{
	font-family:DroidSansBold,Garamond,Georgia,Verdana;
	padding-bottom:0.4em;
	padding-top:0.5em;
	color:#595966;
}
h1{
	font-size:150%;
}
h2{
	font-size:130%;
}
h3{
	font-size:110%;
}
h4{
	font-size:100%;
}
h5{
	font-size:90%;
}
h6{
	font-size:80%;
}

#wrapper{
	margin:0px auto;	
	//border-left:2px solid #E5E5E5;
	//border-right:2px solid #E5E5E5;
	//background:rgba(50,50,50,0.1);
	//background-image:-webkit-linear-gradient(top, rgba(0,0,0,0.01), rgba(0,0,0,0.1));
}
#header_wrapper{
	text-align:center;
	height:110px;
	//background-color:rgba(0,0,0,0.15);
	//background-color:#851;
	//background-image:-webkit-linear-gradient(top, rgba(250,250,250,0.7),rgba(200,200,200,0.75));
	background-image:-webkit-linear-gradient(top, rgba(0,0,0,0.05), rgba(0,0,0,0.15));
	background-image:-linear-gradient(top, rgba(0,0,0,0.05),rgba(0,0,0,0.15));
	/* Opera 11.10+ */
	background: -o-linear-gradient(top,rgba(0,0,0,0.05), rgba(0,0,0,0.15));
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, rgba(0,0,0,0.05), rgba(0,0,0,0.15));
	/* Chrome 7+ & Safari 5.03+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,0,0,0.05)), color-stop(1, rgba(0,0,0,0.15)));
	/* IE5.5 - IE7 */
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#00000008,EndColorStr=#00000024);
	/* IE8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#00000008,EndColorStr=#00000024)";

	border-bottom:1px solid #aaa;
	padding-bottom:1px;
}
#header_wrapper2{
	border-bottom:1px solid #f9f9f9;
}
#header{
	//border-bottom:1px solid #aaa;
	width:960px;
	margin:0px auto;
}
#nav_wrapper{
	border-top:1px solid #606060;
	//border-bottom:1px solid #fff;
//	background-color:#f9f9f9;
	//background-image:-webkit-linear-gradient(top, #f4f4f4, #F0F0F0);	
}

#top_line_wrapper{
	//background-image:-webkit-linear-gradient(top, rgba(50,80,250,0.5),rgba(50,80,250,0.8));
	border-bottom:1px solid #909090;
}
#top_line{
	height:25px;
	border-bottom:1px solid #ccc;
}

#logo{
	padding:0px 0px;
	margin-left:-20px;
	float:left;
}
#logo img{
	float:left;
}

#certificate{	
	text-align:center;
}
#certificate img{
	
}
#home_right{
	float:right;
	width:230px;
	padding-left:20px;
	border-left:1px dashed silver;
}
#home_left{
	float:left;
	//padding-right:20px;
	//border-left:1px dashed silver;
	width:650px;
}

#nav{
	width:960px;
	list-style:none;
	margin:0px auto;
	text-align:center;

}

#nav li{
	//float:left;
	display:inline-block;
}

#nav a{
	font-variant:small-caps;
	text-align:center;
	height:20px;
	display:inline-block;
	padding:10px 8px 10px 8px;
	margin:0px 4px;
	font-size:16px;
	font-weight:bold;
	font-family:arial;
	text-decoration: none;
}
#nav a span.line{
	clear:both;
	margin-top:0px;
	display:block;
	opacity:0;
	height:2px;
	width:130px;
	background-color:transparent;
}
#nav a:hover span.line,#nav a.active span.line{
	clear:both;
	margin-top:3px;
	display:block;
	height:2px;
	width:130px;
	background-color:#4D90FE;
	opacity:1;
	box-shadow:0px 0px 5px 1px #fff;
}
#nav a:hover {
	text-decoration: none;
}

#nav a.active{
	color:#4D90FE;
}
#nav a.active span.line{
	background-color:#0069b5;
}

#content_wrapper{
	
}

#content
{
	margin:10px auto;
	width:920px;
	min-height:400px;
	padding:20px;
	//border-top:2px solid #e3e3e3;
	//background:rgba(255,255,255,0.5);
	//border:1px solid #fff;
	//box-shadow:0px 0px 1px 1px rgba(100,100,100,0.6) inset;
	border-radius:7px;
}

#footer_wrapper{
	border-top:1px solid #E5E5E5;
	background:#888 url('images/subtle_dots.png');
	
	color:#333;
	box-shadow:0px 0px 1px 1px #bbb inset;
}
#footer_wrapper2{
	background-color:rgba(100,100,100,0.2);
}
#footer{
	margin:0px auto;
	width:960px;
	text-align:center;
	padding-top:20px;
}
#footer address{
	line-height:1.6em;
	padding:10px;
	margin-top:0px;
	width:400px;	
	float:left;
	margin-right:20px;
	font-size:12px;
}
#footer p{
	text-align:left;
}
#footer span{
	display:inline-block;
	width:90px;
}
.copyright{
	padding:10px 0px 20px 0px;
}
a{
	color:#0D40B0;
	
}

a:hover{
	color:#4D90FE;	
	text-decoration: underline;
	//text-decoration: none;
}
address{
	font-style:normal;
}

.home_product_container{
	text-align: center;
}
.home_item_box{
	display:inline-block;
	width:210px;
	padding: 0px;
	margin:0px;
	background: white;
	border: 1px solid #EEE;
	-webkit-box-shadow: #DDD 0px 0px 3px;
	box-shadow: #DDD 0px 0px 3px;
	//float: left;
	border-radius: 5px;
	margin: 10px 2px 0px 0px;	
}
.home_item_box:hover{

}

.home_product_box{
	text-align:center;
	padding:5px;
	margin:10px;
	//width:186px;	
	background:#eee url('images/product_shadow_big.jpg') repeat-x;
}
.home_product_box:hover{
	background-image:none;
}
.home_product_box h3{
}

img.home_product_item{
	margin:0px auto;
	width:176px;
	height:128px;
	padding:0px;	
	clear:both;
	border:1px solid #fff;
}
.home_product_box p{
	text-align:center;
}
.see_all{
	font-size:11px;
}
input[type="text"], input[type="button"], input[type="submit"], input[type="email"], input[type="search"], input[type="password"], input[type="file"], textarea, .btn,select{
	box-shadow:0px 0px 5px 0px #ddd inset;
	border:1px solid #777;
	padding:6px;
	font-size:12px;
	color:#555;
	border-radius:2px;
}
input[type="button"], input[type="submit"], .btn{
	box-shadow:0px 0px 3px 0px #ddd ;
	border:1px solid #999;
	cursor:pointer;
	background-image:-webkit-linear-gradient(top, #fafafa, #e8e8e8);
	background-image:-linear-gradient(top, #fafafa,#e8e8e8);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top,#fafafa, #e8e8e8);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top,#fafafa, #e8e8e8);
	/* Chrome 7+ & Safari 5.03+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fafafa), color-stop(1, #e8e8e8));
	/* IE5.5 - IE7 */
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#fafafaff,EndColorStr=#e8e8e8ff);
	/* IE8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#fafafaff,EndColorStr=#e8e8e8ff)";

	text-shadow:0px 1px 0px #fff;
	color:#666;
	padding:8px 15px;
	text-decoration: none;
}
input[type="text"]:focus, input[type="button"]:focus, input[type="submit"]:active, input[type="email"]:focus, input[type="search"]:focus, input[type="password"]:focus, input[type="file"]:focus, textarea:focus , .btn:focus,select:focus{
	color:#222;
	border:1px solid #606060;
	box-shadow:0px 0px 5px 0px #aaa inset;
}

input[type="button"]:active, input[type="submit"]:active,.btn:active{
	box-shadow:0px 1px 3px 0px #999;
	border:1px solid #606060;
	background-image:-webkit-linear-gradient(top, #e3e3e3, #f4f4f4);
	background-image:-linear-gradient(top, #e3e3e3,#f4f4f4);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top,#e3e3e3, #f4f4f4);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #e3e3e3, #f4f4f4);
	/* Chrome 7+ & Safari 5.03+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#e3e3e3), color-stop(1, #f4f4f4));
	/* IE5.5 - IE7 */
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#e3e3e3ff,EndColorStr=#f4f4f4ff);
	/* IE8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#e3e3e3ff,EndColorStr=#f4f4f4ff)";

	color:#333;
}

input[type="text"]:hover, input[type="email"]:hover, input[type="search"]:hover, input[type="password"]:hover, input[type="file"]:hover, textarea:hover,,select:hover {
	box-shadow:0px 0px 6px 0px #bbb inset;
	border:1px solid #999;
}
input[type="button"]:hover, input[type="submit"]:hover, .btn:hover{
	box-shadow:0px 1px 3px 0px #999;
	border:1px solid #999;
	color:#666;
	text-shadow:0px 1px 0px #fff;
}

textarea{
	font-family:DroidSansRegular,'century gothic',Arial,'Trebuchet MS'	;
	font-size:13px;
	padding:5px;
	line-height:1.5em;
}
.btn{
	display:inline-block;
	line-height: 1em;
}
.table_form input,.table_form select{
	width:300px;
}
select{
	margin-top :-2px;
}

.table_form input[type="checkbox"], .table_form input[type="radio"]{
width:16px;
}
.table_form input[type="button"], .table_form input[type="submit"]{
	width:150px;
}
.table_form textarea{
	width:650px;
	min-height:200px;
}
.table_form label{
	padding-top:8px;
	width:250px;
	display:inline-block;
}
.table_form label span{
	color:#ff4422;
	font-size:90%;
}
.table_form td{
	line-height: 1em;
	padding:5px;
	vertical-align:top;
}

#search{
	float:right;
	margin-top:70px;
	text-align:right;
}
.search_text{
	width:200px;
}
.product_big_image{
	width:100%;
	min-width: 650px;
}
input.search_submit{
	margin-right:0px;
	padding:6px 10px;
}
.specification_box table{
	width:100%;
	//font-family:arial;
	font-size:12px;
}

.specification_box table td{
	border:1px outset silver;
	vertical-align:top;
	padding:4px 8px;
}

.specification_box table tr td:first-child{
	background-color:#5a5a5a;
	font-weight:bold;
	text-shadow:0px 1px 0px #000;
	color:#fff;
	font-size:11px;
}

.specification_box table tr:first-child td:first-child{
	background-color:#3a3a3a;
	font-weight:bold;
	font-size:13px;
}

.specification_box table tr:first-child{
	background-color:gray;
	font-size:15px;
	padding:5px;
	font-variant:small-caps;
}
.specification_box table tr:nth-child(even){
	background-color:#ececec;
}
.specification_box table tr:nth-child(odd){
	background-color:#f6f6f6;	
}
.specification_box table tr:hover{
	background-color:#d6d6d6;	
	color:#333;
}

.product_picture_box{
	
}
.product_picture_item{
	width:106px;
	height:106px;	
	margin:2px;
	border:1px solid gray;
	opacity:0.7;
}
.product_picture_item:hover{
	border:1px solid #000;
	opacity:1;
}
.product_picture_item:first-child{
	margin-left:0px;
}
.product_picture_item:last-child{
	margin-right:0px;
}

.random_picture_item{
	width:108px;
	height:108px;	
	margin:2px;
	border:1px solid black;
}
.random_picture_item:first-child{
	margin-left:0px;
}
.product_picture_item:last-child{
	margin-right:0px;
}

#right_header{
	float:right;
}
#member_link{
	margin-top:-2px;
	float:right;
	text-align:right;

}
#member_link a{
	/*/background-color:rgba(255,255,255,0.3);*/
	font-family:arial,tahoma;
	display:inline-block;
	padding:5px 10px 3px 10px;
	margin-right:0px;
	margin-left:10px;
	//text-shadow:0px 1px 0px #000;
	//color:white;
}
.separator{
	width:0px;
	display:inline-block;
	display:none;
	height:15px;
	vertical-align:middle;
	border-right:1px dashed #bbb;
}
#member_link a:last-child{
	border:none;
	margin-right:0px;
	padding-right:0px;
	padding-left:0px;
}


#back-top {
	position: fixed;
	bottom: 10px;
	right: 30px;
	z-index:2000;
}

#back-top a 	{
	width: 70px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}

/* arrow icon (span tag) */
#back-top span {
	width: 70px;
	height: 70px;
	display: block;
	margin-bottom: 7px;
	background: #ddd url('images/up-arrow.png') no-repeat center center;

	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #777;
}


/*  TREEE */

.article_tree_root{
	padding-bottom:0px;
	padding-left:15px;
	font-size:110%;
}
.article_tree{
	padding-left:30px;
	padding-bottom:0px;
	font-size:100%;
	
}
.article_tree_item{
	padding-left:30px;
	padding-bottom:5px;
	line-height:16px;
	font-size:14px;
}

.tree_checkbox{
	opacity:0;
	margin-top:-20px;
	position:absolute;
	z-index: 50 !Important;
	cursor: pointer;
	height: 1em;
	width: 200px;
	
}

.article_tree_root , .article_tree{
	position:relative;
	z-index:30  !Important;;
}
.tree_checkbox + .sub_tree {
	background: transparent url('images/arrow-right.png') no-repeat 0px 0px;
	margin-top:-30px;
}

.tree_checkbox:checked + .sub_tree {
	background: transparent url('images/arrow-down.png') no-repeat 0px 0px;

}

.sub_tree{
	padding-top:30px;
}
.tree_level_1{
	padding-top:30px;
}
.tree_level_2{
	padding-top:30px;
}

.tree_checkbox + .tree_level_1{
	background-position: -10px 0px;
}
.tree_checkbox:checked + .tree_level_1{
	background-position: -10px 0px;
}

.tree_checkbox + .tree_level_2{
	background-position: 1px 0px;
	margin-top:-26px;
}
.tree_checkbox:checked + .tree_level_2{
	background-position: 1px 0px;
}


.tree_checkbox + .tree_level_2 > p{
	display:none;
	z-index:5;
	position:relative;
}
.tree_checkbox:checked + .tree_level_2 > p{
	display:block;
}

.tree_checkbox + .tree_level_1 > * {
	display:none;
	z-index:5;
	position:relative;
}
.tree_checkbox:checked + .tree_level_1 > *{
	display:block;
}

.tree_checkbox:checked

.tree_container{
	font-size:11px;
}
/* END  TREEE */


.news_label{
	font-size:11px;
}
.read_more{
	display:block;
	float:right;
	clear:both;
	font-size:12px;
}

hr {
	border:none;
	border-top:1px solid #ccc;
	border-bottom:1px solid #fff;
}

#home_banner{
	border:1px solid #fff;
	//box-shadow: 0px 0px 5px 1px #777;
	width:920px;
	height:460px;
}

.banner-shadow-top{
	background:transparent url('images/banner-shadow-bottom.png') no-repeat  center center;
	height:24px;
	width:100%;
	margin-bottom:-2px;
	border-bottom:1px solid #eee;
}
.banner-shadow-bottom{
	background:transparent url('images/banner-shadow-top.png') no-repeat center center;
	height:24px;
	width:100%;
	margin-top:-1px;
	//border-top:1px solid #ddd;
}

.small_separator {
	border: none !important;
	background: transparent url('images/small_separator.png') no-repeat center center;
	height: 2px;
	padding: 0px;
	margin: 0px;
}
.medium_separator {
	border: none;
	background: transparent url('images/medium_separator.png') no-repeat center center;
	height: 2px;
	padding: 0px;
	margin: 10px 0px;
}
.big_separator {
	border: none;
	background: transparent url('images/big_separator.png') no-repeat center center;
	height: 2px;
	padding: 0px;
	margin: 0px;
}
.category_container{
	text-align:center;
}
.category_item_box{
	display:inline-block;
	width:451px;
	padding: 0px;
	margin:0px;
	background: white;
	border: 1px solid #EEE;
	-webkit-box-shadow: #DDD 0px 0px 3px;
	box-shadow: #DDD 0px 0px 3px;
	//float: left;
	border-radius: 5px;
	margin: 10px 10px 0px 0px;
}

.category_item{	
	margin:10px;
	padding:10px;
	background:#eee url('images/product_shadow_big.jpg') repeat-x;
}
.category_item:hover{
	background-image:none;
}

.category_item h3 span,#home_left h1 span{
	font-size:70%;
	float:right;
}

.category_image{
	margin:0px 0px;
	height:300px;
	border-right:3px solid white;
	border-left:3px solid white;
}
.category_item img{
	display:none;
}

.category_item_small_box hr{
	margin:10px auto;
}
.category_item_small_box{
	display:inline-block;
	width:296px;
	padding: 0px;
	margin:0px;
	background: white;
	border: 1px solid #EEE;
	-webkit-box-shadow: #DDD 0px 0px 3px;
	box-shadow: #DDD 0px 0px 3px;
	//float: left;
	border-radius: 5px;
	margin: 10px 9px 0px 0px;
}

.category_item_small{	
	margin:10px;
	padding:10px;
	background:#eee url('images/product_shadow_big.jpg') repeat-x;
}
.category_item_small:hover{
	background-image:none;
}

.category_item_small h3 span,#home_left h1 span{
	font-size:70%;
	float:right;
}

.category_image_small{
	margin:0px 0px;
	height:200px;
	border-right:1px solid white;
	border-left:1px solid white;
}
.category_item_small img{
	display:none;
}



.category_image4{
	margin:0px 0px;
	height:224px;
	border-right:3px solid white;
	border-left:3px solid white;
}
.category_item4 img{
	display:none;
}

.category_item_small4_box hr{
	margin:10px auto;
}
.category_item_small4_box{
	display:inline-block;
	width:224px;
	padding: 0px;
	margin:0px;
	background: white;
	border: 1px solid #EEE;
	-webkit-box-shadow: #DDD 0px 0px 3px;
	box-shadow: #DDD 0px 0px 3px;
	//float: left;
	border-radius: 5px;
	margin: 10px 10px 0px 0px;
	text-align: center;
}

.category_item_small4{	
	margin:10px;
	padding:10px;
	background:#eee url('images/product_shadow_big.jpg') repeat-x;
}
.category_item_small4:hover{
	background-image:none;
}

.category_item_small4 h3 span,#home_left h1 span{
	font-size:70%;
	float:right;
}

.category_image_small4{
	margin:0px 0px;
	height:149px;
	border-right:1px solid white;
	border-left:1px solid white;
}
.category_item_small4 img{
	//display:none;
	width:185px;
	height:150px;
}

.medium-shadow-bottom{
	background:transparent url('images/medium-shadow-top.png') no-repeat center center;
	height:16px;
	width:413px;
	margin-top:1px;
}
.medium-shadow-top{
	background:transparent url('images/medium-shadow-bottom.png') no-repeat center center;
	height:16px;
	width:100%;
	width:413px;
	margin-bottom:0px;
}

.small-shadow-bottom{
	background:transparent url('images/small-shadow-top.png') no-repeat center center;
	height:11px;
	width:276px;
	margin-top:-11px;
}
.small-shadow-top{
	background:transparent url('images/small-shadow-bottom.png') no-repeat center center;
	height:11px;
	width:100%;
	width:276px;
	margin-bottom:-1px;
}


.small2-shadow-bottom{
	background:transparent url('images/small2-shadow-top.png') no-repeat center center;
	height:8px;
	width:250px;
	margin-top:0px;
}
.small2-shadow-top{
	background:transparent url('images/small2-shadow-bottom.png') no-repeat center center;
	height:8px;
	width:100%;
	width:250px;
	margin-bottom:1px;
}


.small3-shadow-bottom{
	background:transparent url('images/small3-shadow-top.png') no-repeat center center;
	height:6px;
	//width:176px;
	margin-top:-9px;
}
.small3-shadow-top{
	background:transparent url('images/small3-shadow-bottom.png') no-repeat center center;
	height:6px;
	//width:100%;
	//width:176px;
	margin-bottom:-0px;
	margin-top:4px;
}

.small4-shadow-bottom{
	background:transparent url('images/small4-shadow-top.png') no-repeat center center;
	height:5px;
	//width:176px;
	margin-top:-8px;
}
.small4-shadow-top{
	background:transparent url('images/small4-shadow-bottom.png') no-repeat center center;
	height:5px;
	//width:100%;
	//width:176px;
	margin-bottom:1px;
	margin-top:4px;
}

.home_product_container .small-shadow-top{
	margin-top:10px;
}
.home_product_container .small-shadow-bottom{
	margin-bottom:10px;
}

.see_detail{
	display:block;
}

.about_us_content{
	
}

#google_map{
	height:200px;
	width: 360px;
	border:1px solid silver;
}
#map_container{
	width:360px;
	float:right;
	margin-top:40px;
}

.error_404{
	text-align: center;
	font-size:46px;
	color:#dd3322;
}

.pagination{
	text-align: center;
}
.pagination span a, .pagination span.current_page{
	display:inline-block;
	padding:7px 15px 5px 15px;
	margin:2px;
	border:1px solid #999;
}
.pagination span a:hover{
	border:1px solid #999;
	background-color:#ddd;
}
.pagination span.current_page{
	background-color: #999;
	border:1px solid silver;
	color: #fff;
}

/*ADMIN STYLES */
.form_error{
	color:#ff4422;
	padding:3px 7px 2px 7px;
	border:1px solid #ff8833;
	background-color: #ffddcc;
	margin:3px 0px;
}
.success{
	color:green;
	padding:3px 7px 2px 7px;
	border: 1px solid #89cc70;
	background-color: #ccffbb;
	margin:3px 0px;
}
.error{
	color:#ff4422;
	padding:3px 7px 2px 7px;
	border:1px solid #ff8833;
	background-color: #ffddcc;
	margin:3px 0px;
}

fieldset#filters{
	border: 2px ridge #eee;
	padding:10px;
	margin: 0px 0px 20px 0px;
}
fieldset#filters li{
	float:left;
	margin-bottom:4px;
}
fieldset#filters li label{
	width:120px;
	display:inline-block;
}

fieldset#filters li label span{
	color:#ff4422;
	font-size:90%;
}
fieldset#filters li a{
	margin-left:142px;
	margin-top:5px;
	display: inline-block;
}

fieldset#filters li a.filter_cancel{
	margin-left:10px;
}
table.normal_table{
	width:100%;
}
table.normal_table tr th{
	border-bottom:1px solid silver;
	border-top:1px solid silver;
	background-color:#ccc;
	background-color:rgba(220,220,220,0.4);
	font-size:11px;
	padding:4px;
	padding-top:8px;
}
table.normal_table tr td{
	padding:4px;
	font-size:12px;
}
table.normal_table tr:nth-child(even){
	background-color:#eee;
	background-color:rgba(240,240,240,0.4);
}
table.normal_table tr:nth-child(odd){
	background-color:#f5f5f5;
	background-color:rgba(250,250,250,0.4);
}

table.normal_table tr:hover{
	background-color:#fff;
	background-color:rgba(250,250,250,0.7);
}

.admin_popup_facebox{
	padding:20px;
	min-width:650px;
	min-height:400px;
	background:white;
}

#contact_us_left{
	width:480px;
	padding-right:20px;
	float:left;
	
}
#contact_us_right{
	width:360px;
	float:left;
	background-color:rgba(100,100,100,0.1);
	padding:0px 20px 10px 20px;
}
#contact_us_right {
	line-height:1.5em;
	font-size:11px;
	font-family:verdana;
}

.contact_form label{
	width:120px;
}
#login_box{
	text-align:center;
}

.customer_label{
	font-size:12px;
}
.customer_label label{
	display:inline-block;
	width:110px;
}
.customer_title span{
	font-size:70%;
}
.customer_image_container{
	padding:0px;
	text-align:center;
	border:1px solid #fff;
	box-shadow:0px 0px 2px 0px #222 inset;
	background:#00000040;
	background:rgba(0,0,0,0.25);
}
.customer_big_image{
	height:400px;
	width:880px;
	margin:20px auto;
}
.search_thumb{
	float:left;
	margin-right:5px;
	margin-top:4px;
	height:76px;
	border:1px solid #fff;
	padding:3px;
	background:silver;
}
.search_box{
	text-align:justify;
}
.search_result_item{
	padding:10px;
}
.search_result_item:hover{
	background-color: #00000020;
	background-color: rgba(255,255,255,0.5);
}

input[value="save"]{
	margin-left:265px;
}
.btn_margin{
	margin-left:265px !Important;	
}

.category_left{
	float:left;
	width:701px;
	padding-right:20px;
	border-right: 1px dashed silver;
	text-align: center;
}
.category_right{
	float:right;
	width:180px;
	//padding-left:20px;
	//border-left:1px dashed silver;
}
a.cancel{
	text-decoration: none;
	padding:8px 15px;
	vertical-align: top;
	text-transform: lowercase;
	margin:0px;
}

.digit a{
	text-decoration: none;
}

.digit a:hover{
	text-decoration: none;
}

.prev_page a{
	text-decoration: none;
}

.prev_page a:hover{
	text-decoration: none;
}

.next_page a{
	text-decoration: none;
}

.next_page a:hover{
	text-decoration: none;
}

.first_page a{
	text-decoration: none;
}

.first_page a:hover{
	text-decoration: none;
}

.last_page a{
	text-decoration: none;
}

.last_page a:hover{
	text-decoration: none;
}