@charset "windows-874";
@import "styles.css";

body {
	margin:0;
	padding:0;
	background-color:#FFF;
}
body > table {
	padding:0;
	margin:0;
	border-collapse:collapse;
}
h3 {
	font-size:12px;
	font-weight:bold;
}

a {
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

.border {
	background-color:#FFF;
	border-left: solid 1px #70AEE1;
	border-bottom: solid 1px #70AEE1;
	border-top: solid 1px #70AEE1;
	border-right: solid 1px #70AEE1;
}

.border hr {
	height:1px;
	color:#70AEE1;
}


.bodyheigth{
	height:500px;
	min-height:500px;
}

.main {
	font-size: 10px;
}

.mainbody{
	text-align:left;
	vertical-align:top;
	font-size:14px;
	color:#09F;
}
.menuleft{
	width:240px;
	vertical-align:top;
	border-left: solid 1px #6ba8e7;
	border-bottom: solid 1px #6ba8e7;
	border-top: solid 1px #6ba8e7;
	border-right: solid 1px #6ba8e7;
}
#boxSearchRFI {
	margin:5px;
	padding:15px;
	color:#000;
	font-size:14px;
	border:1px solid #333;
	-moz-border-radius: 6px;
}
#summaryRFI {
	margin:5px;
	padding:5px;
	font-size:12px;
	color:#333;
}
#summaryRFI ul#statusRFI, #summaryRFI ul#statusLevel, #summaryRFI ul#statusRFI1  {
	margin:0;
	padding:0;
}
#summaryRFI ul#statusRFI li {
	padding:5px;
	list-style:none;
	float:left;
	margin:2px;
	background-color:#10698B;
	color:#FFF;
	font-weight:bold;
	cursor:pointer;
}
#summaryRFI ul#statusRFI li:hover {
	background-color:#999;
}
#summaryRFI ul#statusRFI1 li {
	padding:5px;
	list-style:none;
	float:left;
	margin:2px;
	color:#FFF;
	font-weight:bold;
	cursor:pointer;
}
#summaryRFI ul#statusRFI1 li.statusCancel {
	background-color:#C00;
}
#summaryRFI ul#statusRFI1 li.statusWait {
	background-color:#FC0;
}
#summaryRFI ul#statusRFI1 li.statusBuyOther {
	background-color:#06F;
}
#summaryRFI ul#statusRFI1 li:hover {
	background-color:#999;
}
#summaryRFI ul#statusLevel li {
	padding:5px;
	list-style:none;
	float:left;
	margin:2px;
	background-color:#FC8314;
	color:#FFF;
	font-weight:bold;
	cursor:pointer;
}
#summaryRFI ul#statusLevel li:hover {
	background-color:#999;
}
#topicSearch {
	font-size:22px;
}

.menuleft tr{

	border-left: solid 1px #6ba8e7;
	border-bottom: solid 1px #6ba8e7;
	border-top: solid 1px #6ba8e7;
	border-right: solid 1px #6ba8e7;
}

.odd
{
	color:#6ba8e7;
	font-size:12px;
}

.odd:hover{
    background:#6ba8e7;
	color:#FFF;
}



.footer{
	color:#FFF;
	background-color:#6ba8e7;
	font-size:10px;
}

.txtsearch{
	vertical-align:middle;
	font-size:12px;
	color:#09F;
}

.tableheader{
	color:#FFF;
	font-size:11px;
	font-weight: bold;
	vertical-align:middle;
	background-color:#09F;
}

.tablecontent{
	color:#09F;
	font-size:11px;
}

.txtblack{
 color:#000	;
 font-size:11px;
}

.tablelist{
	font-size:11px;
	border:#FFF 1px solid;
	border-collapse:collapse;
}

.tablelist th, .tablelist td{
	padding:5px;
}

.tablelist tr,.tablelist  td, .tablelist th{
	border:solid 1px #FFF;
}

.tablelist .title, .tablelist .title-big{
	height:30px;
	color:#FFF;
	background-color:#6ba8e7;
}

.tablelist .title-big{
	font-size: 14px;
}

.tablelist .title th a{
	color:#FFF;
	text-decoration:underline;
}

.tablelist .title th{
	vertical-align: middle;
	white-space: nowrap;
}

.evenrow{
	height:30px;
	background-color:#EEE;
}

.oddrow{
	height:30px;
	background-color:#FFF;
}

.oddrow:hover{
	background-color:#9CF;
	color:#FFF;
}

.evenrow:hover{
	background-color:#9CF;
	color:#FFF;
}

.btn {
	display:block;
	cursor:pointer;
}

.MainFont{
	font-size:12px;
	font-weight:bold;
	color:#000;
}


.formBorder{
	border-bottom:2px solid #0099FF;
	color:#000;
	background:#FFF;
	padding:5px;
}

.tableBorder{
	border:1px solid #999;
	border-collapse:collapse;
	padding:3px;
	color:#000;
}



.tableheader{
	height:35px;
}

tr.tableBorder{
	height:30px;
}

.tablecontent {
	color:#000;
	width:98%;
}

.tileHistory{
	margin:5px 0 5px;
	text-align: right;
	margin-right: 12px;
}
.fontBlueTopic {
	font:Arial, Helvetica, sans-serif;
	line-height:30px;
	font-size:18px;
	font-weight:bold;
	color:#0000FF;
}
.fontGreyTopic {
	font:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#666;
}
.fontGreySmall {
	font-size:12px;
	font-weight:normal;
	color:#666;
	margin-bottom:3px;
}
.boxHomeMainLeft {
	float:left;
	padding-left:15px;
	width:150px;
}
.boxHomeMainRight {
	margin-left:170px;
	padding-bottom:5px;
}
.BannerMenu {
	float:left;
	width:232px;
	height:135px;
	margin-right:15px;
	font-size:11px;
	line-height:15px;
	padding:3px;
}
.ralative {
	position:relative;
}
.menuintro {
	position:absolute;
	top:48px;
	left:5%;
	color:#666;
	width:120px;
	font-size:10px;
	overflow:hidden;
}
.menuNo {
	 color: #0084CF;
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 43px;
    width: 140px;
}
.BannerMenu:hover {
	background:#F8F8F8;
}
.BannerMenu img {
	border:0;
}
a.linkManual {
	margin-top:5px;
	color:red;
}
.boxLinkManual {
	margin-top:5px;
	margin-left:2px;
	font-size:11px;
	font-weight:bold;
}
a.linkManual:hover {
	color:#F00;
	text-decoration:none;
}
.clearFloat {
	clear:both;
}
.textNote {
	padding:5px;
	color:#930;
	font-size:12px;
}
.textResizePic {
	color:#930;
	font-size:12px;
}
#map_Community {
	height:550px;
	background-color:#FFF;
	margin:5px;
	font-size:12px;
}
table.show_detail_map {
	text-align:left;
	white-space:normal;
}

span.detail{
	display:block;
	line-height:18px;
}

span.head{
	font-size:12px;
	font-weight:bold;
	color:#000;
}
.task {
	margin:5px 0;
	font-weight:bold;
	color:#F00;
}
.task a {
	background: none repeat scroll 0 0 #DC143C;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    padding: 3px 8px;
	margin-right:5px;
}
.task a.violet {
	background:#7B68EE;
}
#myLocation{
	width:184px;
	height:250px;
	margin-left:0px;
	padding-left:20px;
	line-height:18px;
	overflow:auto;
}

#myLocation li:hover{
	text-decoration:underline;
}

#myGroup{
	width:184px;
	height:250px;
	margin-left:0px;
	padding-left:20px;
	line-height:18px;
	overflow:auto;
}

#myGroup li:hover{
	text-decoration:underline;
}
.img50pixel {
	float:left;
	width:50px;
	overflow:hidden;
	text-align:center;
	margin-right:10px;
}
.postComment {
	clear:both;
	margin-left:3px;
	margin-right:3px;
	margin-top:5px;
	border:1px solid #CCC;
	padding-bottom:15px;
	font-size:11px;
	color:#000;
}
.bgMyPost {
	background-color:#EAF5FD;
}
.bgPost {
	background-color:#EAEAEA;
}
.bgBuyerPost {
	background-color:#FFFFEA;
}
.boxCompanyPost {
	float:left;
	background:#fff;
	margin-left:5px;
	margin-right:10px;
	margin-bottom:10px;
	padding:5px;
	border:1px solid #6BA8E7;
	text-align:center;
}
.boxPostComment {
	width:80px;
	float:left;
	background:#fff;
	margin-left:5px;
	margin-right:10px;
	margin-bottom:10px;
	padding:5px;
	border:1px solid #6BA8E7;
	text-align:center;
	color:#0099FF;
}
.tabPostComment {
	padding:5px;
	color:#6BA8E7;
	font-size:13px;
	font-weight:bold;
	border-bottom:1px solid #999;
	margin:5px;
}
.divFloatRight {
	float:right;
	font-size:11px;
	font-weight:normal;
}
.boxPostImage {
	text-align:left;
	margin-bottom:15px;
}
.boxPostDetail {
	margin-left:150px;
}
.fontTextBold {
	font-size:12px;
	font-weight:bold;
	color:#000;
}
.boxAddBuyer {
	float:right;
	text-align:center;
	font-size:8px;
	line-height:18px;
	color:#333;
	font-weight:bold;
}
.boxAddBuyer .btnAddBuyer {
	cursor:pointer;
	opacity:0.6;
}
.boxAddBuyer .btnAddBuyer:hover {
	opacity:1;
}

#dashboard {
	margin:0;
	padding:0;
}

#dashboard li{
	list-style:none;
	float:left;
	position:relative;
	width:75px;
	height:61px;
	margin-bottom:5px;
	margin-right:5px;
}
#dashboard li a {
	display:block;
}

#dashboard .dashboard1{
	background:url(../images/DashBoard_01.gif);
}
#dashboard .dashboard2{
	background:url(../images/DashBoard_02.gif);
}
#dashboard .dashboard3{
	background:url(../images/DashBoard_03.gif);
}
#dashboard .dashboard4{
	background:url(../images/DashBoard_04.gif);
}
#dashboard .dashboard5{
	background:url(../images/DashBoard_05.gif);
}
#dashboard .dashboard6{
	background:url(../images/DashBoard_06.gif);
}
#dashboard .dashboard7{
	background:url(../images/DashBoard_07.gif);
}


#dashboard li div{
	position:absolute;
	text-align:center;
	top:28px;
	width:75px;
	color:#900;
	font-weight:bold;
}

.fieldsetLink {
	background-color:#FFF;
	border:1px solid #999;
}
.fieldsetLink legend {
	font-size:11px;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
	color:#666;
}
.linkCommunicate {
	margin:5px;
}
.linkCommunicateTitle {
	font-weight:bold;
}
.dateKnowledge {
	font-size:10px;
	color:#666;
}
.linkCommunicateImage {
	float:left;
	width:100px;
	height:100px;
	overflow:hidden;
	border:1px solid #333;
	margin-right:15px;
	margin-bottom:5px;
}
.linkCommunicateImage img {
	border:0;
}
.linkCommunicateImage a {
	display:block;
}
.nameCompanyThList {
	width:70%;
	display:block;
	line-height:18px;
	font-size:12px;
	font-weight:bold;
	color:#000;
}
.starRating {
	float:right;
	margin-right:5px;
}
#ListItemMaster {
	margin:10px;
}
/* Table Item Master */
table.tableItemMaster, table.tableItemMaster tr, table.tableItemMaster td, table.tableItemMaster th{
	font-size:12px;
	border:none;
	border:2px solid #CCC;
	border-collapse:collapse;
}

table.tableItemMaster th{
	font-size:12px;
	height:30px;
	background-color:#9DCEE8;
	color:#666;
	padding-left:10px;
	padding-right:10px;
}

table.tableItemMaster tr.odd{
	background-color:#DBE7FB
}

table.tableItemMaster tr.even{
	background-color:#FFF;
}


table.tableItemMaster tr.odd:hover,table.tableItemMaster tr.even:hover{
	background-color:#FFC;
}

table.tableItemMaster td{
	padding-left:5px;
	padding-right:5px;
}
table.tableItemMaster td.BGHilight {
	background-color:#DFFFDF;
}

table.tableItemMaster td.BGHilightConexstore {
	background-color:#FFDFF8;
	color:#00F;
}
.textRigth {
	margin-top:5px;
	text-align:right;
}
.textViolet {
	color:#551A8B;
}
.fontSmall {
	font-size:11px;
	font-weight:normal;
}
table.tableDetail {
	width:98%;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
	border:1px solid #D4E5ED;
	background:#FFF;
	border-collapse:collapse;
}
table.tableDetail th {
	padding:7px;
	background-color:#A9D0F1;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	border:1px solid #D4E5ED;
}
table.tableDetail td {
	padding:5px;
	background-color:#FBFCFE;
	color:#000000;
	font-size:12px;
	border:1px solid #D4E5ED;
}
table.tableDetail a {
	color:#3F6E88;
	font-weight:bold;
	text-decoration:none;
}
.boxWH50 {
	width:50px;
	height:50px;
	overflow:hidden;
}
.fontGray {
	color:#666;
}
.fontBlue {
	color:#0000FF;
}
.fontRed {
	color:#C00;
}
.fontBold {
	font-weight:bold;
}
.fontBlack {
	color:#000;
}
#mapFull {
	margin-top:5px;
	margin-bottom:5px;
	height:500px;
}
.boxMapDetail {
	margin:5px;
	max-width:400px;
	margin-rigth:10px;
	min-height:120px;
	font-size:12px;
	color:#000;
}
.imgCustomer {
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	max-width:100px;
	height:auto;
	max-height:100px;
}
.clearBoth {
	clear:both;
}
.cusStatus {
	float:right;
	font-size:12px;
	font-weight:bold;
	margin-right:10px;
	margin-left:10px;
	text-align:center;
}
.pinMap {
	cursor:pointer;
	opacity:0.8;
}
.pinMap:hover {
	opacity:1;
}
.boxShadow {
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    background: none repeat scroll 0 0 #BBDDEF;
    padding: 3px 15px;
	color:#BC0100;
	font-size:12px;
	font-weight:bold;
	min-height:150px;
	margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
}
.curved:before {
    -moz-border-radius: 10px 10px 10px 10px / 100px 100px 100px 100px;
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
	border-radius: 10px 10px 10px 10px / 100px 100px 100px 100px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
}
.boxShadow p {
	font:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#BC0100;
	text-shadow:2px 2px 2px #888;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #FFF;
}
.boxShadow .boxImage {
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	max-width:80px;
	overflow:hidden;
}
.boxShadow .boxDetail {
	margin-left:85px;
}

.boxItemNote{
	width:100%;
	position:relative;
}


.itemNoteBtn{
	position:absolute;
	top:-10px;
	right:0px;
	font-size:10px;
	padding:2px;
	background-color:#FF9;
	color:#666;
	text-align:center;
	border:1px solid #999;
	cursor:pointer;
}

.itemNoteBtn:hover{
	color:#000;
}

.itemNoteDetail{
	display:none;
	background-color:#FF9;
	color:#666;
	border:1px solid #999;
	padding:5px;
	margin-top:2px;
}

.itemNoteDetail textarea{
	width:100%;
	overflow:hidden;
	background-color:#FF9;
	border:none;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:11px;
}
.boxImgSale {
	text-align:center;
	margin-bottom:5px;
}
.boxIMG100 {
	float:left;
	text-align:center;
	width:100px;
	height:100px;
	overflow:hidden;
	margin-right:15px;
}
.customer {
	margin:20px 0;
	padding:10px;
}
#topicCustomer {
	margin-bottom:10px;
	font-size:13px;
	font-weight:bold;
	color:#F7AF3A;
}
#customerDetail {
	float:left;
	min-width:250px;
	margin-right:10px;
}
#customerMap {
	float:left;
	width:400px;
	height:350px;
	border:1px solid #666;
	background-color:#FFF;
}

ul.calendarDesc{
	list-style:none;
	padding:0;
	margin:0 0 0 10px;
}

ul.calendarDesc li {
	width:500px;
	padding:12px;
}

ul.calendarDesc li div.bar{
	float:left;
	padding-right:10px;
	width:30px;
	height:15px;
}

ul.calendarDesc li div.desc{
	float:left;
	padding-left:15px
}

ul.calendarDesc li div.color1{
	background-color:#F00;
}

ul.calendarDesc li div.color2{
	background-color:#FC0;
}

ul.calendarDesc li div.color3{
	background-color:#0C3;
}

.textLastUpdate {
	font-size:11px;
	color:#F93;
}
#accordion {
    width:100%;
	font-size:12px;
	font-weight:normal;
}
.productName , .productNameBuy,  .productNameSell{
	font-size:12px;
	font-weight:bold;
	color:#006;
	cursor:pointer;
}
.productUpdate {
	color:#999;
	font-size:11px;
}

.companyName{
	font-size:12px;
	font-weight:bold;
}

.showWeb, .showSale, .btnEdit, .btnDel {
	cursor:pointer;
}
.textProductGroup {
	color:#900;
}
.productID {
	font-size:11px;
	cursor:pointer;
	color:#900;
}
.productPageView {
	color:#900;
}
.statusLead {
	color:#888888;
}
.statusPros {
	color:#44B7DA;
}
.statusQuo {
	color:#ADC500;
}
.statusCon {
	color:#1F9033;
}
a.linkAdd {
background:#FAFAF2;
display:block;
color:#555555;
font-weight:bold;
height:30px;
line-height:29px;
margin-bottom:5px;
text-decoration:none;
width:105px;
font-size:11px;
border:1px solid #E6E8DA;
border-radius:5px;
box-shadow: 2px 1px 1px #CCCCCC;
}
a:hover.linkAdd {
color:#000000;
background:#E6E8DA;
}
.addItem{
background:url(../images/add_item.png) no-repeat 10px 8px;
text-indent:35px;
display:block;
}

a.asc{
	background:url(../images/sort_ascending.png) right no-repeat;
	 padding-right: 20px;
}

a.desc{
	background:url(../images/sort_descending.png) right no-repeat;
	 padding-right: 20px;
}

a.btnSort{
	color:white !important;
	text-decoration:underline;
}
.boxAgreement {
	font-size:12px;
	color:#C00;
	font-weight:bold;
	padding:10px;
	border:1px solid #CC0000;
	box-shadow:2px 2px 2px #CCC;
	margin:10px;
}
.boxAgreement p {
	text-indent:40px;
}
.imgZoom {
	background: none repeat scroll 0 0 #EBEBEB;
    border: 1px solid #666;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 1px 1px #CCC;
    margin-bottom: 2px;
    padding: 2px;
    vertical-align: middle;
    width: 20px;
}
.header-bg{
	background: url("../images/Control_Panel.gif") no-repeat;
 	font-size:12px;
	color:#999;;
}
.header-dbd{
	background: url("../images/DBD_Header.jpg") no-repeat;
}
.marker {
	clear:both;
	width:25px;
	float:right;
	margin:5px;
}
.supplier_nameEn, .supplier_nameEn a {
	color:#0000F1;
	font-size:12px;
	font-weight:bold;
}
.supplier_nameTh, .supplier_nameTh a {
	color:#000;
	font-size:12px;
	font-weight:bold;
}
.logoSupplier {
	width:auto;
	height:auto;
	max-width:70px;
	max-height:100px;
}
.infoWindow {
	min-width:300px;
}
.linkDistance {
	cursor:pointer;
	margin-top:10px;
	color:#999;
}
.menuDescription {
	font-size:11px;
	padding:0 3px;
	color:#666;
	font-weight:bold;
	text-shadow:1px 0px 1px #EBEBEB;
}
.menuleft a:hover {
	text-decoration:none;
}
.imgBoxThumb {
	width:60px;
	height:auto;
	max-height:60px;
	overflow:hidden;
}
.thumb {
	width:60px;
	height:auto;
	max-height:80px;
}
.headVip {
	width:auto;
	height:auto;
	max-width:500px;
	max-height:500px;
}
.preview {
	width:100px;
	height:100px;
	overflow:hidden;
}
.manageLayout {
	background: none repeat scroll 0 0 #FFFFEA;
    border: 1px solid #333333;
    float: left;
    margin: 5px;
    padding: 10px;
}
.picBg .thumbManage {
	width:220px;
	height:138px;
	overflow:hidden;
}
.picBg .thumbManage img {
	height:138px;
}
.picFooter .thumbManage {
	width:280px;
	height:176px;
	overflow:hidden;
}
.picFooter .thumbManage img {
	height:176px;
}
#bannerBooth {
	background: none repeat scroll 0 0 #74CAE3;
    margin-bottom: 5px;
    text-align: center;
	display:block;
}
#bannerBooth  a {
	display:block;
}
.boxDetailColor  {
	/*background: none repeat scroll 0 0 #FBDAEF;*/
	background: none repeat scroll 0 0 #EBEBEB;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 2px #999999;
    margin-bottom: 5px;
    overflow: hidden;
}
.detailSaleforce {
	padding:5px;
}
ul#navHorizontal {
	padding:0;
	margin:0;
}
ul#navHorizontal li {
	float:left;
	list-style:none;
	height: 120px;
    margin-bottom: 5px;
    margin-left: 8px;
	font-weight:bold;
	width:216px;
}
ul#navHorizontal li img {
    width: 215px;
	height:85px;
	box-shadow:2px 2px 2px #666666;
	border:none;
	border-radius:5px;
}
ul#navHorizontal li.selected img {
	width:209px;
	height:79px;
	border:3px solid red;
}
ul#navHorizontal li.selected .menuNo {
	color:red !important;
}
.bgBar {
	background:#666;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 5px;
    text-shadow: 2px 2px 2px #666666;
}
.bgMenu1 { background:#DF0101 !important; }
.borderColor1 { border:1px solid #DF0101 !important; }
.bgDetail1 { background: #e9967a !important; }
.bgMenu2 { background:#09DA58 !important; }
.bgDetail2 { background: #98fb98 !important; }
.bgMenu3 { background:#018DDF !important; }
.borderColor3 { border:1px solid #018DDF !important; }
.bgDetail3 { background: #6BBAE4 !important; }
.bgMenu4 { background:#DF3C01 !important; }
.borderColor4 { border:1px solid #DF3C01 !important; }
.bgDetail4 { background: #fa8072 !important; }
.bgMenu5 { background:#66C8EC !important; }
.bgDetail5 { background: #e0ffff !important; }
.bgMenu6 { background:#EAD15A !important; }
.bgDetail6 { background: #fafad2 !important; }
.bgMenu8 { background:#A2A2A1 !important; }
.bgDetail8 { background: #f5f5f5 !important; }
.bgMenu9 { background:#FFAD06 !important; }
.bgDetail9 { background: #F8DFAD !important; }
.bgMenu10 { background:#46871C !important; }
.borderColor10 { border:1px solid #46871C !important; }
.bgDetail10 { background: #A2B768 !important; }
.bgMenu11 { background:#FFAD06 !important; }
.bgDetail11 { background: #FFE6B5 !important; }
.bgMenu12 { background:#08088A !important; }
.bgDetail12 { background: #6B6BB9 !important; }
.bgMenu13 { background:#2A0A0A !important; }
.bgDetail13 { background: #A06C6C !important; }

#location {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    height: 400px;
    width: 470px;
}

/* Button Shopping*/
.buyer_order_view {
	position: relative;
	margin: 0px auto;
	margin-top: 30px;
	padding: 5px  0px;
	width: 250px;

	text-align: center;
}
.buyer_order_view a {
	margin: 0 5px;
	padding: 5px 10px;

	border: 1px solid #b3b3b3;

	background: #f2f2f2; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZGRkZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f2f2f2 0%, #dddddd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f2f2f2 0%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f2f2f2 0%,#dddddd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f2f2f2 0%,#dddddd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f2f2f2 0%,#dddddd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#dddddd',GradientType=0 ); /* IE6-8 */

	font-size: small;
	color: #333;
	text-align: left;
	text-decoration: none;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	box-shadow: inset 1px 1px 3px #ccc;
	-webkit-box-shadow: inset 1px 1px 3px #ccc;
	-moz-box-shadow: inset 1px 1px 3px #ccc;
}
.buyer_order_view a:hover {
	background: rgb(255,255,255); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZGRkZGRkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzk5OTk5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(221,221,221,1) 0%, rgba(153,153,153,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(0%,rgba(221,221,221,1)), color-stop(100%,rgba(153,153,153,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(221,221,221,1) 0%,rgba(153,153,153,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(221,221,221,1) 0%,rgba(153,153,153,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(221,221,221,1) 0%,rgba(153,153,153,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(221,221,221,1) 0%,rgba(153,153,153,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#999999',GradientType=0 ); /* IE6-8 */
}
.buyer_order_view #checkOut{
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.buyer_order_view .blink {
	color: #fff;
	border: 1px solid #cc4a25;

	box-shadow: inset 1px 1px 3px #fff;
	-webkit-box-shadow: inset 1px 1px 3px #fff;
	-moz-box-shadow: inset 1px 1px 3px #fff;

	background: rgb(245,122,58) !important; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1N2EzYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNjUxMjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)  !important;
	background: -moz-linear-gradient(top,  rgba(245,122,58,1) 0%, rgba(230,81,39,1) 100%)  !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,122,58,1)), color-stop(100%,rgba(230,81,39,1)))  !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(245,122,58,1) 0%,rgba(230,81,39,1) 100%)  !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(245,122,58,1) 0%,rgba(230,81,39,1) 100%)  !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(245,122,58,1) 0%,rgba(230,81,39,1) 100%)  !important; /* IE10+ */
	background: linear-gradient(to bottom,  rgba(245,122,58,1) 0%,rgba(230,81,39,1) 100%)  !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f57a3a', endColorstr='#e65127',GradientType=0 )  !important; /* IE6-8 */
}
.buyer_order_view .disabled,.disabled {
	background: none !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;

	color: #333333 !important;
	border: 1px solid #B3B3B3 !important;
}
.buyer_order_view a#editData {
	margin: 0 5px  !important;
	padding: 5px 10px  !important;

	border: 1px solid #b3b3b3  !important;

	background: #f2f2f2  !important; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZGRkZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)  !important;
	background: -moz-linear-gradient(top,  #f2f2f2 0%, #dddddd 100%)  !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#dddddd))  !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f2f2f2 0%,#dddddd 100%)  !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f2f2f2 0%,#dddddd 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f2f2f2 0%,#dddddd 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom,  #f2f2f2 0%,#dddddd 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#dddddd',GradientType=0 ) !important; /* IE6-8 */

	font-size: small;
	color: #333;
	text-align: left;
	text-decoration: none;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	box-shadow: inset 1px 1px 3px #ccc;
	-webkit-box-shadow: inset 1px 1px 3px #ccc;
	-moz-box-shadow: inset 1px 1px 3px #ccc;
}
.buyer_order_view a:hover#editData {
	background: rgb(255,255,255)  !important; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml  !important;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZGRkZGRkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzk5OTk5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=)  !important;
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(221,221,221,1) 0%, rgba(153,153,153,1) 100%)  !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(0%,rgba(221,221,221,1)), color-stop(100%,rgba(153,153,153,1))) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(221,221,221,1) 0%,rgba(153,153,153,1) 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(221,221,221,1) 0%,rgba(153,153,153,1) 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(221,221,221,1) 0%,rgba(153,153,153,1) 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(221,221,221,1) 0%,rgba(153,153,153,1) 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#999999',GradientType=0 ) !important; /* IE6-8 */
}
/* end shopping*/

/* btn */
a.linkButton {
	background: none repeat scroll 0 0 #009966;
    border: 1px solid #666666;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 2px 2px 2px #666666;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
	margin-bottom:10px;
	margin-right:10px;
    padding: 10px;
    text-decoration: none;
}
a.linkButton:hover {
	background:#FC6;
	color:#333;
}
/* end btn */
tr.boxSoftware {
	background:#FFC;
}
.renew {
	float:left;
	margin-top:3px;
	margin-left:3px;
}
.renew {
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color:#fe1a00;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0px;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	height:31px;
	line-height:31px;
	width:205px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #b23e35;
}
.renew:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color:#ce0100;
}
.renew:active {
	position:relative;
	top:1px;
}
#QStep {
	float: right;
}