﻿/*
	border-color: #000000;
	background-color: #C8C8C8;
*/

body
{
    font-size: 3.3mm ; 
    color: black;
    font-family: 'Poppins', 'Microsoft YaHei';
    margin: 0px 0px 0px 0px ;
    padding: 0px 0px 0px 0px ;
    background-repeat: repeat;
    
    
    /* disable hightlighting */
    /* -webkit-touch-callout: none; */
    /* -webkit-user-select: none; */ /* Webkit */
    /* -moz-user-select: none; */    /* Firefox */
    /* -ms-user-select: none; */     /* IE 10  */

    /* Currently not supported in Opera but will be soon */
    /* -o-user-select: none; */
    /* user-select: none;   */
}

#container
{
	min-width: 1024px;
	width: expression(document.body.clientWidth < 1024? "1024px": "auto" );
}

.label
{
    text-decoration: none;
    font-family:'Poppins', 'Microsoft YaHei'; font-size:13px; letter-spacing:0px; 
}

.plain
{
    text-decoration: none;
    font-family:'Poppins'; font-size:13px; letter-spacing:1px;
}

table.content
{
    border-collapse: separate;
    border-spacing: 0px;
    padding:0px 0px 0px 0px;
    border-style:none;
    border-width:0px;
}

table.content tr
{
    text-align:left;
}

H1
{
	font-weight: bold;
    font-size: 3.3mm ; 
    color: #000000 ;
    font-family : 'Poppins';
    text-decoration: none
}

A:hover
{
	text-decoration: none ;
	color: #000000 ; 
}

.function_title
{
    color: #000000;
    padding: 10px;
    font-family : 'Poppins';
    font-size:3.8mm ; 
    text-decoration: none;
    line-height: 1.5;
    font-weight: 700;
    background-color: #C8C8C8;
    min-height: 35px;

	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    
    -khtml-border-top-right-radius: 4px;
	-khtml-border-top-left-radius: 4px;

	border-top-right-radius: 4px;
	border-top-left-radius: 4px;

	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #C8C8C8 100%);

	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #C8C8C8 100%);

	/* Opera */ 
	background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #C8C8C8 100%);

	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #C8C8C8));

	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #C8C8C8 100%);

	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to top, #FFFFFF 0%, #C8C8C8 100%);
}

.function_end
{
    color: #000000;
    padding: 10px;
    font-family : 'Poppins';
    font-size:3.8mm ; 
    text-decoration: none;
    line-height: 1.5;
    font-weight: 700;
    min-height: 35px;
}




/*	--------------------------------------
	table / div body and footer effect
	--------------------------------------
*/
.t-full
{
    border-right: #E9EAEB 1px solid;
    border-top: #E9EAEB 1px solid;
    border-left: #E9EAEB 1px solid;
    border-bottom: #E9EAEB 1px solid;
    border-collapse: separate;
    border-spacing: 0px;
    text-decoration: none;
    line-height: 1.5;
	letter-spacing:0px;

    font-family:'Poppins', 'Microsoft YaHei'; font-size:13px; color:#333;
}

.t-full-clear
{
    border-right: #E9EAEB 1px solid;
    border-top: #E9EAEB 1px solid;
    border-left: #E9EAEB 1px solid;
    border-bottom: #E9EAEB 1px solid;
    border-collapse: separate;
    border-spacing: 0px;
    text-decoration: none;
    line-height: 1.5;

    font-family:'Poppins', 'Microsoft YaHei'; font-size:15px; color:#5B5C5E;
}

.t-full-box
{
    border-right: #E9EAEB 1px solid;
    border-top: #E9EAEB 1px solid;
    border-left: #E9EAEB 1px solid;
    border-bottom: #E9EAEB 1px solid;
    border-collapse: separate;
    border-spacing: 0px;
    font-family : 'Poppins';
    font-size: 3.3mm;
    text-decoration: none;
    line-height: 1.5;

	-moz-box-shadow:5px 5px 5px rgba(121, 121, 121, 0.7);
	-webkit-box-shadow:5px 5px 5px rgba(121, 121, 121, 0.7);
	-ms-box-shadow:5px 5px 5px rgba(121, 121, 121, 0.7);
	-o-box-shadow:5px 5px 5px rgba(121, 121, 121, 0.7);
	-khtml-box-shadow:5px 5px 5px rgba(121, 121, 121, 0.7);
	box-shadow:5px 5px 5px rgba(121, 121, 121, 0.7);
}

.t-body-footer
{
    border-right: #E9EAEB 1px solid;
    border-top: 0px;
    border-left: #E9EAEB 1px solid;
    border-bottom: #E9EAEB 1px solid;
    border-collapse: separate;
    border-spacing: 0px;
    font-family : 'Poppins';
    font-size: 3.3mm;
    text-decoration: none;
    line-height: 1.5;
    min-height:700px;
}

.t-header
{
    border-right: #E9EAEB 1px solid;
    border-top: #E9EAEB 1px solid;
    border-left: #E9EAEB 1px solid;
    border-bottom: 0px;
    border-collapse: separate;
    border-spacing: 0px;
    font-family : 'Poppins';
    text-decoration: none;
    line-height: 1.5;
}

.t-header-light
{
	border-right: #E9EAEB 1px solid;
    border-top: 0px;
    border-left: #E9EAEB 1px solid;
    border-bottom: 0px;
    border-collapse: separate;
    border-spacing: 0px;
    font-family : 'Poppins';
    text-decoration: none;
    line-height: 1.5;
}

.t-body
{
    border-right: #E9EAEB 1px solid;
    border-top: 0px;
    border-left: #E9EAEB 1px solid;
    border-bottom: 0px;
    border-collapse: separate;
    border-spacing: 0px;
    font-family : 'Poppins';
    font-size: 3.3mm;
    text-decoration: none;
    line-height: 1.5;
}

.t-footer
{
    border-right: #E9EAEB 1px solid;
    border-top: 0px;
    border-left: #E9EAEB 1px solid;
    border-bottom: #E9EAEB 1px solid;
    border-collapse: separate;
    border-spacing: 0px;
    font-family : 'Poppins';
    text-decoration: none;
    line-height: 1.5;
}

.t-navigator
{
    border-right: #E9EAEB 1px solid;
    border-top: #E9EAEB 1px solid;
    border-left: #E9EAEB 1px solid;
    border-bottom: #E9EAEB 1px solid;
    border-collapse: separate;
    border-spacing: 0px;
    font-family : 'Poppins';
    font-size: 3.3mm;
    text-decoration: none;
    line-height: 1.5;

	-moz-box-shadow:5px 5px 5px rgba(121, 121, 121, 0.7);
	-webkit-box-shadow:5px 5px 5px rgba(121, 121, 121, 0.7);
	-ms-box-shadow:5px 5px 5px rgba(121, 121, 121, 0.7);
	-o-box-shadow:5px 5px 5px rgba(121, 121, 121, 0.7);
	-khtml-box-shadow:5px 5px 5px rgba(121, 121, 121, 0.7);
	box-shadow:5px 5px 5px rgba(121, 121, 121, 0.7);
}

table.items
{
    border-right: #E9EAEB 1px solid;
    border-top: #E9EAEB 1px solid;
    border-left: #E9EAEB 1px solid;
    border-bottom: #E9EAEB 1px solid;
    border-collapse: separate;
    border-spacing: 0px;
    font-family : 'Poppins';
    text-decoration: none;
    line-height: 1.5;
}

table.items_highlight
{
	background-color: #f3f3f3;
    border-right: #E9EAEB 1px solid;
    border-top: #E9EAEB 1px solid;
    border-left: #E9EAEB 1px solid;
    border-bottom: #E9EAEB 1px solid;
    border-collapse: separate;
    border-spacing: 0px;
    font-family : 'Poppins';
    text-decoration: none;
    line-height: 1.5;

	-moz-box-shadow:5px 5px 5px rgba(121, 121, 121, 0.7);
	-webkit-box-shadow:5px 5px 5px rgba(121, 121, 121, 0.7);
	-ms-box-shadow:5px 5px 5px rgba(121, 121, 121, 0.7);
	-o-box-shadow:5px 5px 5px rgba(121, 121, 121, 0.7);
	-khtml-box-shadow:5px 5px 5px rgba(121, 121, 121, 0.7);
	box-shadow:5px 5px 5px rgba(121, 121, 121, 0.7);

}




/*	--------------------------------------
	cell highlight effect
	--------------------------------------
*/
.cellgap
{
	background-color: #f5f5f5;
}

.cellgap_dark
{
	background-color: #E9EAEB;
}

.cellgap_navigator
{
    color: #000000;
    padding: 3px;
    font-family : 'Poppins';
    text-decoration: none;
    line-height: 1.5;
    background-color: #E9EAEB;
    min-height: 35px;

	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #C8C8C8 100%);

	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #C8C8C8 100%);

	/* Opera */ 
	background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #C8C8C8 100%);

	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #C8C8C8));

	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #C8C8C8 100%);

	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to top, #FFFFFF 0%, #C8C8C8 100%);
}

.cellhighlight
{
	background-color: #efefef;
}




/*	--------------------------------------
	jQuery Countdown styles 1.5.9.
	--------------------------------------
*/
.hasCountdown {
	border: 1px solid #000000;
	background-color: #E9EAEB;
}




/*	--------------------------------------
	page list button
	--------------------------------------
*/
.page_ul
{
	list-style-type: none;
	margin: 0px;
	display: inline;
}

.page_li
{
	min-width: 20px;
	float: right;
	border: 1px solid #cdcdcd; 
	margin: 4px; 
	padding: 10px;
	text-align: center;
	text-decoration: none;
	color: #5B5C5E;
	cursor:pointer;

    font-family:'Poppins'; font-size:13px; text-shadow:2px 2px 8px #dadada;
    background-color:Transparent;

    -moz-box-shadow:0px 0px 4px 5px Transparent;
	-webkit-box-shadow:0px 0px 4px 5px Transparent;
	-ms-box-shadow:0px 0px 4px 5px Transparent;
	-o-box-shadow:0px 0px 4px 5px Transparent;
	-khtml-box-shadow:0px 0px 4px 5px Transparent;
	box-shadow:0px 0px 3px 3px Transparent;

	transition: border linear .2s, box-shadow linear .2s, background-color linear .2s;
}

.page_li:hover
{
	min-width: 20px;
	float: right;
	border: 1px solid Transparent; 
	margin: 4px; 
	font-weight:700;
	padding: 10px;
	text-align:center;
	text-decoration: none;
	color: #111;
	cursor:pointer;

    font-family:'Poppins'; font-size:13px; text-shadow:2px 2px 8px #dadada;
    background-color:Transparent;

    -moz-box-shadow:0px 0px 1px 2px #4267B2;
	-webkit-box-shadow:0px 0px 1px 2px #4267B2;
	-ms-box-shadow:0px 0px 1px 2px #4267B2;
	-o-box-shadow:0px 0px 1px 2px #4267B2;
	-khtml-box-shadow:0px 0px 1px 2px #4267B2;
	box-shadow:0px 0px 1px 2px #4267B2;

	transition: border linear .2s, box-shadow linear .2s, background-color linear .2s;
}


.page_li_disable
{
	min-width: 20px;
	float: right;
	border: 1px solid Transparent; 
	margin: 4px; 
	font-weight:700;
	padding: 10px;
	text-align:center;
	text-decoration: none;
	color: #111;

    font-family:'Poppins'; font-size:13px; text-shadow:2px 2px 8px #dadada;
    background-color:Transparent;

    -moz-box-shadow:0px 0px 1px 2px #4267B2;
	-webkit-box-shadow:0px 0px 1px 2px #4267B2;
	-ms-box-shadow:0px 0px 1px 2px #4267B2;
	-o-box-shadow:0px 0px 1px 2px #4267B2;
	-khtml-box-shadow:0px 0px 1px 2px #4267B2;
	box-shadow:0px 0px 1px 2px #4267B2;

	transition: border linear .2s, box-shadow linear .2s, background-color linear .2s;
}

.navigator_li
{
	min-width: 20px;
	
	float: left;
	border: 0px solid #cdcdcd; 
	margin: 2px; 
	font-size: 3.3mm; 
	font-weight:normal;
	padding: 6px;
	text-align: center;
	text-decoration: none;
	color: #000000;
	cursor:pointer;
}

.navigator_li:hover
{
	min-width: 20px;
	background-color: #C8C8C8;
	float: left;
	border: 1px solid #000000; 
	margin: 2px; 
	font-size: 3.3mm; 
	font-weight:normal;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	color: #000000;
	cursor:pointer;

	-moz-box-shadow: 0px 0px 5px rgb(153, 153, 153);
	-webkit-box-shadow: 0px 0px 5px rgb(153, 153, 153);
	-ms-box-shadow: 0px 0px 5px rgb(153, 153, 153);
	-o-box-shadow: 0px 0px 5px rgb(153, 153, 153);
	-khtml-box-shadow: 0px 0px 5px rgb(153, 153, 153);
	box-shadow:0px 0px 5px rgb(153, 153, 153);
}



/*	--------------------------------------
	text field
	--------------------------------------
*/
.textfield
{
    border-right: #cecece 1px solid;
    border-top: #efefef 1px solid;
    border-left: #efefef 1px solid;
    border-bottom: #cecece 1px solid;
    padding:5px 5px 5px 10px;
	height:25px;

    font-family:'Poppins', 'Microsoft YaHei'; font-size:13px; color:#5B5C5E;
    background-color: Transparent;
}

.small_textfield
{
    border-right: #cecece 1px solid;
    border-top: #efefef 1px solid;
    border-left: #efefef 1px solid;
    border-bottom: #cecece 1px solid;
    font-family : 'Poppins';
    font-size:3.3mm;
    font-weight:normal;
    padding:2px;
}




/*	--------------------------------------
	button
	--------------------------------------
*/
.button
{
    border:solid 1px #4267B2;
    padding:5px 10px 5px 10px;
	height:37px;
	min-width:60px;


    font-family:'Poppins','Microsoft YaHei'; font-size:13px;
    background-color:#4267B2;
    color:#fff;

	transition: border linear .2s, background-color linear .2s;
}

.button:hover
{
    border:solid 1px #365899;
	padding:5px 10px 5px 10px;
    height:37px;
	cursor:pointer;

    font-family:'Poppins','Microsoft YaHei'; font-size:13px;
    background-color:#365899;
    color: #fff;

	transition: border linear .2s, background-color linear .2s;
}

.small_button
{
    border-right: #cecece 1px solid;
    border-top: #efefef 1px solid;
    border-left: #efefef 1px solid;
    border-bottom: #cecece 1px solid;
    font-family : 'Poppins';
    font-size:3.3mm;
    font-weight:700;
    padding-left:4px;
    padding-right:4px;
    padding-top:2px;
    padding-bottom:2px;
    cursor:pointer;
}

.small_button:hover
{
    background-color: #C8C8C8;

	-moz-box-shadow: 0px 0px 5px rgb(153, 153, 153);
	-webkit-box-shadow: 0px 0px 5px rgb(153, 153, 153);
	-ms-box-shadow: 0px 0px 5px rgb(153, 153, 153);
	-o-box-shadow: 0px 0px 5px rgb(153, 153, 153);
	-khtml-box-shadow: 0px 0px 5px rgb(153, 153, 153);
	box-shadow:0px 0px 5px rgb(153, 153, 153);
}




/*	--------------------------------------
	images
	--------------------------------------
*/
.img_item
{
	max-width:480px;
}

.small_img_item
{
	max-width: 150px;
	max-height: 150px;
}

.cart_highlight_img_item
{
	min-width: 85px;
	min-height: 85px;

	-moz-box-shadow: 0px 0px 5px #000000;
	-webkit-box-shadow: 0px 0px 5px #000000;
	-ms-box-shadow: 0px 0px 5px #000000;
	-o-box-shadow: 0px 0px 5px #000000;
	-khtml-box-shadow: 0px 0px 5px #000000;
	box-shadow:0px 0px 5px #000000;
}

.cart_disable_img_item
{
	min-width: 80px;
	min-height: 80px;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.img_section_title
{
	max-width:195px;
}

.img_category_menu
{
	max-width:193px;
}

.img_highlight_sub_category
{
	max-width:195px;

	-moz-box-shadow:5px 5px 5px rgba(121, 121, 121, 0.7);
	-webkit-box-shadow:5px 5px 5px rgba(121, 121, 121, 0.7);
	-ms-box-shadow:5px 5px 5px rgba(121, 121, 121, 0.7);
	-o-box-shadow:5px 5px 5px rgba(121, 121, 121, 0.7);
	-khtml-box-shadow:5px 5px 5px rgba(121, 121, 121, 0.7);
	box-shadow:5px 5px 5px rgba(121, 121, 121, 0.7);
}

.img_disable_sub_category
{
	max-width:195px;
}





/*	--------------------------------------
	div textarea effect
	--------------------------------------
*/
div.textarea
{
	border: solid 1px #E9EAEB;
    border-collapse: separate;
    border-spacing: 0px;
    font-family : 'Poppins';
    font-size: 3.3mm;
    text-decoration: none;
    line-height: 1.5;
    overflow: auto;
    padding: 4px;
}

div.standard
{
	border-collapse: separate;
    border-spacing: 0px;
    font-family : 'Poppins';
    font-size: 3.3mm;
    text-decoration: none;
    line-height: 1.5;
    overflow: auto;
    padding: 4px;
}

div.header_menu_child
{
	text-align:left; 
	height:25px; 
	padding:7px 5px 0px 7px; 
	cursor:pointer;
	border-bottom: solid 1px #f7f7f7;
}

div.header_menu_child:hover
{
	text-align:left; 
	height:25px; 
	padding:7px 5px 0px 7px; 
	cursor:pointer;
	background-color: #efefef;
}


div.useful_menu_child
{
	text-align:left; 
	height:25px; 
	padding:7px 5px 0px 7px; 
	cursor:pointer;
	border-bottom: solid 1px #f7f7f7;
}

div.useful_menu_child:hover
{
	text-align:left; 
	height:25px; 
	padding:7px 5px 0px 7px; 
	cursor:pointer;
	background-color: #efefef;
}


.details_row
{
	border-width:1px; 
	border-style:solid; 
	border-top-color:#ffffff; 
	border-bottom-color:#dfdfdf;
	border-left-color:#dfdfdf; 
	border-right-color:#dfdfdf;
}


.details_row:hover
{
	transition: border linear .2s,box-shadow linear .5s;
    -moz-transition: border linear .2s,-moz-box-shadow linear .5s;
    -webkit-transition: border linear .2s,-webkit-box-shadow linear .5s;
    outline: none;
    border-color: rgba(154,204,249,.75);
    box-shadow: 0 0 8px rgba(38,140,242,.5);
    -moz-box-shadow: 0 0 8px rgba(38,140,242,.5);
    -webkit-box-shadow: 0 0 8px rgba(38,140,242,3);
}

input[type=text],input[type=password],textarea
{
	transition: border linear .2s,box-shadow linear .5s;
    -moz-transition: border linear .2s,-moz-box-shadow linear .5s;
    -webkit-transition: border linear .2s,-webkit-box-shadow linear .5s;
    outline: none;
    border-color: #E9EAEB;
}

input[type=text]:focus,input[type=password]:focus,textarea:focus
{
	transition: border linear .2s,box-shadow linear .5s;
    -moz-transition: border linear .2s,-moz-box-shadow linear .5s;
    -webkit-transition: border linear .2s,-webkit-box-shadow linear .5s;
    outline: none;
    border-color: #E9EAEB;
	background-color:#F5F7F8;
}


.document_row
{
	border-width:1px; 
	border-style:solid; 
	border-top-color:#f2f2f2; 
	border-bottom-color:#f2f2f2;
	border-left-color:#f2f2f2; 
	border-right-color:#f2f2f2;
}


.document_row:hover
{
	transition: border linear .2s,box-shadow linear .5s;
    -moz-transition: border linear .2s,-moz-box-shadow linear .5s;
    -webkit-transition: border linear .2s,-webkit-box-shadow linear .5s;
    outline: none;
    border-color: rgba(154,204,249,.75);
    box-shadow: 0 0 8px rgba(38,140,242,.5);
    -moz-box-shadow: 0 0 8px rgba(38,140,242,.5);
    -webkit-box-shadow: 0 0 8px rgba(38,140,242,3);
}




/*	--------------------------------------
	semi dark screen
	--------------------------------------
*/
.black_overlay
{
	display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 4096px;
    background-color: #000000;
    z-index: 1001;
    -moz-opacity: 0.9;
    opacity: .90;
    filter: alpha(opacity=90);
}





/*	--------------------------------------
	notice box
	--------------------------------------
*/
.notice_iframe
{
	font-family: 'Poppins';
    font-size: 3.3mm ;
	min-height: 30px ;
	background-color: #FFFEE6; 
	border: solid 0px #FFC757;
	vertical-align : middle;
}




/*	--------------------------------------
	checkbox
	--------------------------------------
*/
input[type=checkbox].css-checkbox
{
	font-family: 'Poppins', 'Microsoft YaHei';
    font-size: 3.3mm ;
	position: absolute;  
	overflow: hidden;  
	clip: rect(0 0 0 0);  
	height: 1px;  
	width: 1px;  
	margin: -1px;  
	padding: 2px 1px 2px 1px; 
	border: 0px;
}

input[type=checkbox].css-checkbox + label.css-checkbox-label
{
	font-family: 'Poppins', 'Microsoft YaHei';
    font-size: 3.3mm ;
	padding-left: 25px; 
	height: 20px;
	display: inline-block;
	line-height: 20px;
	background-repeat: no-repeat;
	background-position: 0 0;
	vertical-align: middle;
	cursor: pointer;
}

input[type=checkbox].css-checkbox:checked + label.css-checkbox-label
{
	font-family: 'Poppins', 'Microsoft YaHei';
    font-size: 3.3mm ;
	background-position: 0px -20px;
}

.css-checkbox-label
{
	font-family: 'Poppins', 'Microsoft YaHei';
    font-size: 3.3mm ;
	background-image: url(../../../system_images/checkbox-web-two-style.png);
}





/*	--------------------------------------
	select menu
	--------------------------------------
*/
.item_select_menu
{
    border: solid 1px #E9EAEB;
    font-family : 'Poppins';
    font-size:13px;
    padding:5px;
	height:37px;	
	color:#5B5C5E;
}

.item_select_menu:hover
{
    border: solid 1px #4267B2;
    font-family : 'Poppins';
    font-size:13px;
    padding:5px;
	height:37px;
    border-color: #E9EAEB;
	background-color:#F5F7F8;
}




/*	--------------------------------------
	notification header image and text
	--------------------------------------
*/
.notification_img_desc { 
    position: relative; 
    display: block; 
} 

.notification_img_desc cite { 
    position: absolute; 
    top: -15px; 
    left: 15px; 
    max-width: 15px; 
    background-color: #E41922; 
    color: #ffffff; 
    padding: 0px 3px 1px 3px;
    font-size: 3.3mm;
    font-style: normal;
    font-weight: 700;
    display: none;
}

.notification_box {
	background-color: #ffffff;
	width: 380px; 
	height: 450px; 
	padding: 10px;
	border-color: #dfdfdf; 
	border-width: 1px; 
	border-style: solid; 

	-moz-box-shadow: 0px 0px 5px rgb(153, 153, 153);
	-moz-box-shadow:5px 5px 5px rgba(121, 121, 121, 0.7);
	-webkit-box-shadow:5px 5px 5px rgba(121, 121, 121, 0.7);
	-ms-box-shadow:5px 5px 5px rgba(121, 121, 121, 0.7);
	-o-box-shadow:5px 5px 5px rgba(121, 121, 121, 0.7);
	-khtml-box-shadow:5px 5px 5px rgba(121, 121, 121, 0.7);
}


.quick_manage_list
{
	height: 50px; 
	width: 582px;
	padding:0px 0px 0px 10px;
}

.quick_manage_list:hover 
{
	cursor: pointer;
    background-color: #4C66A4;
    color: #ffffff;
    font-weight: 700;
}



#top-bar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 23px;
}


.doc_image
{
	max-width: 250px;
	max-height: 250px;
}

.doc_image_enlarge
{
	max-width: 100%;
}

.doc_image_footer_blog
{
	max-width: 100px;
	max-height: 100px;
	border:none;
}


table.items_hr
{
    border:none;
    text-decoration: none;

    -moz-box-shadow:0px 0px 1px 2px Transparent;
	-webkit-box-shadow:0px 0px 1px 2px Transparent;
	-ms-box-shadow:0px 0px 1px 2px Transparent;
	-o-box-shadow:0px 0px 1px 2px Transparent;
	-khtml-box-shadow:0px 0px 1px 2px Transparent;
	box-shadow:0px 0px 1px 2px Transparent;

    transition: border linear .2s, box-shadow linear .2s;
}

table.items_hr:hover
{
    -moz-box-shadow:0px 0px 1px 2px #4267B2;
	-webkit-box-shadow:0px 0px 1px 2px #4267B2;
	-ms-box-shadow:0px 0px 1px 2px #4267B2;
	-o-box-shadow:0px 0px 1px 2px #4267B2;
	-khtml-box-shadow:0px 0px 1px 2px #4267B2;
	box-shadow:0px 0px 1px 2px #4267B2;
	                
	transition: border linear .2s, box-shadow linear .2s;
}