.box3-wide {
    border: medium none;
    border-radius: 0 0 0 0;
    padding: 0;
    width: 910px;
}
.table-container {
    border-bottom: 1px solid #DDDDDD;
	border-radius: 0 0 5px 5px;
	border-right: 1px solid #DDDDDD;
	direction: rtl;
	float: left;
	font: bold 11px Tahoma;
	margin: auto auto auto 19px;
	text-align: right;
	width: 908px;
}
.basic {
    float: right;
    width: 200px;
}
.basic_header {
    background: url("../images/tablebg.gif") repeat-x scroll right top transparent;
    border: medium none;
    border-radius: 0px 4px 0 0;
    color: #FFFFFF;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 12px; 10px; 18px;
    font-weight: bold;
    line-height: 53px;
    padding-right: 20px;
    text-shadow: 1px 1px 1px #4A6689;
}
.Style02 {
    background: none repeat scroll 0 0 #4171A3 !important;
    border-radius: 0 0 0 4px;
}
.basic ul {
    margin: 0;
    padding: 0;
}
.basic ul li {
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #FFFFFF;
    font-size: 12px; 10px; 14px;
    font-weight: bold;
    line-height: 52px;
    list-style: none outside none;
    padding-right: 20px;
}
.c1_header {
	background: none repeat scroll 0 0 #4171A3;
    border: 1px solid;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 12px; 10px; 18px;
    font-weight: bold;
    line-height: 53px;
    text-align: center;
    text-shadow: 1px 1px 1px #4A6689;
}
.c1 {
    float: right;
    text-align: center;
    width: 118px;
}
.c1 ul {
    margin: 0;
    padding: 0;
}
.c1 ul li {
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #FFFFFF;
    font-size: 12px; 10px; 18px;
    font-weight: bold;
    line-height: 50px;
    list-style: none outside none;
    text-align: center;
}
.Style01 {
    color: #FF8400 !important;
    font-size: 12px; 10px; 26px !important;
    font-weight: bold;
}
.OrderNowBtn2 {
    line-height: 30px;
}
.feature2 {
    float: right;
    width: 200px;
}
.feature_header {
    background: url("../images/tablebg.gif") repeat-x scroll right top transparent;
    border: medium none;
    color: #FFFFFF;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 12px; 10px; 14px;
    font-weight: bold;
    line-height: 30px;
    padding-right: 20px;
    text-shadow: 1px 1px 1px #4A6689;
}
.feature2 ul {
    margin: 0;
    padding: 0;
}
.feature2 ul li {
    border-bottom: 1px solid #FFFFFF;
    font-size: 12px; 10px; 14px;
    line-height: 31px;
    list-style: none outside none;
    padding-right: 20px;
}
.c2 {
    float: right;
    text-align: center;
    width: 118px;
}
.c2 ul {
    margin: 0;
    padding: 0;
}
.c2 ul li {
    border-bottom: 1px solid #FFFFFF;
    border-right: 3px solid #E4E7EB;
    color: #555555;
    font-size: 12px; 10px; 14px;
    line-height: 31px;
    list-style: none outside none;
    text-align: center;
}
.orderbuttonspacing a {
    line-height: 15px;
    margin-bottom: 15px;
}
.orderbuttonspacing {
    border-bottom: 0 none !important;
    padding-top: 12px;
}
.table-container .button1 {
    box-shadow: none;
}
.NoBg {
    background: none repeat scroll 0 0 transparent !important;
}
.NoBorderBtm {
    border-bottom: medium none !important;
}
.check {
    background: url("../images/checkmark.png") no-repeat scroll center center transparent;
}
.cross {
    background: url("../images/cross.png") no-repeat scroll center center transparent;
}

.p1
{
	background-color: #E7F7FF;
	border: 1px solid #72C4DA;
	border-radius: 3px;
	padding: 3px;
	width: 85px;
}

.button1 
{
	background-color: #6AD5F2;
	border: 3px solid #4171A3;
	border-radius: 5px;
	color: #4171A3;
	padding: 5px 10px;
	text-decoration: none;
	text-shadow: 0 1px 0 #FFFFFF;
}

.button1:hover
{
	box-shadow: 0 0px 5px #607EA2;
	color: black;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #6ad5f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#6ad5f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#6ad5f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#6ad5f2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#6ad5f2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#6ad5f2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6ad5f2',GradientType=0 ); /* IE6-9 */

}