/* Универсальные бордеры */
.style-solid {
	border-style:solid;
}
.style-dotted {
	border-style:dotted;
}
.style-dashed {
	border-style:dotted;
}

.width-1px {
	border-width:1px;
}
.width-2px {
	border-width:2px;
}
.width-3px {
	border-width:3px;
}
.width-4px {
	border-width:4px;
}
.width-5px {
	border-width:5px;
}

.width-4px {
	border-width:4px;
}
.width-7px {
	border-width:7px;
}
.width-8px {
	border-width:8px;
}
.width-9px {
	border-width:9px;
}
.width-10px {
	border-width:10px;
}


/* Универсальные border radius */
.all-border-radius {
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
}

.round {
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
}

.top-border-radius {
	-webkit-border-radius: 2px 2px 0px 0px;
	border-radius: 2px 2px 0px 0px;
}

.bottom-border-radius {
	-webkit-border-radius: 0px 0px 2px 2px;
	border-radius: 0px 0px 2px 2px;
}

.left-border-radius {
	-webkit-border-radius: 2px 0px 0px 2px;
	border-radius: 2px 0px 0px 2px;
}

.right-border-radius {
	-webkit-border-radius: 0px 2px 2px 0px;
	border-radius: 0px 2px 2px 0px;
}


.top-right-border-radius {
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
}

.bottom-right-border-radius {
	-webkit-border-bottom-right-radius: 2px;
	border-bottom-right-radius: 2px;
}

.top-left-border-radius {
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
}

.bottom-left-border-radius {
	-webkit-border-bottom-left-radius: 2px;
	border-bottom-left-radius: 2px;
}


.all-border-radius-small {
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
}

.round {
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
}

.top-border-radius-small {
	-webkit-border-radius: 2px 2px 0px 0px;
	border-radius: 2px 2px 0px 0px;
}

.bottom-border-radius-small {
	-webkit-border-radius: 0px 0px 2px 2px;
	border-radius: 0px 0px 2px 2px;
}

.left-border-radius-small {
	-webkit-border-radius: 2px 0px 0px 2px;
	border-radius: 2px 0px 0px 2px;
}

.right-border-radius-small {
	-webkit-border-radius: 0px 2px 2px 0px;
	border-radius: 0px 2px 2px 0px;
}


.top-right-border-radius-small {
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
}

.bottom-right-border-radius-small {
	-webkit-border-bottom-right-radius: 2px;
	border-bottom-right-radius: 2px;
}

.top-left-border-radius-small {
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
}

.bottom-left-border-radius-small {
	-webkit-border-bottom-left-radius: 2px;
	border-bottom-left-radius: 2px;
}





  /* borders общего применения (order: top right bottom left)  */  
.border_t {border-right:none !important; border-bottom:none !important; border-left:none !important;}
.border_r {border-top:none !important; border-bottom:none !important; border-left:none !important;  }
.border_b {border-top:none !important; border-right:none !important; border-left:none !important; }
.border_l {border-top:none !important; border-right:none !important; border-bottom:none !important; }
.border_tr {border-bottom:none !important; border-left:none !important; border-top-width:1px !important;}
.border_tb {border-right:none !important; border-left:none !important; border-top-width:1px !important;}
.border_tl {border-right:none !important; border-bottom:none !important; border-top-width:1px !important; }
.border_rb {border-top:none !important; border-left:none !important; border-right-width:1px !important; }
.border_rl {border-top:none !important; border-bottom:none !important; border-right-width:1px !important;}
.border_bl {border-top:none !important; border-right:none !important; border-bottom-width:1px !important;}
.border_trb {border-left:none !important; border-top-width:1px !important; border-right-width:1px !important; }
.border_trl {border-bottom:none !important; border-top-width:1px !important; border-right-width:1px !important;}
.border_tbl {border-right:none !important; border-top-width:1px !important; border-bottom-width:1px !important;}
.border_rbl {border-top:none !important; border-right-width:1px !important; border-bottom-width:1px !important;}
.border_trbl {border-top-width:1px !important; border-right-width:1px !important; border-bottom-width:1px !important;}


/* Неуниверсальные назначения */

