body {
	font-family: "Trebuchet MS",Arial, verdana;
	font-size: 14px;
	font-weight: normal;
	color: #04121b;
	text-decoration: none;
	margin:0;
	padding:0;
}

 
* html img,
* html .png{
	behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
		this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
		this.src = "images/blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
		this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
		this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
	);
}

.margin-bottom30 {margin-bottom:30px;}
.margin-bottom20 {margin-bottom:20px;}
.margin-bottom25 {margin-bottom:25px;}
.margin-bottom15 {margin-bottom:15px;}
.margin-bottom10 {margin-bottom:10px;}

.margin-right10 {margin-right:10px;}

.header {background: #ffffff url(../images/aapc/aapc-manage-text.gif) no-repeat right bottom; height:128px;}

.loged-user {background: url(../images/lock.png) no-repeat left top; color:#000; padding-left:20px; margin-top:15px; margin-right:15px;}
.loged-user a{ color:#1B75BB; text-decoration:none;}
.loged-user a:hover{color:#1B75BB; text-decoration: underline;}

.breadcrump {padding:15px; clear:both; overflow:auto;}
.breadcrump ul{margin:0; padding:0; list-style:none;}
.breadcrump ul li{ margin:0; padding:0 0 0 30px; float:left; list-style:none; background:url(../images/arrow-bread.gif) no-repeat 10px 5px; }
.breadcrump ul .first{ margin:0; padding:0 0 0 35px; float:left; list-style:none; background:none; }
.breadcrump ul li a{color:#646464; text-decoration:none; font-size:11px;}
.breadcrump ul li a:hover{text-decoration:underline;}

.top-right-link {float:right; padding-top:5px; padding-right:20px;}
.top-right-link a{ color:#fff; text-decoration:none;}
.top-right-link a:hover{ color:#fff; text-decoration: underline;}

.heading-bg {background: url(../images/bg-heading.gif) repeat-x; padding-top: 15px !important;}

.table-head-bg { background: #fefefe url(../images/table-head-bg.gif) repeat-x bottom center;}
.green-link { color:#94bd3e; text-decoration:none}
.green-link:hover { color:#94bd3e; text-decoration:underline}

.red-link {color:#ee0000; text-decoration:none}
.red-link:hover { color:#ee0000;  text-decoration:underline}


.blue-link {color:#064faa; text-decoration:none}
.blue-link:hover { color:#064faa;  text-decoration:underline}

#tnt_pagination {
	display:block;
	text-align:right;
	line-height:21px;
	clear:both;
	padding-top:10px;
		padding-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
		float:right;
padding-right: 10px;
}

#tnt_pagination a:link, #tnt_pagination a:visited{
	padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #d4d4d4;
	margin-left:10px;
	text-decoration:none;
	background-color:#F5F5F5;
	color:#000;
	width:22px;
	font-weight:normal;
}

#tnt_pagination a:hover {
	background-color:#DDEEFF;
	border:1px solid #BBDDFF;
	color:#0072BC;	
}

#tnt_pagination .active_tnt_link {
	padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #BBDDFF;
	margin-left:10px;
	text-decoration:none;
	background-color:#f87b00;
	color:#fff;
	cursor:default;
}

#tnt_pagination .disabled_tnt_pagination {
	padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #EBEBEB;
	margin-left:10px;
	text-decoration:none;
	background-color:#F5F5F5;
	color:#D7D7D7;
	cursor:default;
}
//SC-1178
.ask-design .pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px;}
.ask-design .pagination > li{display:inline;}
.ask-design .pagination > li > a,
.ask-design .pagination > li > span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd;}
.ask-design .pagination > li:first-child > a,
.ask-design .pagination > li:first-child > span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px;}
.ask-design .pagination > li:last-child > a,
.ask-design .pagination > li:last-child > span{border-top-right-radius:4px;border-bottom-right-radius:4px;}
.ask-design .pagination > li > a:hover,
.ask-design .pagination > li > span:hover,
.ask-design .pagination > li > a:focus,
.ask-design .pagination > li > span:focus{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd;}
.ask-design .pagination > .active > a,
.ask-design .pagination > .active > span,
.ask-design .pagination > .active > a:hover,
.ask-design .pagination > .active > span:hover,
.ask-design .pagination > .active > a:focus,
.ask-design .pagination > .active > span:focus{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7;}
.ask-design .pagination > .disabled > span,
.ask-design .pagination > .disabled > span:hover,
.ask-design .pagination > .disabled > span:focus,
.ask-design .pagination > .disabled > a,
.ask-design .pagination > .disabled > a:hover,
.ask-design .pagination > .disabled > a:focus{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd;}

.ask-design .pagination a{ font-size:13px; color:#6a6a6a;}
.ask-design .pagination a:hover {background-color:#f58720; color:#ffffff; }
.ask-design .pagination li.active a {background-color:#f58720; color:#ffffff; border-color:#f58720;}
//End SC-1178



.footer {background-color:#283403; height:120px; padding:25px; text-align:center; color:#fff; width:100%;}
.bdr {border:1px solid #dadada;}
.inner-container {width:95%; margin:0 auto; font-family: "Trebuchet MS",Arial, verdana; font-size: 13px !important;}
.inner-container td {margin:0; padding:0; vertical-align:top;}/*change on 11 jan*/
.inner-container td table{width:100%; vertical-align:top;}
.inner-container td table td{ margin:0; padding:0;}

.blue-container {padding:10px !important; border:1px solid #c3c3c3; border-top:0; }
.blue-container a {text-decoration: underline;}
.blue-container .top-bdr{border-top:1px solid #c3c3c3;}
.blue-container table {
    background: none repeat scroll 0 0 #ffffff;
    border: medium none;
    color: #000000;
}
.blue-container .grybg td{ background-color:#e0e9ed !important;}
.blue-container tr th {
    background: #fefefe url(../images/table-head-bg.gif) repeat-x bottom center;
    border: 1px solid #c3c3c3;
    color: #000000;
	border-left:0;
    text-align: center;
	padding:8px;
}
.blue-container tr th:first-child {
    background: #fefefe url(../images/table-head-bg.gif) repeat-x bottom center;
    border: 1px solid #c3c3c3;
    color: #000000;
    text-align: left;
	padding:8px;
}
.blue-container tr td {
    color: #000000;
    padding: 8px !important;
	border:1px solid #c3c3c3;
	border-left:0;
	border-top:0;
}
.blue-container tr td:first-child {
    color: #000000;
    padding: 8px !important;
	border:1px solid #c3c3c3;	
	border-top:0;
}
.blue-container tr:nth-child(2n) td, .blue-container tr.even td {
    background: none repeat scroll 0 0 #ffffff;
}
.blue-container tr:nth-child(2n) td, .blue-container tr.even td {
    background: none repeat scroll 0 0 #ffffff;
}

.blue-container table .sp-table{
    background: none repeat scroll 0 0 #ffffff;
    border-top:1px solid #c3c3c3;
    color: #000000;
	width:55%;
	margin:0 auto;
	text-align:center;
}

.blue-container table .sp-table td{
 border:1px solid #c3c3c3;
    border-left:0;
	border-top:0;

 }
.blue-container table .sp-table td:first-child{
 border:1px solid #c3c3c3;
	border-top:0;

 }



.blue-container table .sp-table th{
    border:1px solid #c3c3c3;	
}

.blue-container table .sp-table .sub-table-head { font-size:16px; text-transform:uppercase;}
.blue-container table .sp-table .sub-table-heading { font-size:14px; color:#0633b2; text-align:center}



.blue-container input, select {width:250px; padding:3px; border:1px solid #dadada; font-family: "Trebuchet MS",Arial, verdana;
	font-size: 14px; margin:0;}/*change on 11 jan*/
.blue-container textarea {
   width:500px; overflow:scroll;
   height:150px; border:1px solid #dadada; font-family: "Trebuchet MS",Arial, verdana;
	font-size: 14px;
}




.blue-container .span-l { width:50px; float:none;}
.blue-container .span-3 { width:100px;  float:none;}
.blue-container .span-2 { width:150px;  float:none;}
.blue-container .span-4 { width:250px;  float:none;}


.blue-container .product-add-btn { background:url(../images/form-btn-add-product.gif) no-repeat; height:38px; width:167px; border: none;}
.blue-container .promotion-add-btn { background:url(../images/form-btn-add-Promotion.gif) no-repeat; height:38px; width:167px; border: none;}
.blue-container .add-page-btn { background:url(../images/form-btn-add-page.gif) no-repeat; height:38px; width:120px; border: none;}

.blue-container .browse-btn { background:url(../images/btn.gif) no-repeat; height:31px; width:103px; border: none; color:#ffffff; font-weight:bold;}

/*Added on 11 jan*/

.blue-container tr .heading-2 {
    background: #fefefe url(../images/table-head-bg.gif) repeat-x bottom center;
    border: 1px solid #c3c3c3;
    color: #000000;
	border-left:0;
    text-align: center;
	padding:8px;
	font-size:18px;
	text-transform:uppercase;
}


.blue-container tr td tr .heading-style {
     background: #fefefe url(../images/table-head-bg.gif) repeat-x bottom center !important;
    border: 1px solid #c3c3c3 !important;
    color: #000000;
    text-align: left;
	padding:8px;
}


.blue-container .clapssable { background-color:#526516; font-weight:bold; color:#ffffff !important;}
.blue-container .clapssable img {margin-right:10px; float:left}


.blue-container .browse-btn { background:url(../images/btn.gif) no-repeat; height:31px; width:103px; border: none; color:#ffffff; font-weight:bold;}

.transform {text-transform:uppercase; text-align:left !important;}
.transform-lower {text-transform: capitalize; text-align:left !important; font-weight:normal;}
.container-pad {border:0 !important; padding:0 !important;}
.container-pad2 {border:0 !important; padding:0 !important;}
.container-pad2 td {border:0 !important; padding:0 !important;}

.red {color:#ee0000; text-decoration:none}

.blue-container input.radio { border:0; width:20px !important;}
.blue-container input.checkbox { border:0; width:20px !important; height:15px;}


.blue-container .submit-btn { background:url(../images/submit-btn.gif) no-repeat; height:38px; width:130px; border: none;}
.blue-container .reset-btn { background:url(../images/reset-btn.gif) no-repeat; height:38px; width:130px; border: none;}

.blue-container .gry-bg { background-color:#eeeeee; color:#303e04 !important;}

.blue-container .gry-bg strong { color:#931212 !IMPORTANT; text-transform:uppercase; line-height:30px;}

.calender-text { width:100; clear:both; font-size:11px; color:#424242; padding-top:10px;}


.blue-container .blue-table { border-top:1px solid #C3C3C3;}
.blue-container .blue-table td{background:#e9f9fe !important;}
.blue-container .blue-table th{background:#234051 !important; color:#ffffff;}
.blue-container .blue-table .blue-link { font-size:11px; color:#0c627e; text-decoration:underline; font-weight:normal;}
.blue-container .blue-table .blue-link:hover{ color:#000000; text-decoration:underline;}

.blue-container .blue-table td table td{background:#ffffff !important; }
.blue-container .blue-table td table th{background:#ffffff !important; font-weight:bold; color:#000000  !important; }


.heading-text {font-family: 'MyriadProBoldCondensed'; font-size:24px; font-weight:bold; text-transform:uppercase; background:url(../images/settings-icon.gif) no-repeat 0 -2px; padding-left:30px;	}

.heading-text2 {font-family: 'MyriadProBoldCondensed'; font-size:24px; font-weight:bold; text-transform:uppercase; background:url(../images/user-icon.gif) no-repeat 0 -2px; padding-left:30px;	}


.btn4all {font-family: 'MyriadProBoldCondensed' !important; font-size:18px  !important; font-weight:bold; background:url(../images/btn.gif) no-repeat  !important; height:31px !important; width:108px  !important; border: none; color:#ffffff; font-weight:bold; border:0 !important;}

.btn4all2 {font-family: 'MyriadProBoldCondensed' !important; font-size:14px  !important; font-weight:bold; background:url(../images/btn.gif) no-repeat  !important; height:31px !important; width:108px  !important; border: none; color:#ffffff; font-weight:bold; border:0 !important; display:block;  padding-top: 5px;
    text-align: center; text-decoration:none  !important;}


.scrollbox {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    height: 100px;
    overflow-y: scroll;
    /*width: 350px;*/
}

.thanks-headline {width:938px; font-size:22px; font-weight:bold; text-align:center;}

.thanks-grey-area {width:918px; background-color:#ffffff; float:left; font-size:14px; color:#1f1f1f; line-height:22px;}
.thanks-grey-area .white-area{padding:20px; background-color:#ffffff; width:265px; border-right:1px solid #eeeeee; float:left;}
.thanks-grey-area .white-area-last{padding:20px; background-color:#ffffff; width:265px; float:left;}
.thanks-grey-area   .heading-pink {font-size:18px; font-weight:bold; color:#d70581;}
.thanks-grey-area  .heading-blue {font-size:18px; font-weight:bold; color:#0e79c2;}


.thanks-blue-area {width:938px; background-color:#ecf7ff; float:left; font-size:14px; color:#1f1f1f; line-height:22px; margin-top:10px;}
.thanks-blue-area .blue-area{padding:20px;  width:275px; float:left; border-right:1px solid #ffffff; }
.thanks-blue-area .blue-area .heading-pink {font-size:18px; font-weight:bold; color:#d70581;}
.thanks-blue-area .blue-area .heading-blue {font-size:18px; font-weight:bold; color:#0e79c2;}

.thanks-order-detail {width:978px; float:left; margin-top:10px;}
.thanks-order-detail .heading {padding:5px; font-size:25px; color:#FFFFFF; font-weight:bold; background:#0d78c1; width:928px; float:left; text-align:center;}

.thanks-order-detail table {border:1px solid #e3e4e5; border-top:0; width:938px !important;}
.thanks-order-detail table th { font-size:14px; font-weight:bold; padding:10px; border-left:1px solid #e3e4e5; border-bottom:1px solid #e3e4e5;text-align:center; vertical-align:middle;}
.thanks-order-detail table td { font-size:14px; padding:10px; border-left:1px solid #e3e4e5; border-bottom:1px solid #e3e4e5; text-align:center;  vertical-align:middle;}
.thanks-order-detail table  .item {text-align:left !important;}
.thanks-order-detail table td strong{font-size:16px; font-weight:bold; color:#012e5e !important;}

.order-summery {width:918px; float:left; padding:10px; text-align:right; font-size:14px; float:right;}
.order-summery div { float:right; margin-left:50px;}


.cross-area {width:930px; float:left;}
.cross-area .main-heading { font-size:24px; font-weight:bold; text-align:center; color:#b2005d; text-transform:uppercase; margin-bottom:10px;}

.cross-area .grey-container {background:#f0f0f0; width:890px; float:left; border-radius:10px; padding:20px; margin-bottom:20px; position:relative;}

.cross-area .grey-container .crved-image {position:absolute; left:-6px;}

.cross-area .grey-container .heading1 {font-size:20px; text-transform:uppercase; text-align:center; margin-bottom:20px; line-height:20px;}
.cross-area .grey-container .heading2 {font-size:22px; text-transform:uppercase; text-align:center; margin-bottom:20px; color:#002246; font-weight:bold;  line-height:22px;}

.discount-table {width:890px; float:left; border:1px solid #c8c5c5;   border-bottom:0; text-align:center; font-size:14px; }
.discount-table .order{float:left; width:207px;  border-right:1px solid #c8c5c5; border-bottom:1px solid #c8c5c5; padding:10px; float:left;   height:15px; color:#002246; text-transform:uppercase; font-weight:bold; }
.discount-table .range{float:left; width:200px;   border-right:1px solid #c8c5c5;  border-bottom:1px solid #c8c5c5; padding:10px; float:left; color:#3f3d3d;  height:15px; font-weight:bold;}
.discount-table .last{float:left; width:200px; padding:10px; border-bottom:1px solid #c8c5c5; float:left; color:#3f3d3d;  height:15px; font-weight:bold; }
.discount-table .discount{float:left; width:207px; border-right:1px solid #c8c5c5; border-bottom:1px solid #c8c5c5; padding:10px; float:left; color:#002246; text-transform:uppercase; font-weight:bold;}
.discount-table .percent{float:left; width:200px; padding:10px; float:left; border-right:1px solid #c8c5c5;   border-bottom:1px solid #c8c5c5; color:#b2005d; font-weight:bold;}
.discount-table .last-2{float:left; width:200px; padding:10px; float:left; border-bottom:1px solid #c8c5c5; color:#b2005d; font-weight:bold;}



.cross-area .left-arrow {width:50px; float:left; background:url(../images/left-arrow-cross.png) no-repeat 0 50px; height:150px; }
.cross-area .center {width:790px; float:left;}
.cross-area .right-arrow {width:50px; float:left; background:url(../images/right-arrow-cross.png) no-repeat 0 50px; height:150px;}

.cross-area .white-block {width:212px; background:#ffffff; height:120px; float:left; margin:0 15px; border-radius:10px; padding:10px;}
.cross-area .product-name {color:#113b68; font-size:20px; font-weight:bold; height:50px; line-height:22px; }
.cross-area .product-name span{font-size:12px; float:left; width:212px; }
.cross-area .product-price {color:#b2005d; font-size:18px; }
.cross-area .product-price span{color:#000000; font-size:14px;}
 .cross-area .more-info { color:#7e0a0a; float:right; text-transform:uppercase;}
 .cross-area .more-info:hover { color:#000000;}

.radio { width:15px !important; height:15px; border:0 !important; background:none !important;}


.radio { width:17px !important; background:none !important;}

.inner-container2
 { border:1px solid #d6d6d6; width:938px; margin: 0 auto; padding:20px; margin-top:10px; position:relative; clear:both; overflow:hidden;}

.font-18 {font-size:18px; font-weight:bold;}

/*.savebtn {
    background: -moz-linear-gradient(center top , #243C4B, #223A49) repeat scroll 0 0 transparent;
    border: 1px solid #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    color: #FFFFFF;
    cursor: pointer;
    font: bold 22px 'MyriadProBoldCondensed';
    overflow: visible;
    padding: 5px 20px;
    z-index: 999;
}*/
.savebtn{border:1px solid #243C4B;
color:#fff;
cursor:pointer;
font:bold 22px 'MyriadProBoldCondensed';
padding:5px 20px;
*padding-top:3px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
background:#243C4B;
background:-webkit-gradient(linear, left top, left bottom, from(#243C4B), to(#223A49));
background:-webkit-linear-gradient(top, #243C4B, #223A49);
background:-moz-linear-gradient(top, #243C4B, #223A49);
background:-ms-linear-gradient(top, #243C4B, #223A49);
background:-o-linear-gradient(top, #243C4B, #223A49);
background:linear-gradient(to bottom, #243C4B, #223A49);
overflow:visible;*height:35px; width:auto !important;}



