#dyn-success-msg {
	margin: 0 10px 20px 10px;
	text-align: center;
}
/*Start of Quick order confirmation Pop Up*/
div#qopopup, .jqmWindow {
    display: none;
    position: absolute;
    top: 17%;
    left: 50%;
    margin-left: -336px;
    width:650px; 
    border: 1px solid #666666;
    background-color:#EEEEEE;
    padding: 7px;
    z-index: 3000;
    font-size: 1.1em;
    text-align: left;
}
.dipttext {
	border:1px solid #CCCCCC;
	margin:0;
	padding:2px;
	width:40px;
}
/*Basic layout of results table*/
div#qopopup table.standardtb th.leftalign, div#qopopup table.standardtb td.leftalign {
	text-align: left;
}
div#qopopup table.standardtb {
	border:1px solid #808080;
	border-collapse:collapse;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:1em;
	font-size:0.9em;
	margin:0 0 20px;
	/*text-align:center;*/
	width:100%;
}
div#qopopup table.standardtb th {
	background-color:#808080;
	color:#FFFFFF;
	font-size:1em;
	font-weight:bold;
	padding:4px 4px 5px;
}
div#qopopup table.standardtb td {
	padding:4px;
	vertical-align: top;
}
div#qopopup table.hover tr:hover {
	background-color:#FFFFFF;
}
div#qopopup table.hover thead tr:hover {
	background-color:transparent;
}
div#qopopup .tablerowodd {
	background-color:#F2F2F2;
}
div#qopopup .tableroweven {
	background-color:#DEDEDE;
}
* html div#qopopup, * html .jqmWindow {
     top: 100px;
}
div.qopane {
    background-color:#FFFFFF;
    margin: 0;
    padding: 5px;
    border: 1px solid #CCCCCC;
}
div#qopopup p#closepopup {
    position: absolute;
    top: 5px;
    left: 638px;
}
div#qopopup h1 {
    margin: 0 0 7px 0;
    padding: 0;
    font-size: 1.4em;
}
.jqmOverlay { 
    background-color: #000;
}
/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
  width: expression(this.parentNode.offsetWidth+'px');
  height: expression(this.parentNode.offsetHeight+'px');
}
/*End of Quick order confirmation Pop Up*/
.center {
	text-align: center;
	-moz_align: center;
}
/*.continue-shopping-btn {
	position: relative;
	left: 70px;
	top: -21px;
}*/
/*.view-basket-btn {
	position: relative;
	left: -90px;
	top:9px;
}*/
#qoorder_qoc {
    margin: 0 0 0 30px;
}
p.center {
    text-align:center;
    margin-top: 20px;
}
p.bold {
    font-weight: bold;
}
p.right {
    text-align:right;
}

/*Added by Colin Stephens 24-01-11*/
div.qopane {
	min-height: 80px;
}
* html div.qopane {
	height: 80px;
}

div#qopopup div.buttons {
width: auto;
}
.view-basket-btn {
	/*position: absolute;
	left: 140px;
	top: 75px;
	width: 110px;
	height: 30px;*/
	margin: 0 20px 0 0;
}
.continue-shopping-btn {
	position: absolute;
	left: 330px;
	top: 75px;
	width: 149px;
	height: 30px;
}
.qopane a {
	color: #333333;
}
.qopane a:hover {
	text-decoration: none;
}


.qopane .smallicons {
	float: right;
	margin: -2px 10px 0 0;
}

div.qopane p.tick {
	background-image:url(/103/images/icons/tick.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 30px;
}

div.qopane p.cross {
	background-image:url(/103/images/icons/cross.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 30px;
}

div.qopane p.indent {
	padding-left: 30px;
}

div#qooffer {
	color:red;
	margin-top:5px;
}
table.standardtb div.qooffer, table.standardtb div.webonly_message {
    margin: 1px 0 0 0;
    color: #FE0000;
}
