.tbl_left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #00CaF0;
}
.tbl_bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00CaF0;
}
.tbl_top_bottom {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #00CaF0;
	border-bottom-color: #00CaF0;
}
.tbl_top_bottom_dash {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: dashed;
	border-top-color: #00CaF0;
	border-bottom-color: #00CaF0;
}
.tbl_bottom_dash {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #00CaF0;
}
.left_right {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #00CaF0;
	border-left-color: #00CaF0;
}
.box {
	border: 1px solid #00CaF0;
}
.tbl_leftdash {

	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #00CaF0;
}
.tbl_bottom_right {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00CaF0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #00CaF0;
}
.tbl_top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #00CaF0;
}
.tbl_bottomdot {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #00CaF0;
}
.tbl_left_top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #00CaF0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #00CaF0;
}
.tbl_left_top_right {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #00CaF0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #00CaF0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #00CaF0;
}
.txtcenter {
	text-align: right;
}
.catList{
	background-color:#0CF;
	padding-top:5px;
	padding-bottom:5px;
	border-radius-topright: 5px;
	-moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;	
	-moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;	
	border-top-bottom-radius: 5px;	
	padding-right:1px;	
	padding-left:1px;
}
.cattopinner{
	background-color:#0CF;
	padding-top:5px;
	padding-bottom:5px;
	border-radius-topright: 5px;
	-moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	padding-right:1px;	
}
.catbottominner{
	background-color:#0CF;
	padding-top:5px;
	padding-bottom:5px;
	-moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	padding-right:1px;	
}
.catmidinner{
	background-color:#0CF;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:1px;	
}

.bodyFrm{
	margin-left:2px;
	background-color:#0CF;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:1px;	
	padding-left:1px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border-radius: 5px;
}
.productList{
	margin-left:2px;
	background-color:#0CF;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:1px;	
	padding-left:1px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border-radius: 5px;
}
.imgradius{
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border-radius: 5px;
}

.html{
	border:#0CF solid 1px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 5px 5px 15px 5px rgba(50, 50, 50, .5);
    -moz-box-shadow: 5px 5px 15px 5px rgba(50, 50, 50, .5);
    box-shadow: 5px 5px 15px 5px rgba(50, 50, 50, .5);
}
.imgradius10px{
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	border-radius: 10px;
}
.headmenu{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color:#F0F7FA;	
}
.clear {
clear:both;
margin-top:-1px;
height:1px;
overflow:hidden;
}

#shadow{
	-webkit-box-shadow: 5px 5px 15px 5px rgba(50, 50, 50, .5);
    -moz-box-shadow: 5px 5px 15px 5px rgba(50, 50, 50, .5);
    box-shadow: 5px 5px 15px 5px rgba(50, 50, 50, .5);	
}
.shadow{
	-webkit-box-shadow: 5px 5px 15px 5px rgba(50, 50, 50, .5);
    -moz-box-shadow: 5px 5px 15px 5px rgba(50, 50, 50, .5);
    box-shadow: 5px 5px 15px 5px rgba(50, 50, 50, .5);	
}
